Click here to Skip to main content
15,890,506 members
Home / Discussions / C#
   

C#

 
GeneralRe: Bug? Pin
Ranger4924-Mar-07 5:38
Ranger4924-Mar-07 5:38 
GeneralRe: Bug? Pin
Christian Graus24-Mar-07 5:46
protectorChristian Graus24-Mar-07 5:46 
GeneralRe: Bug? Pin
Ranger4924-Mar-07 6:28
Ranger4924-Mar-07 6:28 
GeneralRe: Bug? Pin
Christian Graus24-Mar-07 6:52
protectorChristian Graus24-Mar-07 6:52 
GeneralRe: Bug? Pin
Ranger4924-Mar-07 7:15
Ranger4924-Mar-07 7:15 
AnswerRe: Bug? Pin
joon vh.24-Mar-07 6:35
joon vh.24-Mar-07 6:35 
GeneralRe: Bug? Pin
Ranger4924-Mar-07 6:43
Ranger4924-Mar-07 6:43 
GeneralRe: Bug? Pin
Christian Graus24-Mar-07 6:53
protectorChristian Graus24-Mar-07 6:53 
Ranger49 wrote:
Just like how I stay away from using get and set commands.


This is an example of a basic best practice that you're likely to skip if you don't start with the basics. You should always have private members and public properties, and they should only be settable if absolutely necessary. The more a class hides it's members, the more robust it can be.



Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

JokeRe: Bug? Pin
joon vh.24-Mar-07 7:01
joon vh.24-Mar-07 7:01 
AnswerRe: Bug? Pin
joon vh.24-Mar-07 6:59
joon vh.24-Mar-07 6:59 
QuestionArrayList of Structures Pin
Saikek24-Mar-07 4:08
Saikek24-Mar-07 4:08 
AnswerRe: ArrayList of Structures Pin
Stefan Troschuetz24-Mar-07 4:20
Stefan Troschuetz24-Mar-07 4:20 
AnswerRe: ArrayList of Structures Pin
Christian Graus24-Mar-07 4:52
protectorChristian Graus24-Mar-07 4:52 
GeneralRe: ArrayList of Structures Pin
Saikek24-Mar-07 6:15
Saikek24-Mar-07 6:15 
QuestionI need to change the font size of text using listbox in richtextbox Pin
Ahmed R El Bohoty24-Mar-07 3:24
Ahmed R El Bohoty24-Mar-07 3:24 
AnswerRe: I need to change the font size of text using listbox in richtextbox Pin
Christian Graus24-Mar-07 4:45
protectorChristian Graus24-Mar-07 4:45 
AnswerRe: I need to change the font size of text using listbox in richtextbox Pin
darkelv24-Mar-07 5:00
darkelv24-Mar-07 5:00 
Questiontransparent Pin
Saikek24-Mar-07 3:18
Saikek24-Mar-07 3:18 
AnswerRe: transparent Pin
Stefan Troschuetz24-Mar-07 3:41
Stefan Troschuetz24-Mar-07 3:41 
GeneralRe: transparent Pin
Saikek24-Mar-07 4:07
Saikek24-Mar-07 4:07 
AnswerRe: transparent Pin
joon vh.24-Mar-07 6:37
joon vh.24-Mar-07 6:37 
AnswerRe: transparent Pin
malharone25-Mar-07 6:46
malharone25-Mar-07 6:46 
QuestionData set issue Pin
Tauseef A24-Mar-07 3:12
Tauseef A24-Mar-07 3:12 
AnswerRe: Data set issue Pin
kubben24-Mar-07 4:17
kubben24-Mar-07 4:17 
QuestionSetting up a C# Programming Club/Study Class Pin
DanFraser224-Mar-07 3:11
DanFraser224-Mar-07 3:11 

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.