adspace


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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

No New Questions to Answer in this Category !!    You can

Post New Questions

Answer Questions in Different Category