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 |
Describe the compilation process for .net code?
What are the features of dot net?
Explain what does managed mean in the .net context?
What is different between Web User Control and Web Custom Control?
Explain what is the difference between encrypting a password and applying a hashing?
What is the standard you use to wrap up a call to a Web service
Can you explain what do you understand about web service?
Explain how com+ related to the dna architecture?
create a keypair?
How to load the contents of an xml file into an xmldocument object?
What are the contents of assembly?
Explain what do the terms “boxing” and “unboxing” mean?