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
Describe the .net base class library.
Can we make activex dll also ti execute in some process as that of client ? How can we do?
Describe a Windows Service and its lifecycle ?
What is considered a service provider?
What is active web pages?
What is viewstate? In which event of the page life cycle, is the viewstate available?
What New Features comes with ASP.NET Web API 2.0?
what are the security certificates used in webservices?
What is caching? Explain.
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
What is the asp.net mvc folder conventions? : asp.net mvc
How does asp net store session ids by default?
9. Why should we hire you over the others waiting to be interviewed?
How many validators do ASP.NET have?
Can you change a master page dynamically at runtime? How?