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
What are the Types of chaching. How to implement caching
Explain the use of errorprovider control in .net?
What are url fragments?
Define satellite assemblies.
What is the use of session state and application state and difference between them?
Explain Optimization technique description?
Which class is used to send an email message from an ASP.NET Web page?
Explain the difference between panel and groupbox classes using .net?
How can you apply a theme to your asp.net application?
Can we have 2 web config files?
What is the difference between a page theme and a global theme?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
Explain how cookies work. Give an example of cookie abuse.
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc