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
Can we have 2 web config files?
calling result set one procedure to anothar procedure in sql2000
Explain the path instructions in xaml?
What is jade template engine?
How you will manage the state of ASP.NET controls?
Why and where this web.config file is used?
What is the function used for removing an event listener?
What is applicatio domain?
What is the advantage of mvc over asp.net? : Asp.Net MVC
Define cookie.
What is a postback url?
How can you access the properties and controls of master pages from content pages?
Can we store object in viewstate?
How to create events for a control?
What is the difference between “Web.config” and “Machine.Config”?