Difference between .NET components and COM components?

Answers were Sorted based on User's Feedback



Difference between .NET components and COM components?..

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

Difference between .NET components and COM components?..

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

Post New Answer

More ASP.NET Interview Questions

What are the various ways to send content from one page to another?

0 Answers  


How does dataset acts in a disconnected fashion ?

3 Answers   TCS,


What is a 401 redirect?

0 Answers  


What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState ?

1 Answers  


in database table is thier . in that table fields are photoid , photoname,photo... i want display image in the gridview

5 Answers   TCS,


How does a content page differ from a master page?

0 Answers  


What is DataGrid wheater its a Server Control or something else ?

0 Answers   NA,


What is Master Page in Asp.net?

9 Answers  


What are strong names?

0 Answers  


Write a code for sending an email from asp.net application.

0 Answers  


what is service contract,operation contract?

2 Answers  


What is event in asp.net?

0 Answers  


Categories