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 |
Value type & data types difference. Example from .NET.
What are the deferred execution and the immediate execution in linq?
How WSDL is stored ?
Please explain what is the difference between odbc and ado?
Please explain when should you use .net web forms over asp.net mvc?
What application do you use to install a Windows service?
What is operator overloading in .net?
Explain how to rename a table using sql queries?
How many types of generations are there in a garbage collector?
What security measures exist for .NET Remoting in System.Runtime.Remoting?
Explain about the features and elements present in Visual studio.NET IDE?
Explain the difference between task and thread in .net?