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 AppDomain?Explain how it works.

Answer Posted / murthy remella

AppDomain a eco system inside the IIS /ASP.NET worker
process, where CLR loads itself and executes the .NET code,
when we try to run a program written in .NET

AppDomain isolates the runtime environment of each
application from the other applications running on a
machine, it improves the application stability.

AppDomain maintains the context and shared resources and
allow all the user requests to use information while
request processing.

Is This Answer Correct ?    13 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are Master Pages in ASP.NET?

1113


How do you declare static variable? What is its lifetime?

1004


what are the ihttphandler and ihttphandlerfactory interfaces ?

999


What is the difference between ASP.NET Webforms and ASP.NET MVC?

1220


How you can return View from ASP.NET Web API method?

1057


What is asp.net futures?

1145


Differences between “dataset” and “datareader”.

1123


Explain the difference between sql invalidation and sql notification.

1018


Can we add code files of different languages in app_code folder?

1144


What describes a query?

983


What is syntax code to send email from an asp.net application?

1064


What are the cookies types in asp.net?

1066


Explain what is an assembly?

1023


In which event of the page viewstate is available?

928


What is viewstate in asp net with example?

1029