Difference between .NET components and COM components?
Answers were Sorted based on User's Feedback
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 |
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 |
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
Which @page directive should you create an asynchronous page?
Explain the difference between authentication and authorization.
How to find last error which occurred in Asp.net ?
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?
A brief difference between Session and Cookies in asp.net
Have you used microsoft dataaccess blocks and Exception blocks?
is it possible to access website from a remote place, without deploying it on web server?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
Explain diff. Betn dataset and recordset?
can i call the java script to code behind file?if yes how?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.