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 are the various ways to send content from one page to another?
How does dataset acts in a disconnected fashion ?
What is a 401 redirect?
What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState ?
in database table is thier . in that table fields are photoid , photoname,photo... i want display image in the gridview
How does a content page differ from a master page?
What is DataGrid wheater its a Server Control or something else ?
What is Master Page in Asp.net?
What are strong names?
Write a code for sending an email from asp.net application.
what is service contract,operation contract?
What is event in asp.net?