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 the server controls in asp.net?
Distinguish between Server-side and Client-side code with its functionality?
What is a web api?
how can create login from create and written conde in asp.net
How do we ensure view state has not tampered?
How you will handle session when deploying application in more than a server?
What is scope of an application variable in asp.net?
What is form method?
Why should i prefer JSP over asp.net or any other web development language..??
Can I combine classic asp and asp.net pages?
Name the two properties are on every validation control?
Explain what is viewstate?
What does the orientation property do in a menu control?
Explain one critical mapping?
What is session object? Describe in detail.