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 |
Using activex control in .net?
Explain how to stop a thread?
When should I use .net core?
Explain what relationship is between a process, application domain, and application?
What are virtual destructures?
How to create multiple inheritance in c#, with example?
What is a resource? Provide an example from your recent project.
Can a try block have more than one catch block?
What is the difference between function and stored procedure?
How will you register com+ services?
How .NET is able to support multiple languages?
Explain the difference between public and static modifiers?