Difference between .NET components and COM components?

Answers were Sorted based on User's Feedback



Difference between .NET components and COM components?..

Answer / virat

Com component needs registeration and .Net component
doesn't require it.

Is This Answer Correct ?    2 Yes 0 No

Difference between .NET components and COM components?..

Answer / shanker

.NET applications are managed by .NET Runtime so it is
useful for memory management,security,caching,versioning)
and so it is said as Managed.But COM Components are said as
Unmanaged.

Is This Answer Correct ?    3 Yes 1 No

Difference between .NET components and COM components?..

Answer / abhishek maitrey

COM was not designed to be extensible whereas .Net
component are run within COM+ applications so no COM
callable wrapper is required. Hence it runs as a .Net
component.

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More COM+ Interview Questions

Disadvantages of COM components?

2 Answers   Microsoft,


Explain durability?

1 Answers  


What is the difference between com architecture and .net architecture?

0 Answers  


What is ccw?

0 Answers  


Define manageability?

1 Answers  


Is the COM architecture same as .Net architecture? What is the difference between them?

1 Answers  


Define availability?

1 Answers  


What is COM?

1 Answers  


Explain loosely coupled events?

1 Answers  


how to register dll in COM / COM+ application

1 Answers  


How CCW and RCW is working?

0 Answers  


Explain role-based security?

2 Answers  


Categories