Click here to Skip to main content
15,887,585 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questionvb.net,trusting appliction Pin
tgkkishore1-Mar-14 20:04
tgkkishore1-Mar-14 20:04 
AnswerRe: vb.net,trusting appliction Pin
Richard MacCutchan1-Mar-14 21:04
mveRichard MacCutchan1-Mar-14 21:04 
GeneralRe: vb.net,trusting appliction Pin
tgkkishore1-Mar-14 22:27
tgkkishore1-Mar-14 22:27 
GeneralRe: vb.net,trusting appliction Pin
Richard MacCutchan2-Mar-14 1:34
mveRichard MacCutchan2-Mar-14 1:34 
AnswerRe: vb.net,trusting appliction Pin
Nini23-Mar-14 4:22
Nini23-Mar-14 4:22 
Questionsuper newbie, why is get before set? Pin
Member 106357661-Mar-14 9:56
Member 106357661-Mar-14 9:56 
AnswerRe: super newbie, why is get before set? Pin
Pete O'Hanlon1-Mar-14 11:16
mvePete O'Hanlon1-Mar-14 11:16 
AnswerRe: super newbie, why is get before set? Pin
Shameel4-Mar-14 3:31
professionalShameel4-Mar-14 3:31 
As Pete has already mentioned, the order doesn't really matter. Behind the scenes, they're two different methods, anyway.

On top of it, you can have a get without a set (read-only property) and a set without a get (write-only property). And the access modifiers for the get and set can be different. For example, the get could be public and the set could be private.
Question.net framework Pin
Member 1063376128-Feb-14 8:22
Member 1063376128-Feb-14 8:22 
AnswerRe: .net framework Pin
Dave Kreskowiak28-Feb-14 8:42
mveDave Kreskowiak28-Feb-14 8:42 
QuestionMessage Removed Pin
28-Feb-14 5:44
professionalN_tro_P28-Feb-14 5:44 
AnswerRe: XSD and DateTime Pin
Richard MacCutchan28-Feb-14 21:56
mveRichard MacCutchan28-Feb-14 21:56 
GeneralRe: XSD and DateTime Pin
Richard Deeming3-Mar-14 0:17
mveRichard Deeming3-Mar-14 0:17 
GeneralRe: XSD and DateTime Pin
Richard MacCutchan3-Mar-14 1:58
mveRichard MacCutchan3-Mar-14 1:58 
Questionwebcam tablet windows 8 Pin
brouchlag28-Feb-14 4:29
brouchlag28-Feb-14 4:29 
AnswerRe: webcam tablet windows 8 Pin
Member 106254952-Apr-14 16:12
Member 106254952-Apr-14 16:12 
Questionneed help please vb.net 2010 Pin
hovnoa27-Feb-14 8:35
hovnoa27-Feb-14 8:35 
AnswerRe: need help please vb.net 2010 Pin
ZurdoDev27-Feb-14 10:55
professionalZurdoDev27-Feb-14 10:55 
GeneralRe: need help please vb.net 2010 Pin
hovnoa27-Feb-14 11:03
hovnoa27-Feb-14 11:03 
AnswerRe: need help please vb.net 2010 Pin
ZurdoDev27-Feb-14 11:25
professionalZurdoDev27-Feb-14 11:25 
QuestionCode correction Pin
Member 1040670625-Feb-14 10:07
Member 1040670625-Feb-14 10:07 
AnswerRe: Code correction Pin
Bernhard Hiller25-Feb-14 21:33
Bernhard Hiller25-Feb-14 21:33 
SuggestionRe: Code correction Pin
ZurdoDev27-Feb-14 10:55
professionalZurdoDev27-Feb-14 10:55 
Questionincorrect syntax near the keyword select. Pin
Member 1050621524-Feb-14 23:30
Member 1050621524-Feb-14 23:30 
AnswerRe: incorrect syntax near the keyword select. Pin
thatraja24-Feb-14 23:46
professionalthatraja24-Feb-14 23:46 

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.