Difference between .NET components and COM components?
Answers were Sorted based on User's Feedback
Answer / virat
Com component needs registeration and .Net component
doesn't require it.
Is This Answer Correct ? | 2 Yes | 0 No |
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 |
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 |
Explain integrity ?
Which namespace do the classes, allowing you to support COM functionality, are located?
Explain how to register dll in com / com+ application?
What is the new three features of COM+ services, which are not there in COM (MTS) ?
Define integrity?
How will you register com+ services?
Define manageability?
What is scalability?
what are wrapper Classes?
Is the com architecture same as .net architecture?
Explain consistency?
Explain loosely coupled events?