GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP.NET
Go To First  |  Previous Question  |  Next Question 
 ASP.NET  |  Question 93 of 164    Print  
what is APP Domain? what is the main role of it? can we create custom APP Domain?

  
Total Answers and Comments: 1 Last Update: December 15, 2006     Asked by: cwa.mca 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: subodh agrawal
 

The primary purpose of the AppDomain is to isolate an application from other applications. Win32 processes provide isolation by having distinct memory address spaces. The .NET runtime enforces AppDomain isolation by keeping control over the use of memory - all memory in the AppDomain is managed by the .NET, so the runtime can ensure the AppDomain do not access each other's memory.

Mob: +91 9873733728



Above answer was rated as good by the following members:
surendra_sahu786
December 15, 2006 08:49:50   #1  
subodh agrawal        

RE: what is APP Domain? what is the main role of it? c...

The primary purpose of the AppDomain is to isolate an application from other applications. Win32 processes provide isolation by having distinct memory address spaces. The .NET runtime enforces AppDomain isolation by keeping control over the use of memory - all memory in the AppDomain is managed by the .NET so the runtime can ensure the AppDomain do not access each other's memory.

Mob: +91 9873733728


 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    

 Related Questions

The .NET Framework has two main components: the common language runtime and the .NET Framework class library.You can think of the runtime as an agent that manages code at execution time, providing core 
Latest Answer : .NET framework consists of 1) CLR 2) Class library 3) ASP.Net CLR (Common Language Runtime): The name itself gives you an idea what CLR is. RUNTIME can be described as a reduced version of a program.  It enables you to Execute the program ...
Read Answers (2) | Asked by : rajani

Latest Answer : I believe you create a merge module as there are components that are used in other apps ...
Read Answers (2) | Asked by : Senthil Kumar

Latest Answer : There are basically two methods in .Net to generate dynamic code through your program. One is to use CodeDom library while other is to use Reflection Emit library. The System.CodeDom library is used to generate the standard CLS (Common Language ...

1)How will you load dynamic assembly? How will create Assemblies at run time? 2)How to maintain View State of dynamically created user controls? For example, If I am creating few instances ?
Read Answers (1) | Asked by : prangyasri jena

Latest Answer : HttpCookie l_objCookie = new HttpCookie("myCokie", "myValue");l_objCookie.Expires = DateTime.MaxValue;Response.Cookies.Add(l_objCookie); ...
Read Answers (3) | Asked by : esub khan

Latest Answer : Components are packaged in assemblies. Assemblies are the reusable, versionable, self-describing building blocks of .NET applications. The simplest assembly is a single executable that contains all the information necessary for deployment and versioning.x ...
Read Answers (2) | Asked by : kiran kumar

Latest Answer : the ado.net is based on xml, xml is used for data transfer, XML provide Great scalability to ado.net normally in other languages data transfer is done in binary formet which give a limited scope to a application bcz it is not easy to send data ...
Read Answers (3) | Asked by : foram

Latest Answer : User Control : A usercontrol is a templete control that provides extra behaviour to all individual control to be added to user control in GUI designer. These controls are added to the user's control Templete file .ascx. it is similar to aspx file and ...
Read Answers (4) | Asked by : sundarr

ViewState in ASP.NET IntroductionMicrosoft ASP.NET Web Forms pages are capable of maintaining their own state across multiple client round trips. When a property is set for a control, the ASP.NET saves 
Latest Answer : Session variables are maintained for particular session like for particular user only, so any user related information has to be saved in session variable.  While application variables are maintained for whole application. Whole application related ...
Read Answers (2) | Asked by : Shiv

Latest Answer : The primary purpose of the AppDomain is to isolate an application from other applications. Win32 processes provide isolation by having distinct memory address spaces. The .NET runtime enforces AppDomain isolation by keeping control over the use of memory ...
Read Answers (1) | Asked by : cwa.mca


 Sponsored Links

 
Related Articles

BI Role in Making Corporate Decisions

BI Role in Making Corporate Decisions What is a Corporate Decision A decision that deals with the safety success and livelihood of a business can be defined as a corporate decision These decisions can range anywhere from financial issues and customer satisfaction to product popularity and environmen
 

How is the main() function declared?

The declaration of main can be done as int main() One more declaration that can be taken by main is command line arguments form int main(int argc, char *argv[]) or this can also be written as int main(argc, argv) int argc; char *argv[]; NOTE: It is not possible for one to declare the main
 

What happens when a variable is not initialized in main function?

When a variable is not initialized in main function it contains garbage value. This can be well seen from the example below main() { int x; printf(“%d”,x); z= sample() } sample() { printf(“Testing program”); } Output is   &n
 

The Interview Snafu

How to turn someone else’s mistake to your advantage Your dream job is about to become reality. A recruiter gave you the heads up about the perfect position at Humungous Conglomerate, Inc. You went through five interviews as well as a battery of psychological tests mandated by their HR de
 

Winning a Job Interview with a Winning Resume

Does your resume unlock your potential, take your skills to the highest level and win you the interview and the job you want now? The job market today is highly competitive and even if you think you have what it takes to get an interview you won’t get over the line without a polished, prof
 

Role of the Meta Model in NLP

Role of the Meta Model in NLP Armed with a heuristic questionnaire the Meta Model for Neuro linguistic Programming endeavors to recover highly detailed and unambiguous information about the client by challenging his beliefs and line of thought and expanding his personally set boundaries into a more
 

Importance of Proper English during Job Interview

Importance of Proper English during Job Interview Your job interview is crucially important and it will determine whether or not you will get the job Depending on the type of job you re going for it is very important for you to use proper English In most cases jobs which offer higher salaries will h
 

Role of Data Modeling within Enterprise Management

Role of Data Modeling within Enterprise Management When it comes to the development maintaining augmentation and integration of enterprise systems data modeling is key Over 90 of enterprise systems’ functionality is based on the creation manipulation and querying of data When managing a m
 

Role of a Copywriter

Role of a Copywriter A copywriter has a crucial role in society which may not be known to all individuals although the general public comes face to face with items produced by a copywriter on a daily basis Without the contributions of a copywriter products would not sell as well and many merchants w
 

The Role of a Commercial Artist

The Role of a Commercial Artist The job position of commercial artist is one which is varied in nature The commercial artist works with various promotions and commercial companies to help bring their image to light A commercial artist is one who takes the goal of a company and portrays it to the pub
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape