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

.NET (Core and Framework)

 
GeneralRe: General question about object reference in .NET Framework Pin
Yanshof24-Feb-07 19:19
Yanshof24-Feb-07 19:19 
GeneralRe: General question about object reference in .NET Framework Pin
Luc Pattyn24-Feb-07 23:20
sitebuilderLuc Pattyn24-Feb-07 23:20 
QuestionXML inside WebBrowser control causes large delay when unloading the control Pin
Michael Wolski23-Feb-07 3:38
Michael Wolski23-Feb-07 3:38 
AnswerRe: XML inside WebBrowser control causes large delay when unloading the control Pin
Michael Wolski23-Feb-07 3:54
Michael Wolski23-Feb-07 3:54 
QuestionImplementing some broadcast udp protocol Pin
ohad_2923-Feb-07 3:31
ohad_2923-Feb-07 3:31 
QuestionMailMessage.From vs. MailMessage.Sender in .NET 2.0 Pin
SindyatIndy22-Feb-07 6:29
SindyatIndy22-Feb-07 6:29 
AnswerRe: MailMessage.From vs. MailMessage.Sender in .NET 2.0 Pin
Scott Dorman22-Feb-07 18:02
professionalScott Dorman22-Feb-07 18:02 
AnswerRe: Which one is faster? Pin
Pete O'Hanlon21-Feb-07 23:05
mvePete O'Hanlon21-Feb-07 23:05 
This is not as easy a question to answer as you might think. Identical IL code produced from the different compilers will run in exactly the same way, so there is no performance hit. However, you don't have to produce IL code out of VC++.NET. With this, you can produce native code which, if properly implemented and optimized, should run faster than the IL equivalent.

Similarly, you have to question whether the different compilers will actually produce identical IL code. In most cases this is true, but there is the possibility that one compiler will produce slightly different code because of the priorities and design decisions of the appropriate compiler team.


the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer

Deja View - the feeling that you've seen this post before.

GeneralRe: Which one is faster? Pin
Dave Kreskowiak22-Feb-07 3:20
mveDave Kreskowiak22-Feb-07 3:20 
GeneralRe: Which one is faster? Pin
Pete O'Hanlon22-Feb-07 3:43
mvePete O'Hanlon22-Feb-07 3:43 
GeneralRe: Which one is faster? Pin
Scott Dorman22-Feb-07 18:04
professionalScott Dorman22-Feb-07 18:04 
QuestionConverting from Base Class to Child Class Pin
bertvan21-Feb-07 21:43
bertvan21-Feb-07 21:43 
AnswerRe: Converting from Base Class to Child Class [modified] Pin
Colin Angus Mackay21-Feb-07 22:16
Colin Angus Mackay21-Feb-07 22:16 
GeneralRe: Converting from Base Class to Child Class Pin
bertvan21-Feb-07 22:40
bertvan21-Feb-07 22:40 
GeneralRe: Converting from Base Class to Child Class Pin
Colin Angus Mackay21-Feb-07 23:51
Colin Angus Mackay21-Feb-07 23:51 
Questionif there any disadvantageof using dot net 2.0 and 1.1on same server Pin
JayPrakash Kulkarni21-Feb-07 19:56
JayPrakash Kulkarni21-Feb-07 19:56 
AnswerRe: if there any disadvantageof using dot net 2.0 and 1.1on same server Pin
Pete O'Hanlon21-Feb-07 23:02
mvePete O'Hanlon21-Feb-07 23:02 
Questionrun .net project on os without .net framework Pin
shwetas20-Feb-07 23:42
shwetas20-Feb-07 23:42 
AnswerRe: run .net project on os without .net framework Pin
__DanC__21-Feb-07 0:49
__DanC__21-Feb-07 0:49 
AnswerRe: run .net project on os without .net framework Pin
Jakub Mller21-Feb-07 1:44
Jakub Mller21-Feb-07 1:44 
AnswerRe: run .net project on os without .net framework Pin
kubben21-Feb-07 3:52
kubben21-Feb-07 3:52 
AnswerRe: run .net project on os without .net framework Pin
led mike21-Feb-07 10:15
led mike21-Feb-07 10:15 
AnswerRe: run .net project on os without .net framework Pin
Christian Graus21-Feb-07 10:23
protectorChristian Graus21-Feb-07 10:23 
GeneralRe: run .net project on os without .net framework Pin
Brady Kelly21-Feb-07 19:59
Brady Kelly21-Feb-07 19:59 
AnswerRe: run .net project on os without .net framework Pin
Vasudevan Deepak Kumar22-Feb-07 17:46
Vasudevan Deepak Kumar22-Feb-07 17:46 

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.