Click here to Skip to main content
15,905,616 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: VS pro 2003 and .NET 2.0 Pin
Dan Neely9-Aug-06 3:15
Dan Neely9-Aug-06 3:15 
GeneralRe: VS pro 2003 and .NET 2.0 Pin
matthias s.9-Aug-06 3:34
matthias s.9-Aug-06 3:34 
AnswerRe: VS pro 2003 and .NET 2.0 Pin
Christian Graus9-Aug-06 12:36
protectorChristian Graus9-Aug-06 12:36 
QuestionHow to read files stored in the devicePath returned by SetupDiGetDeviceInterfaceDetail(hDevInfo, &devInterfaceData, devInterfaceDetailData, dSize, &requiredSize,&devInfoData); Pin
mmhu8-Aug-06 10:24
mmhu8-Aug-06 10:24 
QuestionRelease build optimizations Pin
Robert Rohde8-Aug-06 3:18
Robert Rohde8-Aug-06 3:18 
AnswerRe: Release build optimizations Pin
Tim Paaschen8-Aug-06 20:50
Tim Paaschen8-Aug-06 20:50 
GeneralRe: Release build optimizations Pin
Robert Rohde8-Aug-06 21:14
Robert Rohde8-Aug-06 21:14 
AnswerRe: Release build optimizations Pin
Guffa8-Aug-06 23:07
Guffa8-Aug-06 23:07 
The Convert.ToInt32(string) method just checks for a null value, then calls Int32.Parse. It's quite possible that this code is inlined by the compiler.

The inlined code would in that case resemble:

string temp = ((Key)values[0]).Value;
int sourceIndex = (temp == null) ? 0 : Int32.Parse(temp, NumberStyles.Integer, NumberFormatInfo.CurrentInfo);



---
b { font-weight: normal; }

QuestionHow VS2005 runs without IIS Pin
Exelioindia8-Aug-06 0:04
Exelioindia8-Aug-06 0:04 
AnswerRe: How VS2005 runs without IIS Pin
Mike Dimmick8-Aug-06 3:04
Mike Dimmick8-Aug-06 3:04 
Question.NET Remoting Pin
di327-Aug-06 21:02
di327-Aug-06 21:02 
QuestionHow can i post only two special characters in textbox by using VB.net, Can u help plsssssss Pin
prasanna.mca7-Aug-06 20:53
prasanna.mca7-Aug-06 20:53 
AnswerRe: How can i post only two special characters in textbox by using VB.net, Can u help plsssssss Pin
Guffa8-Aug-06 7:37
Guffa8-Aug-06 7:37 
QuestionFAQ Pin
prasanna.mca7-Aug-06 20:38
prasanna.mca7-Aug-06 20:38 
AnswerRe: FAQ Pin
Leah_Garrett9-Aug-06 3:48
Leah_Garrett9-Aug-06 3:48 
Questionauto ftp client Pin
Captain Willard7-Aug-06 3:24
Captain Willard7-Aug-06 3:24 
AnswerRe: auto ftp client Pin
mr_lasseter7-Aug-06 15:41
mr_lasseter7-Aug-06 15:41 
GeneralRe: auto ftp client Pin
Captain Willard7-Aug-06 23:49
Captain Willard7-Aug-06 23:49 
Questionremoting a Win Form (.net remoting C#) Pin
di327-Aug-06 3:12
di327-Aug-06 3:12 
QuestionInstaller Pin
JacquesDP6-Aug-06 23:52
JacquesDP6-Aug-06 23:52 
AnswerRe: Installer [modified] Pin
Not Active7-Aug-06 14:20
mentorNot Active7-Aug-06 14:20 
QuestionCommerec server 2007application Pin
prgramya6-Aug-06 22:09
prgramya6-Aug-06 22:09 
Questionerror CS1704 Pin
_mubashir6-Aug-06 21:16
_mubashir6-Aug-06 21:16 
QuestionMulti Column ComboBox using VC++.Net Pin
Nagaraju_Focus6-Aug-06 19:49
Nagaraju_Focus6-Aug-06 19:49 
QuestionGet Keyboard Keys Pin
tazo6-Aug-06 17:25
tazo6-Aug-06 17:25 

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.