Buy Questpond's video subscriptions on
huge discount
.
Online: 2739
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Forums
>
Regular Expressions
>
Loading ...
What is mean by AppDomain in .Net
Posted by
Johnseelan
under
Regular Expressions
on 7/25/2011 |
Points: 10
| Views : 35328 | Status :
[Member]
| Replies : 3
Write New Post
|
Search Forums
|
Resolved Posts
|
Un Answered Posts
|
Forums Home
Hi all,
i want to prepare .net appdomain,
What is mean by AppDomain in .Net,
Explanation & Definition of AppDomain in .Net
what is the use & where we use appdomain in .Net
Reply
|
Reply with Attachment
Alert Moderator
Responses
Posted by:
Lalji_mer
on: 7/25/2011
[Member]
Bronze
|
Points: 25
0
Hi,
show here good article will get guide
http://www.c-sharpcorner.com/UploadFile/nagryum/Appdomain07102007081415AM/Appdomain.aspx
LP MER
Johnseelan
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
aswinialuri-19361
on: 8/9/2013
[Member]
Starter
|
Points: 25
0
hi ,
refer this link it might be help ful to you
http://social.msdn.microsoft.com/Forums/vstudio/en-US/3a9fee96-5b09-4196-b9e4-7208a64952b1/what-is-appdomain-how-to-use-and-what-purpose-of-appdomain
Mark as Answer if it helps you
Thanks&Regards
Aswini Aluri
Johnseelan
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Mdafazal1
on: 9/18/2013
[Member]
Starter
|
Points: 25
0
Each application running within a process, AppDomain is also a light-weight process or we can say logical unit which having group of assemblies (this is a container which contain group of assemblies ) and this exist inside of the process at isolation level of same process, this allows to run multiple assemblies within same process and prevent them for direct access.
Running Dot Net Application Within AppDomain:
Once any dot net application run, Operation system shell load CLR into a process and new AppDomain been created in the same process and load all the assemblies in the created AppDomain, now from the AppDomain code will get executed.
When to Custom AppDomain:
We can create own AppDomain, now the thing is in which scenario we can create own AppDomain. Suppose run time we need to add or remove the assemblies without interruption the running application then we can create own AppDomain.
Thanks
mdafazal@gmail.com
Johnseelan
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Login to post response
Latest Posts
How to get the exact property name while getting error
(0)
PDB file is not showing Line Number in dot net application hosted on server
(0)
Both Strings morethan 5 letters in length end of the words one vowel and one consonent is different
(0)
how to check Any adjacent letters transposed between two strings(ex: JOHN, JHON)
(1)
can't receive data after success login ?
(1)
Implement Multi-Tenant in Azure Logic Apps
(0)
Why ASP.Net Core 7.0 Web API showing as Connection refused?
(0)
Iterating over columns of dataframe and print as rows in Python Django
(0)
More ...