what is COM Object in Dot net?

Answer Posted / balaji

Component Object Model is a model that allows different
programming languages to communicate each other.

Earlier all the dll's are made using this model so that we
could use these assembly's in any language. When we use
these in .net and create some objects are known as com
objects and these objects should be clear using
Marshal.ReleaseComObject() method because those will not be
taken care by garbase collection in .net.

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does asax stand for?

526


What is the advantage of using Windows authentication in a Web application?

564


Explain diff between dataset and datareader?

533


How is the asp.net mvc architecture different from others? : asp.net mvc

493


What is state management in asp.net with example?

466






What is the purpose of App_Code folder in ASP.NET? Why we this?

623


What is enableviewstate?

543


Explain what the contents of cookie?

594


What is the main difference between Asp.net and Vb.net?

573


What is server infrastructure & server components?

784


Explain difference between friend and protected friend?

532


Is web config mandatory?

542


What are the new navigation controls in asp.net 2.0?

538


How do you store a value in viewstate and retrieve them?

572


Is a dll file an executable?

559