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 |
what is the use of "mustinherit" keyword?
Directcast(123.34,integer) - should it throw an error? Why or why not?
How boxing and unboxing occures in memory?
How do you create threading in .NET? What is the namespace for that?
What is the use of system.diagnostics.process class in .net?
When we use windows api in .net is it managed or unmanaged code?
What is the use of common language runtime?
How is development of a Windows service different from a Windows Forms application?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
As you know read-only variables and constants have many similarities, but what is at least one way that they differ?
What is alias ? Is it used in .Net ?
Explain me how does linq work?