Answer Posted / virat sarswat
Correcting Rajeev's answer
COM vs .NET Component
.NET Component=Object based communication
COM=Interface based communication
.NET Component=Garbage Collector to manage memory
COM=Reference count will be used to manage memory
.NET Component=Type Standard objects
COM=Binary Standard objects
.NET Component=Objects are created by normal new operator
COM=Objects are created by coCreateInstance
.NET Component=Exceptions will be returned
COM=HRESULT will be returned
.NET Component=Object info resides in assembly files
COM=Object info resides in Type library
| Is This Answer Correct ? | 23 Yes | 5 No |
Post New Answer View All Answers
What is integrity?
Why we learn the 8085? Because we are in 21 century so why we learn 8085?
How CCW and RCW is working?
Is com+ dead?
What is availability?
Explain the new three features of com+ services, which are not there in com (mts)?
What is Pinvoke?
Define integrity?
What is security?
Define jit activation?
Explain how to register dll in com / com+ application?
What is com, com+ and dcom ?
Explain how to register com+ services?
how to register dll in COM / COM+ application
How to make a net component talk to a com component?