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
Why do we need url encoding?
What are session and cookies?
What do you mean by serialize?
What is the difference between stored procedure vs function?
In which situation can you not use a viewstate?
How to use multiple scriptmanager controls in a web page?
What is meant by server side scripting?
What is http response header?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
Explain the code Access Security (CAS) in .net Framework?
How does the cookies work in asp.net?
Why is it preferred to not use finalize for clean up?
What is clr? Difference between clr & cts?
Explain client side state management system.