Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

 
Questionmouse [modified] Pin
duta11-May-07 12:23
duta11-May-07 12:23 
AnswerRe: mouse Pin
Christian Graus11-May-07 20:21
protectorChristian Graus11-May-07 20:21 
GeneralRe: mouse Pin
duta11-May-07 21:45
duta11-May-07 21:45 
GeneralRe: mouse Pin
Christian Graus12-May-07 0:09
protectorChristian Graus12-May-07 0:09 
Questionneed an article for found difference between csharp and vb. Pin
hdv21211-May-07 12:18
hdv21211-May-07 12:18 
AnswerRe: need an article for found difference between csharp and vb. Pin
Colin Angus Mackay11-May-07 13:41
Colin Angus Mackay11-May-07 13:41 
AnswerRe: need an article for found difference between csharp and vb. Pin
Christian Graus12-May-07 0:46
protectorChristian Graus12-May-07 0:46 
AnswerRe: need an article for found difference between csharp and vb. Pin
Daniel Grunwald13-May-07 2:33
Daniel Grunwald13-May-07 2:33 
There are a few cases where VB generates less efficient code, e.g. casts from object to int (C# will only unbox the int, but VB does an additional check if the object is a boxed short/long/etc., unboxes that and then does a conversion). Also, VB has some features like late-binding that result in sub-optimal performance if you use them accidentally (e.g. if forget the "As DataType" part in a Dim statement).
However, in most cases you won't notice any performance difference between VB and C#.



Questioncall c# from managed c++ dll Pin
donovan.solms11-May-07 11:42
donovan.solms11-May-07 11:42 
AnswerRe: call c# from managed c++ dll Pin
Luc Pattyn11-May-07 12:12
sitebuilderLuc Pattyn11-May-07 12:12 
GeneralRe: call c# from managed c++ dll Pin
donovan.solms11-May-07 12:16
donovan.solms11-May-07 12:16 
GeneralRe: call c# from managed c++ dll Pin
donovan.solms11-May-07 12:51
donovan.solms11-May-07 12:51 
GeneralRe: call c# from managed c++ dll Pin
Luc Pattyn11-May-07 12:57
sitebuilderLuc Pattyn11-May-07 12:57 
QuestionScrollbar Pin
ikily11-May-07 11:19
ikily11-May-07 11:19 
QuestionC# web service and memory space Pin
LCI11-May-07 9:53
LCI11-May-07 9:53 
QuestionExtracting text from an embedded browser control Pin
EPallis11-May-07 9:16
EPallis11-May-07 9:16 
Questioncalling parent MDI control througth control on child form Pin
Neo_Shehpar11-May-07 8:25
Neo_Shehpar11-May-07 8:25 
AnswerRe: calling parent MDI control througth control on child form Pin
Abisodun11-May-07 14:53
Abisodun11-May-07 14:53 
QuestionHow to bind ArrayList with DataGridView ? Pin
Harminder Singh11-May-07 8:20
Harminder Singh11-May-07 8:20 
Questionhow to run commandLine that uses cmd.exe in C# Pin
pnpfriend11-May-07 7:38
pnpfriend11-May-07 7:38 
AnswerRe: how to run commandLine that uses cmd.exe in C# Pin
Giorgi Dalakishvili11-May-07 7:52
mentorGiorgi Dalakishvili11-May-07 7:52 
GeneralRe: how to run commandLine that uses cmd.exe in C# Pin
pnpfriend11-May-07 8:23
pnpfriend11-May-07 8:23 
GeneralRe: how to run commandLine that uses cmd.exe in C# Pin
Giorgi Dalakishvili11-May-07 8:28
mentorGiorgi Dalakishvili11-May-07 8:28 
GeneralRe: how to run commandLine that uses cmd.exe in C# Pin
pnpfriend11-May-07 9:11
pnpfriend11-May-07 9:11 
GeneralRe: how to run commandLine that uses cmd.exe in C# Pin
Giorgi Dalakishvili11-May-07 9:16
mentorGiorgi Dalakishvili11-May-07 9:16 

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.