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

Explain different authentication modes in asp.net?

0 Answers  


How many time you can fill dataset in asp.net?

3 Answers   Syntel, Wipro,


version information of assembly consist of _________ values.

3 Answers   AG Technologies,


What is the used of "ispostback" property?

0 Answers  


Define session in asp.net.

0 Answers  






Define repository pattern in asp.net mvc? : asp.net mvc

0 Answers  


What is an application domain ?

2 Answers   Microsoft,


Mention few asp.net validators.

0 Answers  


What are cookies in asp.net?

0 Answers  


What is difference b/w Data Grid in ASP.Net 1.1 and Gridview in 2.0

11 Answers   Bosch, IntraLogic,


What is the difference between server-side scripting and client-side scripting?

0 Answers  


What is the difference between table and query?

0 Answers  


Categories