Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Difference between COM and .NET component ?

Answers were Sorted based on User's Feedback



Difference between COM and .NET component ?..

Answer / 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

Difference between COM and .NET component ?..

Answer / rajeev

COM vs .NET Component

COM=Object based communication
.NET Component=Interface based communication

COM=Garbage Collector to manage memory
.NET Component=Reference count will be used to manage memory

COM=Type Standard objects
.NET Component=Binary Standard objects

COM=Objects are created by normal new operator
.NET Component=Objects are created by coCreateInstance

COM=Exceptions will be returned
.NET Component=HRESULT will be returned

COM=Object info resides in assembly files
.NET Component=Object info resides in Type library

Is This Answer Correct ?    7 Yes 21 No

Post New Answer

More COM+ Interview Questions

Explain durability?

1 Answers  


What is reliability?

0 Answers  


Explain role-based security?

2 Answers  


Explain JIT activation?

3 Answers  


Disadvantages of com components?

3 Answers   Microsoft,


Is the COM architecture same as .Net architecture? What is the difference between them ?

3 Answers  


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

0 Answers  


What are Interop Services?

0 Answers  


Are com components serializable?

2 Answers   Microsoft,


What is ccw?

0 Answers  


what is the relational database of tables and forms

0 Answers   Microsoft,


Explain how does you handle this com components developed in other programming languages in .net?

0 Answers  


Categories