Click here to Skip to main content
15,913,919 members
Home / Discussions / C#
   

C#

 
AnswerRe: Sorting on column, using mvccontrib lib Pin
omgerik26-Jul-11 2:08
omgerik26-Jul-11 2:08 
QuestionCreat New Security Group At AD Pin
treuveni25-Jul-11 21:33
treuveni25-Jul-11 21:33 
SuggestionRe: Creat New Security Group At AD Pin
Shameel25-Jul-11 23:54
professionalShameel25-Jul-11 23:54 
GeneralRe: Creat New Security Group At AD Pin
treuveni25-Jul-11 23:57
treuveni25-Jul-11 23:57 
GeneralRe: Creat New Security Group At AD Pin
Shameel27-Jul-11 1:52
professionalShameel27-Jul-11 1:52 
AnswerRe: Creat New Security Group At AD Pin
Dave Kreskowiak26-Jul-11 1:53
mveDave Kreskowiak26-Jul-11 1:53 
GeneralRe: Creat New Security Group At AD Pin
treuveni26-Jul-11 4:57
treuveni26-Jul-11 4:57 
QuestionStrange Syntax- public string NewPassword { get; set; }and more Pin
Bram van Kampen25-Jul-11 15:33
Bram van Kampen25-Jul-11 15:33 
Hi,

I am new to this forum, I am a User and Contributer to the C++/MFC Forum. I have written ( and am still writing and maintaining) a suite of Major Applications in C++ 5.00 and MFC42. (I know It's Old, but it meets my and my clients needs emminently, so Why Change).

I am now faced with C# and Framework Code, doing the Movie Tutorial (at least it isn't 'Scribble for NET'(Don't tell me it does actually exist)) and try to make sense of what it generates.

I found the Statement:
public string NewPassword { get; set; }

What on earth does it mean, and how does it fit in the Language.

It is also totally unclear to me which part of an operation is executed on the Server, and which on the Client, or how to control this. Microsoft Priority seems to be that it is 'Seamless'. This is good from an End User of the site point of view, but Not Good from a designer perspective.

I understand that #include is out in C#,actually the whole C-Pre-processor is out, which robs me of a number of well tried and tested debugging methods.

Global Variables are out to, but, there is something called a 'namespace'

I understand sofar, that a 'namespace' is a class declaration/definition( that seems to be forced to be the same too, Everything is 'inline'))
So there appears to be some outermost scope, which acts as 'FileScope' but to which I cannod add.

The Third question is, does the framework code generated by 'Visual Web Developer 2010 Express' keep track of internet Session Status, or do I have to write substantial code myself to ensure that the database the site is using is:
-Aware of Other Users
-Arbitrates between DB Updates

-Remains consistent




Any help is appreciated.


Regards Smile | :) Smile | :)
Bram van Kampen

AnswerRe: Strange Syntax- public string NewPassword { get; set; }and more Pin
PIEBALDconsult25-Jul-11 16:06
mvePIEBALDconsult25-Jul-11 16:06 
AnswerRe: Strange Syntax- public string NewPassword { get; set; }and more Pin
Mark Salsbery25-Jul-11 17:44
Mark Salsbery25-Jul-11 17:44 
AnswerRe: Strange Syntax- public string NewPassword { get; set; }and more Pin
Matt Meyer26-Jul-11 5:30
Matt Meyer26-Jul-11 5:30 
AnswerRe: Strange Syntax- public string NewPassword { get; set; }and more [modified] Pin
Herboren29-Jul-11 11:10
Herboren29-Jul-11 11:10 
GeneralHello all people, Pin
electrician_man25-Jul-11 6:11
electrician_man25-Jul-11 6:11 
GeneralRe: Hello all people, Pin
David198725-Jul-11 6:14
David198725-Jul-11 6:14 
GeneralRe: Hello all people, Pin
DaveyM6925-Jul-11 8:30
professionalDaveyM6925-Jul-11 8:30 
Questiondata filter options for grid Pin
dessiymartin24-Jul-11 23:51
dessiymartin24-Jul-11 23:51 
AnswerRe: data filter options for grid Pin
Dave Kreskowiak25-Jul-11 1:49
mveDave Kreskowiak25-Jul-11 1:49 
AnswerRe: data filter options for grid Pin
PIEBALDconsult25-Jul-11 2:44
mvePIEBALDconsult25-Jul-11 2:44 
AnswerRe: data filter options for grid Pin
robertalis26-Jul-11 1:48
robertalis26-Jul-11 1:48 
QuestionHow can I check if my IIS is alive using C#? Pin
goldsoft24-Jul-11 4:17
goldsoft24-Jul-11 4:17 
AnswerRe: How can I check if my IIS is alive using C#? Pin
Mark Salsbery24-Jul-11 8:03
Mark Salsbery24-Jul-11 8:03 
Questionlooking for regex format Pin
Gali197822-Jul-11 21:44
Gali197822-Jul-11 21:44 
AnswerRe: looking for regex format Pin
l a u r e n23-Jul-11 1:46
l a u r e n23-Jul-11 1:46 
AnswerRe: looking for regex format Pin
PIEBALDconsult23-Jul-11 4:07
mvePIEBALDconsult23-Jul-11 4:07 
AnswerRe: looking for regex format Pin
OriginalGriff23-Jul-11 22:05
mveOriginalGriff23-Jul-11 22:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.