What is Application Domain?
Answer / guest
Application domains provide a unit of isolation for the
common language runtime. They are created and run inside a
process. Application domains are usually created by a
runtime host, which is an application responsible for
loading the runtime into a process and executing user code
within an application domain. The runtime host creates a
process and a default application domain, and runs managed
code inside it. Runtime hosts include ASP.NET, Microsoft
Internet Explorer, and the Windows shell.
| Is This Answer Correct ? | 11 Yes | 0 No |
Please tell us what is the difference between override and overload in a method?
What is machine.config in .net?
What is DTS and explain the purpose of it?
Explain how does assembly versioning work?
How do I spawn a thread?
Tell us what is json data, and what is one way that .net developers can work with json?
Do you know what is garbage collector?
What is a variable of implicit type and what is its scope?
What is a delegate in .NET?
How can I find out what the garbage collector is doing?
What is the difference between Dataset and DataReader? Can u breif me ADO.net classes and architecture
What is the use of activex control in .net?