Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is an application domain?

Answers were Sorted based on User's Feedback



What is an application domain?..

Answer / sudhir sheoran

Application domain is both a container and a boundary which contains code and data.
Like OS have processes as the smallest unit of separation, similarly .NET have app domains.

A process can have multiple app domains but a app domain will be associated with only a single process.

App Domain is relatively cheap to create (compared to a process), and has relatively less overhead to maintain than a process.For these reasons, an AppDomain is a great solution for the ISP who is hosting hundreds of applications. Each application can exist inside an isolated AppDomain, and many of these AppDomains can exist inside of a single process – a cost savings.

They separation concern of applications is resolved by assigning different virtual space to different application.
So even if one application crashes it doesn't effect the other applications.

No two application can directly interact with other application even though in same process. They have to use .net Remoting kind of things to do that.

Is This Answer Correct ?    0 Yes 0 No

What is an application domain?..

Answer / srikanth

Application domain is something that isolates the
application from interupting each other.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

What combination of methods are used to improve the speed of the fill() method of the DataAdapter? a) BeginFillData() and EndFillData() b) StartFillData() and EndFillData() c) BeginLoadData() and EndLoadData() d) StartLoadData() and EndLoadData()

2 Answers   Syntax Softtech, winfoware,


What would be salary for 6+ years of experience in ASP.NET in different metro city in india?

4 Answers  


Define a web service in .net?

0 Answers  


What is the difference between managed and unmanaged code? *******

2 Answers   Patni,


Write code to send e-mail from an asp.net application?

0 Answers  


What is the meaning of TestApi?

0 Answers  


Why is mvc better than asp.net?

0 Answers  


What is deference between asp.net, vb.net, c# & j#

2 Answers  


What are the various authentication mechanisms in ASP.NET ?

1 Answers   Digital GlobalSoft, Satyam,


What is Dynamic Web and discuss its usage with the help of real life examples?

0 Answers   Huawei,


explain ado.net

6 Answers  


How can you get public key information?

1 Answers   Microsoft,


Categories