Difference between .NET components and COM components?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.

592


What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC

502


What are the security types in ASP/ASP.NET? Different Authentication modes?

564


what is loosely coupled solution? How it can be used?

564


How will create assesblies at run time?

554






What is the difference between mvc and asp.net? : Asp.Net MVC

479


How can we create pie chart in asp.net?

587


What is postback request?

554


How does windows service lifecycle differ from a .standard. Exe?

515


What is meant by server side scripting?

523


Can we use html in asp.net?

502


Distinguish between Server-side and Client-side code with its functionality?

626


explain code with multi inhertance

1651


What is inproc and outproc?

523


What are different methods of session maintenance in asp.net?

567