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

.NET (Core and Framework)

 
AnswerRe: Webservice Interface Pin
Ganesan Senthilvel23-Nov-06 4:11
Ganesan Senthilvel23-Nov-06 4:11 
GeneralRe: Webservice Interface [modified] Pin
Nithin Krishna28-Nov-06 0:53
Nithin Krishna28-Nov-06 0:53 
QuestionWeb Services implementing interfaces Pin
Guy Harwood22-Nov-06 2:22
Guy Harwood22-Nov-06 2:22 
QuestionSmtpConnection for smtpclient Pin
logicaldna22-Nov-06 2:08
logicaldna22-Nov-06 2:08 
AnswerRe: SmtpConnection for smtpclient Pin
Dave Kreskowiak22-Nov-06 5:04
mveDave Kreskowiak22-Nov-06 5:04 
QuestionSpeed comparation VB6 vs. C# Pin
Fedor Hajdu22-Nov-06 1:40
professionalFedor Hajdu22-Nov-06 1:40 
AnswerRe: Speed comparation VB6 vs. C# Pin
Dave Kreskowiak22-Nov-06 5:02
mveDave Kreskowiak22-Nov-06 5:02 
AnswerRe: Speed comparation VB6 vs. C# Pin
Guffa22-Nov-06 8:31
Guffa22-Nov-06 8:31 
I assume that you mean how much slower managed code is compared to unmanaged, as the CLR (common language runtime) is not very different from how VB6 works. VB6 also has a runtime library, the difference is just that it's specific for VB6 and not shared with any other language.

Here[^] you can find a comparison between C#, VB6 and other languages.

As you see, C# is roughly twice as fast as VB6 for simple operations. When using objects the difference grows substantially, as C# is roughly 100 times faster than VB6.

The difference in performance when it comes to objects is largely due to the way that the managed code handles objects, so you see that managed code doesn't make C# slower, but in fact very much faster.


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

GeneralRe: Speed comparation VB6 vs. C# Pin
Fedor Hajdu22-Nov-06 21:41
professionalFedor Hajdu22-Nov-06 21:41 
QuestionHow can i call C# interface function from C++ ( visual 6 ) application ? Pin
Yanshof22-Nov-06 0:54
Yanshof22-Nov-06 0:54 
AnswerRe: How can i call C# interface function from C++ ( visual 6 ) application ? Pin
Rob Graham22-Nov-06 5:47
Rob Graham22-Nov-06 5:47 
GeneralRe: How can i call C# interface function from C++ ( visual 6 ) application ? Pin
Yanshof22-Nov-06 6:23
Yanshof22-Nov-06 6:23 
QuestionControlling the focus in WindowsForms Pin
Dobromir Dimitrov21-Nov-06 23:31
Dobromir Dimitrov21-Nov-06 23:31 
QuestionList of forms in project Pin
Rudi Groenewald21-Nov-06 19:01
Rudi Groenewald21-Nov-06 19:01 
AnswerRe: List of forms in project Pin
Ed.Poore22-Nov-06 3:59
Ed.Poore22-Nov-06 3:59 
QuestionDirectoryInfo.GetDirectories exception Pin
CPP_Student21-Nov-06 14:44
CPP_Student21-Nov-06 14:44 
AnswerRe: DirectoryInfo.GetDirectories exception Pin
Ed.Poore22-Nov-06 4:03
Ed.Poore22-Nov-06 4:03 
GeneralRe: DirectoryInfo.GetDirectories exception Pin
CPP_Student22-Nov-06 11:45
CPP_Student22-Nov-06 11:45 
GeneralRe: DirectoryInfo.GetDirectories exception Pin
Ed.Poore22-Nov-06 12:24
Ed.Poore22-Nov-06 12:24 
GeneralRe: DirectoryInfo.GetDirectories exception Pin
CPP_Student22-Nov-06 12:45
CPP_Student22-Nov-06 12:45 
GeneralRe: DirectoryInfo.GetDirectories exception Pin
Ed.Poore22-Nov-06 13:21
Ed.Poore22-Nov-06 13:21 
GeneralRe: DirectoryInfo.GetDirectories exception Pin
CPP_Student22-Nov-06 13:50
CPP_Student22-Nov-06 13:50 
Questiontextbox multi line Pin
biaali21-Nov-06 6:57
biaali21-Nov-06 6:57 
AnswerRe: textbox multi line Pin
Leah_Garrett21-Nov-06 16:39
Leah_Garrett21-Nov-06 16:39 
GeneralRe: textbox multi line Pin
biaali23-Nov-06 0:08
biaali23-Nov-06 0:08 

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.