Is the COM architecture same as .Net architecture? What is
the difference between them (if at all there is)?



Is the COM architecture same as .Net architecture? What is the difference between them (if at all ..

Answer / Rekha Rai

COM (Component Object Model) and .NET are two different technologies developed by Microsoft, with some similarities but also significant differences. COM is a binary interface standard for creating component-based applications, while .NET is an entirely new framework that builds upon the concepts of COM but uses managed code, Common Language Runtime (CLR), and a new programming model called AOT/JIT compilation.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

How ASP .NET different from ASP?

4 Answers  


What operating systems does the .net framework run on?

1 Answers  


What is a garbage collector?

1 Answers  


What’s different between process and application in .net?

1 Answers  


Explain the difference between public and static modifiers?

1 Answers  


Explain can the validation be done in the server side? Or this can be done only in the client side?

1 Answers  


What security mechanisms to enforce for Authenticating and authorizing the users?

1 Answers  


Explain how to rename a table using sql queries?

1 Answers  


How is a managed code executed?

2 Answers  


What are the differences between com architecture and.net architecture?

1 Answers  


What is .net standard?

1 Answers  


What is a formatter in .net?

1 Answers  


Categories