Explain what relationship is between a process, application domain, and application?
Answer / Greesh Kumar Sharma
In .NET, an Application is the highest level concept that encapsulates all resources used by a program. It can contain multiple AppDomains. A Process is the instance of a running application in memory. Each process contains at least one AppDomain, which is a lightweight runtime environment that hosts and executes common language runtime (CLR) objects, providing isolation between applications. This separation allows for better security and reliability.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Ajax? How it is related to your project?
differance between checkbox and rediobutton in vb.net?
Tell me about secure socket layer? How to make use of the technology?
What are .net functions?
1.What is the major advantage of polymorphism? Please don't simply say binding. Specify any other reason.
Can you create instance of a class which has private constructor?
What is the difference between an abstract class and an interface?
Tell us what is the difference between struct and class?
What is STA in .NET?
How many namespaces are in .net version 1.1?
Describe ways of cleaning up objects.
Explain the difference between task and thread in .net?