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
Do session use cookies in asp net?
Explain the difference between asp.net mvc and asp.net webforms
What is http post action?
What is the purpose of using MVC programming pattern in ASP.NET?
How will you maintain versioning in asp.net 2.0?
What are the main advantages of using asp.net?
Define page output caching?
How does session authentication work?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
What is preprocessor in .net?
What is slidemaster?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
What is inproc mode in session?
What do you mean by query string?
What is viewstate in asp net with example?