Click here to Skip to main content
15,885,985 members
Home / Discussions / C#
   

C#

 
GeneralRe: Field Naming Pin
Gerry Schmitz16-Mar-16 9:08
mveGerry Schmitz16-Mar-16 9:08 
AnswerRe: Field Naming Pin
Sascha Lefèvre16-Mar-16 7:49
professionalSascha Lefèvre16-Mar-16 7:49 
GeneralMessage Removed Pin
16-Mar-16 8:04
professionalN_tro_P16-Mar-16 8:04 
GeneralRe: Field Naming Pin
Sascha Lefèvre16-Mar-16 8:44
professionalSascha Lefèvre16-Mar-16 8:44 
GeneralMessage Removed Pin
16-Mar-16 8:47
professionalN_tro_P16-Mar-16 8:47 
GeneralRe: Field Naming Pin
Sascha Lefèvre16-Mar-16 8:54
professionalSascha Lefèvre16-Mar-16 8:54 
GeneralMessage Removed Pin
17-Mar-16 3:34
professionalN_tro_P17-Mar-16 3:34 
GeneralRe: Field Naming Pin
OriginalGriff16-Mar-16 9:15
mveOriginalGriff16-Mar-16 9:15 
Auto-properties are not the same as a "private backed" property that just sets or returns the private field value. For example, an automatic property can't be used within the class as an out or ref call to a method. (And until fairly recently couldn't have a default value).
I really don't like exposing fields at all - it forces the design to remain unchanged - and you can't just "promote" a field to a property later because of the possible external use of the fields as out or ref parameters.
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

QuestionLooking for a .Net Named-Lock-Manager Pin
Sascha Lefèvre16-Mar-16 2:43
professionalSascha Lefèvre16-Mar-16 2:43 
AnswerRe: Looking for a .Net Named-Lock-Manager Pin
Gerry Schmitz16-Mar-16 5:02
mveGerry Schmitz16-Mar-16 5:02 
GeneralRe: Looking for a .Net Named-Lock-Manager Pin
Sascha Lefèvre16-Mar-16 5:31
professionalSascha Lefèvre16-Mar-16 5:31 
GeneralRe: Looking for a .Net Named-Lock-Manager Pin
Gerry Schmitz16-Mar-16 5:54
mveGerry Schmitz16-Mar-16 5:54 
GeneralRe: Looking for a .Net Named-Lock-Manager Pin
Sascha Lefèvre16-Mar-16 7:54
professionalSascha Lefèvre16-Mar-16 7:54 
GeneralRe: Looking for a .Net Named-Lock-Manager Pin
Gerry Schmitz16-Mar-16 8:31
mveGerry Schmitz16-Mar-16 8:31 
GeneralRe: Looking for a .Net Named-Lock-Manager Pin
Sascha Lefèvre16-Mar-16 9:12
professionalSascha Lefèvre16-Mar-16 9:12 
GeneralRe: Looking for a .Net Named-Lock-Manager Pin
Gerry Schmitz16-Mar-16 9:23
mveGerry Schmitz16-Mar-16 9:23 
GeneralRe: Looking for a .Net Named-Lock-Manager Pin
Sascha Lefèvre16-Mar-16 9:34
professionalSascha Lefèvre16-Mar-16 9:34 
QuestionHow to multiselect DataGridView rows without pressing CTRL key in c#? Pin
naouf1016-Mar-16 2:33
naouf1016-Mar-16 2:33 
AnswerRe: How to multiselect DataGridView rows without pressing CTRL key in c#? Pin
OriginalGriff16-Mar-16 3:43
mveOriginalGriff16-Mar-16 3:43 
AnswerRe: How to multiselect DataGridView rows without pressing CTRL key in c#? Pin
Gerry Schmitz16-Mar-16 5:24
mveGerry Schmitz16-Mar-16 5:24 
Questionimage "stacking" Pin
V.15-Mar-16 21:09
professionalV.15-Mar-16 21:09 
AnswerRe: image "stacking" Pin
OriginalGriff15-Mar-16 21:37
mveOriginalGriff15-Mar-16 21:37 
AnswerRe: image "stacking" Pin
Mycroft Holmes15-Mar-16 21:41
professionalMycroft Holmes15-Mar-16 21:41 
AnswerRe: image "stacking" Pin
Midi_Mick16-Mar-16 1:26
professionalMidi_Mick16-Mar-16 1:26 
AnswerRe: image "stacking" Pin
Gerry Schmitz16-Mar-16 5:49
mveGerry Schmitz16-Mar-16 5:49 

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.