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

Define reliability?

1 Answers  


How do you make a NET component talk to a COM component?

1 Answers  


Explain JIT activation?

3 Answers  


What happens when we instantiate a .NET component ?

0 Answers   DELL,


What is CCW (COM Callable Wrapper) ?

1 Answers  






What is the new three features of COM+ services, which are not there in COM (MTS)

1 Answers  


Define scalability?

2 Answers  


what are wrapper Classes?

2 Answers   Tech Mahindra,


What is jit activation?

0 Answers  


Explain how to make a net component talk to a com component?

0 Answers  


How does you handle this COM components developed in other programming languages in .NET?

1 Answers  


What are Interop Services?

0 Answers  


Categories