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


Please Help Members By Posting Answers For Below Questions

Do session use cookies in asp net?

592


Explain the difference between asp.net mvc and asp.net webforms

681


What is http post action?

645


What is the purpose of using MVC programming pattern in ASP.NET?

639


How will you maintain versioning in asp.net 2.0?

678






What are the main advantages of using asp.net?

637


Define page output caching?

660


How does session authentication work?

590


What type of code, client-side or server-side, is found in a code-behind file of a Web page?

664


What is preprocessor in .net?

609


What is slidemaster?

568


How to create discussion forum in asp.net mvc? : Asp.Net MVC

625


What is inproc mode in session?

592


What do you mean by query string?

606


What is viewstate in asp net with example?

610