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
Explain the different types of assemblies?
Explain different types of Caching techniques in ASP.NET?
Explain server-side scripting and client-side scripting.
What kind of data we can store in viewstate?
Explain About WebService
Can viewstate be accessed in another page?
Is react a template engine?
Which protocol is used to call web service?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
What is asp.net with mvc? : Asp.Net MVC
What are sql notifications and sql invalidations?
Explain about the Class view window?
Define msil.
Explain exception filters?
What is cas?