Difference between .NET components and COM components?
Answer Posted / 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 |
Post New Answer View All Answers
What is com, com+ and dcom ?
Explain the new three features of com+ services, which are not there in com (mts)?
What is scalability?
Explain how to make a net component talk to a com component?
Is the com architecture same as .net architecture?
What are rcw?
Define jit activation?
What is manageability?
Optimization technique description ?
how to register dll in COM / COM+ application
How to register com+ services?
What happens when we instantiate a .NET component ?
Define transaction atomicity?
What are Interop Services?
Explain how does you handle this com components developed in other programming languages in .net?