Click here to Skip to main content
15,887,316 members
Home / Discussions / C#
   

C#

 
Questionreturns 0 Pin
netJP12L22-Jul-08 7:33
netJP12L22-Jul-08 7:33 
AnswerRe: returns 0 Pin
half-life22-Jul-08 7:44
half-life22-Jul-08 7:44 
Questionmonth calender Pin
Mahdi_kishislan22-Jul-08 7:17
Mahdi_kishislan22-Jul-08 7:17 
AnswerRe: month calender Pin
half-life22-Jul-08 7:36
half-life22-Jul-08 7:36 
QuestionEfficiency of if versus assignment statements Pin
Fudge Mutator22-Jul-08 6:50
Fudge Mutator22-Jul-08 6:50 
AnswerRe: Efficiency of if versus assignment statements Pin
half-life22-Jul-08 7:39
half-life22-Jul-08 7:39 
AnswerRe: Efficiency of if versus assignment statements [modified] PinPopular
Robert.C.Cartaino22-Jul-08 8:03
Robert.C.Cartaino22-Jul-08 8:03 
GeneralRe: Efficiency of if versus assignment statements Pin
Fudge Mutator22-Jul-08 8:10
Fudge Mutator22-Jul-08 8:10 
Okay, thanks that's what I thought. I was just asking because my company has the "
if (myString1 != myString2)
myString1 = myString2;
"
kinda thing all over their code and I couldn't understand why, but the people who wrote it have been here for 10 years longer than me and I thought they were probably right =P

Thanks again
GeneralRe: Efficiency of if versus assignment statements Pin
PIEBALDconsult22-Jul-08 8:14
mvePIEBALDconsult22-Jul-08 8:14 
GeneralRe: Efficiency of if versus assignment statements Pin
hammerstein0522-Jul-08 8:11
hammerstein0522-Jul-08 8:11 
AnswerRe: Efficiency of if versus assignment statements Pin
PIEBALDconsult22-Jul-08 8:10
mvePIEBALDconsult22-Jul-08 8:10 
AnswerRe: Efficiency of if versus assignment statements [Modified] Pin
Luc Pattyn22-Jul-08 8:15
sitebuilderLuc Pattyn22-Jul-08 8:15 
QuestionApplication Deployment Pin
BlitzPackage22-Jul-08 6:43
BlitzPackage22-Jul-08 6:43 
AnswerRe: Application Deployment Pin
Garrett Pauls22-Jul-08 7:02
Garrett Pauls22-Jul-08 7:02 
GeneralRe: Application Deployment Pin
BlitzPackage22-Jul-08 8:05
BlitzPackage22-Jul-08 8:05 
GeneralRe: Application Deployment Pin
Garrett Pauls22-Jul-08 8:25
Garrett Pauls22-Jul-08 8:25 
GeneralRe: Application Deployment Pin
BlitzPackage22-Jul-08 8:54
BlitzPackage22-Jul-08 8:54 
GeneralRe: Application Deployment Pin
selcuks24-Jul-08 21:04
selcuks24-Jul-08 21:04 
QuestionClass Cleanup Challenge Pin
lisad_tgc22-Jul-08 5:53
lisad_tgc22-Jul-08 5:53 
AnswerRe: Class Cleanup Challenge Pin
Anthony Mushrow22-Jul-08 5:56
professionalAnthony Mushrow22-Jul-08 5:56 
QuestionMultithreading and XML DOM Pin
Justin Time22-Jul-08 5:14
Justin Time22-Jul-08 5:14 
QuestionMouseMove event not firing for newly added control [modified] Pin
Michael Dausmann22-Jul-08 4:59
Michael Dausmann22-Jul-08 4:59 
AnswerRe: MouseMove event not firing for newly added control Pin
half-life22-Jul-08 7:50
half-life22-Jul-08 7:50 
GeneralRe: MouseMove event not firing for newly added control Pin
Michael Dausmann22-Jul-08 12:15
Michael Dausmann22-Jul-08 12:15 
AnswerThe Answer! Use Capture=false.. Re: MouseMove event not firing for newly added control Pin
Michael Dausmann22-Jul-08 13:56
Michael Dausmann22-Jul-08 13:56 

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.