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 |
Explain the difference between task and thread in .net?
How do I use the thread pool?
Do you know the difference between the stack and the heap?
What is alias ? Is it used in .Net ?
What is the difference between .net 2000 and .net 2005(features)? Which one is better?
Explain the features that are common to all .Net languages.
Explain about .net?
Explain how to redirect tracing to a file?
when web.config file is being called or referenced?tell me about the searialized procedure followed in page loading.
Explain clr, cts and cls?
Is it possible implement webservices without SOAP?
What is prerender event of a page?