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 are Master Pages in ASP.NET?
How do you declare static variable? What is its lifetime?
what are the ihttphandler and ihttphandlerfactory interfaces ?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
How you can return View from ASP.NET Web API method?
What is asp.net futures?
Differences between “dataset” and “datareader”.
Explain the difference between sql invalidation and sql notification.
Can we add code files of different languages in app_code folder?
What describes a query?
What is syntax code to send email from an asp.net application?
What are the cookies types in asp.net?
Explain what is an assembly?
In which event of the page viewstate is available?
What is viewstate in asp net with example?