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



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

Answer / Chatar Pal Singh

The main differences between COM (Component Object Model) and .NET architectures are: 1. Language Independence: .NET supports multiple programming languages, while COM is primarily a Windows-based system focused on COM Interop with C++. 2. Runtime Environment: .NET has a unified runtime environment (CLR - Common Language Runtime) that provides services like memory management, security, and exception handling. COM does not have a centralized runtime environment; instead, it relies on individual components to manage their own resources. 3. Interoperability: .NET offers improved interoperability with other languages and platforms compared to COM.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COM+ Interview Questions

What is COM?

1 Answers  


Explain durability?

1 Answers  


What is CCW (COM Callable Wrapper) ?

1 Answers  


Define integrity?

1 Answers  


Explain loosely coupled events?

1 Answers  


Define object pooling?

1 Answers  


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

1 Answers  


Explain what are wrapper classes?

1 Answers  


what are wrapper Classes?

2 Answers   Tech Mahindra,


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

3 Answers  


Explain queued components?

1 Answers  


Are com components serializable?

2 Answers   Microsoft,


Categories