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 the procedure to handle the process request using mhpm events fired? : asp.net mvc

0 Answers  


Which @page directive should you create an asynchronous page?

1 Answers  


Explain the difference between authentication and authorization.

0 Answers  


How to find last error which occurred in Asp.net ?

0 Answers  


In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?

0 Answers  






A brief difference between Session and Cookies in asp.net

5 Answers   HCL, HCL Comnet,


Have you used microsoft dataaccess blocks and Exception blocks?

1 Answers   Microsoft,


is it possible to access website from a remote place, without deploying it on web server?

1 Answers  


What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?

0 Answers   BirlaSoft,


Explain diff. Betn dataset and recordset?

0 Answers  


can i call the java script to code behind file?if yes how?

4 Answers   Wipro,


How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.

0 Answers   Siebel,


Categories