Is the COM architecture same as .Net architecture? What is
the difference between them (if at all there is)?
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 |
How ASP .NET different from ASP?
What operating systems does the .net framework run on?
What is a garbage collector?
What’s different between process and application in .net?
Explain the difference between public and static modifiers?
Explain can the validation be done in the server side? Or this can be done only in the client side?
What security mechanisms to enforce for Authenticating and authorizing the users?
Explain how to rename a table using sql queries?
How is a managed code executed?
What are the differences between com architecture and.net architecture?
What is .net standard?
What is a formatter in .net?