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 main components in .net?
How can you automatically generate interface for the remotable object in .NET with Microsoft tools?
How can you clean up objects holding resources from within the code?
Differentiate between managed and unmanaged code?
Explain the garbage collection process?
diff between forms authentication and windows authentication?
What is jit compilers?
.What is Marshaling?
What is Active Directory? What is the namespace used to access the Microsoft Active Directories? What are ADSI Directories?
What is the difference between a debug and release build?
How to implement CAS in .Net?
Which two properties are on every validation control?