What is AppDomain?Explain how it works.
Answer Posted / murthy remella
AppDomain a eco system inside the IIS /ASP.NET worker
process, where CLR loads itself and executes the .NET code,
when we try to run a program written in .NET
AppDomain isolates the runtime environment of each
application from the other applications running on a
machine, it improves the application stability.
AppDomain maintains the context and shared resources and
allow all the user requests to use information while
request processing.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What events will occur when a page is loaded?
If we remove web.config or machine.config from the application then, is this application will works?
What is a proxy in web service?
What is application variable in asp.net?
Explain how is a property designated as read-only?
Can you use Web API with ASP.NET Web Form?
How can we register exception filter from the action?
How to find last error which occurred in Asp.net ?
how to elimainte the similar data from the different tables
How do you change the session time-out value?
What is the request flow used for asp.net mvc framework? : asp.net mvc
Explain the difference between an exe and a dll?
What is cached data phone?
When should I use server transfer and response redirect?
Explain Optimization technique description?