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
What is difference between session and cookies?
How can you access the properties and controls of master pages from content pages?
What is the use of execute non query in asp.net?
Is post back property in asp net?
How would you enable impersonation in the web.config file?
What is difference between Lambda Expression and LINQ in ASP.NET?
Where sessions are stored in asp.net?
What is Pre-Render event in ASP.NET?
What is odata in web api?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
How can I have a particular web page in an asp.net application which displays its own error page?
What is _dopostback in asp net?
Are there resources online with tips on asp to asp.net conversions?
Can one dll file contains the compiled code of more than one .net language?
Why mvc is faster than asp.net? : Asp.Net MVC