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
Can I have a unique key as foreign key?
How would you get asp.net running in apache web servers?
What is the difference between the asp and asp.net?
What parameters can you pass in the url of the api? Can get and post use the same url?
Explain the disadvantages of viewstate?
How do we implement bundling in MVC?
Define view state.
Explain the difference between sql invalidation and sql notification.
Explain the different types of assemblies?
Differences between “dataset” and “datareader”.
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What is difference between View State and Hidden Field in ASP.NET?
Explain about consistent programming model in the .NET framework?
How to prevent client side validation from the ASP.NET validation controls?
Why do you use the app_code folder in asp.net?