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

Difference between .NET and previous version?

0 Answers   Microsoft, TIPL,


what is DLL Hell and how it is solved in .NET? please explain clearly??

0 Answers   TCS,


Differentiate between a hyperlink control and a linkbutton control.

0 Answers  


What is a Windows Service and how does its life cycle differ from a standard EXE?

2 Answers  


What are session state modes? List some of the important session state modes of asp.net.

0 Answers  






What are the different types of Session state management options available with ASP.NET?

5 Answers   Siebel Systems,


how to write code for role based security

2 Answers  


I have a component with 3 parameter and deployed to client side now i changed my dll method which takes 4 parameter.How can i deploy this without affecting the clent?s code ?

1 Answers   Microsoft, Satyam, Wipro,


What is viewstate? In which event of the page life cycle, is the viewstate available?

0 Answers  


I am using SQLServer 2005. I have one table called Drivers. Every day thousands of records will be added in this table. I have to show all these records in my GridView with out applying ajax timer beacause we don't know the time limit when the new record come to the table. Sometimes it will add for 10 seconds some times 20 seconds. There by Please try without using timer or any other soultion apply for the table in sqlserver. But, i want to see all records immediately when new record comes in table. How? Thanks in advance... Ramesh

5 Answers  


What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC

0 Answers  


How do pass data from one layer to another layer in N-tier architecture?

2 Answers  


Categories