PC Review


Reply
Thread Tools Rate Thread

COM vs. dotNet component

 
 
KongHu
Guest
Posts: n/a
 
      23rd Jun 2004
Hey there,

Is there any article about the difference between COM and DotNet component ?

I mean Is COM's performance is much better than DotNet component ?

Thanks.

--

 
Reply With Quote
 
 
 
 
Marc Scheuner [MVP ADSI]
Guest
Posts: n/a
 
      23rd Jun 2004
>Is there any article about the difference between COM and DotNet component ?

Tons - just do a search on "DotNet COM" on google !

>I mean Is COM's performance is much better than DotNet component ?


In general - no. .NET performance is superior, since COM carries a
rather significant overhead with it.

Again - this is just a generalization - in a specific case, this might
not be true.

Marc
================================================================
Marc Scheuner May The Source Be With You!
Bern, Switzerland m.scheuner(at)inova.ch
 
Reply With Quote
 
Sahil Malik
Guest
Posts: n/a
 
      23rd Jun 2004
COM has to go thru registry for everything, and the average registry access time on a healthy computer is about 600 ms, compared with .net's less than 100 ms to load the assembly.
Secondly. .net's assemblies are very small in size, they are just a little bit bigger than your sourcecode, so it doesn't take too much to load them.
Thirdly, for web based apps, .NET has codebehind, versus the interpreted and rather ugly ASP (ok it has com components too, but that is again registry based).

In addition, .net provides you with so much other than just performance that the switch is a no-brainer.

- Sahil Malik
Independent Consultant
You can reach me thru my blog - http://dotnetjunkies.com/WebLog/sahilmalik/



"KongHu" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
Hey there,

Is there any article about the difference between COM and DotNet component ?

I mean Is COM's performance is much better than DotNet component ?

Thanks.

--

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
buy component dotnet Omega Microsoft VB .NET 4 13th Dec 2005 05:28 PM
Use dotnet component on asp Guoqi Zheng Microsoft VB .NET 0 28th Jun 2004 09:07 PM
how to add any dotnet component in vc++ Kanaiya Microsoft VC .NET 1 23rd Jan 2004 10:26 PM
how to add dotnet component in vc++ Kanaiya Microsoft C# .NET 1 22nd Jan 2004 01:52 PM
how to add dotnet component Kanaiya Microsoft VC .NET 0 22nd Jan 2004 09:22 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:30 PM.