Click here to Skip to main content
15,913,709 members
Home / Discussions / C#
   

C#

 
AnswerRe: to get all services in the machine Pin
John Gathogo3-Nov-08 0:19
John Gathogo3-Nov-08 0:19 
GeneralRe: to get all services in the machine Pin
prasadbuddhika3-Nov-08 0:42
prasadbuddhika3-Nov-08 0:42 
QuestionProgressbar during WebService request Pin
Member 8276132-Nov-08 23:46
Member 8276132-Nov-08 23:46 
AnswerRe: Progressbar during WebService request Pin
#realJSOP2-Nov-08 23:58
professional#realJSOP2-Nov-08 23:58 
QuestionSystem.Convert.ToDouble(stringVal) Pin
dec822-Nov-08 23:28
dec822-Nov-08 23:28 
AnswerRe: System.Convert.ToDouble(stringVal) Pin
John Gathogo2-Nov-08 23:31
John Gathogo2-Nov-08 23:31 
AnswerRe: System.Convert.ToDouble(stringVal) Pin
Eddy Vluggen2-Nov-08 23:35
professionalEddy Vluggen2-Nov-08 23:35 
AnswerRe: System.Convert.ToDouble(stringVal) Pin
#realJSOP3-Nov-08 0:01
professional#realJSOP3-Nov-08 0:01 
The first example guarantees that the .Net version of Convert.ToDouble will be used.

The second one will use the locally defined version if you've written one, and if not, will use the one defined in the System namespace.

Most programmers don't bother qualifying the Convert object, and just use the 2nd example.


"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001


QuestionGet alphabets of current culture Pin
karthikdeen2-Nov-08 23:05
karthikdeen2-Nov-08 23:05 
QuestionAlphabets of current culture Pin
karthikdeen2-Nov-08 23:04
karthikdeen2-Nov-08 23:04 
Questionthreading Pin
dec822-Nov-08 23:03
dec822-Nov-08 23:03 
AnswerRe: threading Pin
Pedram Behroozi2-Nov-08 23:26
Pedram Behroozi2-Nov-08 23:26 
AnswerRe: threading Pin
Eddy Vluggen2-Nov-08 23:33
professionalEddy Vluggen2-Nov-08 23:33 
AnswerRe: threading Pin
Vimalsoft(Pty) Ltd2-Nov-08 23:53
professionalVimalsoft(Pty) Ltd2-Nov-08 23:53 
AnswerRe: threading Pin
sumit70343-Nov-08 0:06
sumit70343-Nov-08 0:06 
QuestionListView and column header Pin
Sandeep Kalra2-Nov-08 22:45
Sandeep Kalra2-Nov-08 22:45 
QuestionLINQ DateTime Format Pin
u2envy122-Nov-08 22:44
u2envy122-Nov-08 22:44 
AnswerRe: LINQ DateTime Format Pin
Guffa2-Nov-08 22:49
Guffa2-Nov-08 22:49 
GeneralRe: LINQ DateTime Format Pin
u2envy122-Nov-08 23:14
u2envy122-Nov-08 23:14 
QuestionCSV FILE Pin
ndeza2-Nov-08 22:21
ndeza2-Nov-08 22:21 
QuestionNewbie threading questions (data exchange + shutdown) Pin
Metal762-Nov-08 21:46
Metal762-Nov-08 21:46 
AnswerRe: Newbie threading questions (data exchange + shutdown) Pin
N a v a n e e t h2-Nov-08 22:25
N a v a n e e t h2-Nov-08 22:25 
GeneralRe: Newbie threading questions (data exchange + shutdown) Pin
Metal762-Nov-08 22:44
Metal762-Nov-08 22:44 
GeneralRe: Newbie threading questions (data exchange + shutdown) Pin
N a v a n e e t h2-Nov-08 23:25
N a v a n e e t h2-Nov-08 23:25 
AnswerRe: Newbie threading questions (data exchange + shutdown) Pin
Nicholas Butler3-Nov-08 0:17
sitebuilderNicholas Butler3-Nov-08 0:17 

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.