Tweet
SIGN UP
Member Login:
POST A QUESTION
CATEGORIES
.Net
Brain Exercise
Database
Design Patterns
General
Hardware
Languages
Networking
OOP
Operating System
Reporting
Testing
Third-Party Tools
Web Development
COMPANIES
Others
MCN Solutions
Infosys
HCL
MCN Solutions Pvt. Ltd
Mindcracker
Questpond
IBM
InfoAxon Ltd
Wipro
JOB FUNCTIONS
Senior Management
Project Manager
Project Lead
Tech Lead
Team Lead
Architect
Sr. Developer
Sr. Programmer
Programmer
Developer
DBA
What is an application domain?
Posted by
Prabhu Raja
in
.Net
|
ASP.NET
on
Nov 05, 2011
Tweet
5543
2
0
What is the difference between a private assembly and a shared assembly?
What is the difference between login Controls and Forms Authentication in ASP.NET?
Related Questions
what is application domain?I want to submit one application domain to another application domain, how it is possible?
What are difference between Application domain and Application pool
What is an application domain?
What is application domain in .Net.
What is the Application domain (C#)?
What is application domain?
Do you know the answer for this question? Post it below.
Hi
Bootstrap is the first loaded and it's responsibility is to load the operating system in RAM...
Posted by
Smart Lucky
on
Jan 03, 2012
An AppDomain can be thought of as a lightweight process. Multiple AppDomains can exist inside a Win32 process. The primary purpose of the AppDomain is to isolate applications from each other, and so it is particularly useful in hosting scenarios such as ASP.NET. An AppDomain can be destroyed by the host without affecting other AppDomains in the process.
Win32 processes provide isolation by having distinct memory address spaces.This is effective, but expensive. The .NET runtime enforces AppDomain isolation by keeping control over the use of memory - all memory in the AppDomain is managed by the .NET runtime, so the runtime can ensure that AppDomains do not access each other's memory.
One non-obvious use of AppDomains is for unloading types. Currently the only way to unload a .NET type is to destroy the AppDomain it is loaded into. This is particularly useful if you create and destroy types on-the-fly via reflection.
Posted by
Prabhu Raja
on
Nov 05, 2011
QUESTION POST LEADERS
1
2
3
4
5
6
7
8
MOST POPULAR QUESTIONS
What is Serialization in .NET, types of Serialization and why we need it while developing an application?
What’s the difference between an interface and abstract class?
What is difference between UNIQUE and PRIMARY KEY constraints
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
What’s the difference between the Debug class and Trace class?
What is a "Virtual Directory"?
What is Difference between ASP.NET 2.0 and ASP.NET 3.5
explain about page life cycle in Asp.net
Difference between NTFS and FAT32
What are the magic tables available in SQL Server 2000?
Sponsored by
Become a Sponsor
MOST LIKED QUESTIONS
Which namespaces are necessary to create a localized application?
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
One application can have only one web config file - true or false.
TAG CLOUD
.NET
ADO.NET
app_themes
ASP.NET
C
C#
Database
Datagrid
Design
DirectoryServices
games
GridView
Images
jquery
MVC
Silverlight
Silverlight 5
Thread
try
tutorials
VB.NET
WCF
Windows Forms
WPF
XML
PREMIUM SPONSORS
View More
LATEST JOBS
Applying for job
Metro Style App Developer
.NET Developer WPF or Silverlight exp Boston MA
ASP .Net Developers
Split Testing Designer
.NET Developer
Web Developer
Application Engineer Expert
.NET Developer
Application Developer
View All Jobs
|
Interview Questions
|
Ask a Career Question
Sponsored by
Become a Sponsor
WHITEPAPERS AND BOOKS
Essentials of Capacity Planning: Microsoft SharePoint Server 2010
Chapter 15: Customizing the Display
Chapter 9: OpenType Font Support
Successfirmations: Think, Reveal, Receive
SharePoint Designer 2010 Essentials
Building Standalone Data-Driven Applications using SQL Server Compact 4.0
Programming XML with C#
Reporting with Reports Viewer in Visual Studio 2005
Programming C# for Beginners
Programming Windows Common Dialogs with Visual C# 2010
View All
TOP MEMBERS
MOST VIEWED
TRENDING NOW
PRIZES
AWARDS
BOOK REVIEWS
SURVEY
Hosted By
CBeyond Cloud Services
PHOTOS
TIPS
CONSULTING
TRAINING
STUDENTS
MEMBERS
MEDIA KIT
SUGGEST AN IDEA