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 user controls?
Differentiate between a page theme and a global theme?
What is the difference between system.stringbuilder and system.string
What is a user session?
Explain global assembly cache.
Which dll handles the request of .aspx page?
What are the event handlers that can be included in the Global.asax file?
Explain what is postback in asp. Net?
How many types of cookies are there in asp.net?
List the events in page life cycle.
What is Web API?
What is asp.net web application?
How would you turn off cookies on one page of your website?
What is the difference between session object and application object?
What is ispostback method in asp.net? Why do we use that?