Click here to Skip to main content
15,914,416 members
Home / Discussions / C#
   

C#

 
QuestiondateTimePicker chosen problem Pin
miss YY14-Dec-09 15:42
miss YY14-Dec-09 15:42 
AnswerRe: dateTimePicker chosen problem Pin
_Maxxx_14-Dec-09 18:10
professional_Maxxx_14-Dec-09 18:10 
GeneralRe: dateTimePicker chosen problem Pin
miss YY14-Dec-09 19:01
miss YY14-Dec-09 19:01 
AnswerRe: dateTimePicker chosen problem Pin
dan!sh 14-Dec-09 18:23
professional dan!sh 14-Dec-09 18:23 
QuestionGraph an Equation Pin
Klazen14-Dec-09 15:22
Klazen14-Dec-09 15:22 
AnswerRe: Graph an Equation Pin
Dr.Walt Fair, PE14-Dec-09 16:16
professionalDr.Walt Fair, PE14-Dec-09 16:16 
QuestionPublic vs Private Memory Question Pin
thenutz7214-Dec-09 13:38
thenutz7214-Dec-09 13:38 
AnswerRe: Public vs Private Memory Question PinPopular
Luc Pattyn14-Dec-09 14:19
sitebuilderLuc Pattyn14-Dec-09 14:19 
No. What he said would apply to static variables, those exist and cost memory from the first time the class is touched to the end of the app's execution.

public/protected/private doesn't change the cost. Adding properties is adding code, hence costs memory and disk space, however it is a good practice.

Smile | :)

Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages


GeneralRe: Public vs Private Memory Question Pin
_Maxxx_14-Dec-09 17:48
professional_Maxxx_14-Dec-09 17:48 
GeneralRe: Public vs Private Memory Question Pin
Luc Pattyn15-Dec-09 0:59
sitebuilderLuc Pattyn15-Dec-09 0:59 
GeneralRe: Public vs Private Memory Question Pin
harold aptroot15-Dec-09 1:10
harold aptroot15-Dec-09 1:10 
GeneralRe: Public vs Private Memory Question Pin
Luc Pattyn15-Dec-09 1:53
sitebuilderLuc Pattyn15-Dec-09 1:53 
GeneralRe: Public vs Private Memory Question Pin
harold aptroot15-Dec-09 2:14
harold aptroot15-Dec-09 2:14 
QuestionDifference between Critical section, Mutex and Semaphore ? Pin
sandeepranjan14-Dec-09 13:27
sandeepranjan14-Dec-09 13:27 
AnswerRe: Difference between Critical section, Mutex and Semaphore ? Pin
Corinna John14-Dec-09 22:28
Corinna John14-Dec-09 22:28 
QuestionC# serial port Pin
aniarun14-Dec-09 13:26
aniarun14-Dec-09 13:26 
AnswerRe: C# serial port Pin
Luc Pattyn14-Dec-09 14:24
sitebuilderLuc Pattyn14-Dec-09 14:24 
GeneralRe: C# serial port Pin
aniarun14-Dec-09 15:50
aniarun14-Dec-09 15:50 
GeneralRe: C# serial port Pin
Roger Wright14-Dec-09 19:33
professionalRoger Wright14-Dec-09 19:33 
GeneralRe: C# serial port Pin
aniarun15-Dec-09 15:15
aniarun15-Dec-09 15:15 
GeneralRe: C# serial port Pin
Roger Wright15-Dec-09 16:04
professionalRoger Wright15-Dec-09 16:04 
GeneralRe: C# serial port Pin
aniarun15-Dec-09 17:24
aniarun15-Dec-09 17:24 
GeneralRe: C# serial port Pin
Roger Wright15-Dec-09 18:28
professionalRoger Wright15-Dec-09 18:28 
GeneralRe: C# serial port Pin
aniarun15-Dec-09 18:52
aniarun15-Dec-09 18:52 
GeneralRe: C# serial port Pin
aniarun16-Dec-09 13:18
aniarun16-Dec-09 13:18 

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.