Difference between .NET components and COM components?

Answers were Sorted based on User's Feedback



Difference between .NET components and COM components?..

Answer / krishna prasad

.net component
-----------------
these dlls can be used by any application (platform
independant)
these components are resolved from dll hell problem

com components
-------------
platform dependent components


Is This Answer Correct ?    2 Yes 1 No

Difference between .NET components and COM components?..

Answer / samanthwal

.Net Component gets best use of managed environment while
COM component were suffered greatly from DLL hell problems
and due to the reference counting approach they usual face
the problem of memory leaks.
but in .NET component all these issues are resolved by CLR.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

what is CLR?

3 Answers   PrimeLine,


What is css and what is it used for?

0 Answers  


What is the Global.asax used for?

7 Answers   Siebel Systems,


Disable Session State at the Page Level

1 Answers  


Mention the namespace that is used to include .net data provider for sql server in .net code?

0 Answers  






Is viewstate secure?

0 Answers  


How do I create a web form?

0 Answers  


How many rules are there regarding a well formed XML document? a) Nine b) Three c) Six d) Two

1 Answers   Syntax Softtech,


How to authenticate users using web.config ?

1 Answers   Patni,


Describe the role of inetinfo.exe, aspnet_isapi.dll and aspnet_wp.exe in the page loading process

1 Answers   HCL, Siebel Systems, Visual Soft,


what are partial classes and their use?

3 Answers   Microsoft,


How to create multi language website in asp.net mvc? : Asp.Net MVC

0 Answers  


Categories