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 use of data set in asp.net?

486


What is the purpose of session management?

510


What is the purpose of using MVC programming pattern in ASP.NET?

553


What is the main function of url routing system in asp.net mvc? : asp.net mvc

494


What is inproc mode in session?

507






What is the Difference between MVC And MVP design pattrens

2202


What is session and application variable in asp net?

459


What New Features comes with ASP.NET Web API 2.0?

541


In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?

651


What are validators and list some validators of asp.net?

537


Which asp.net objects encapsulate the state of the client and the browser?

569


What is marshalling ? Is it a part of asp.net ?

614


What is difference between singleton and single call?

644


what are the web form events available in asp.net?

559


Out of ASP or ASP.NET which one is stateless?

676