TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About application domain
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vidya Vrat Agarwal (1)
Vikas Garg (1)
Ibrahim Ersoy (1)
Mohamed Hasan (1)
Anand Thakur (1)
Dennis Thomas (1)
Habibur Rony (1)
C# Curator (1)
Rajendra Kumar Yerra (1)
Hima Bindu (1)
Jibin Pan (1)
Related resources for application domain
No resource found
CLR Internals - Process and Application Domain
5/8/2024 10:09:23 AM.
In this article, you‘ll drill deeper into the details of how an assembly is hosted by the CLR and come to understand the relationship between application domain (appdomain) and processes.
.Net Architecture And .Net Framework Basics
5/5/2024 8:25:53 AM.
.NET architecture encompasses the Common Language Runtime (CLR) and Common Type System (CTS), executing Intermediate Language (IL) through Just-In-Time (JIT) compilation.
Unloading Assemblies in C#
4/25/2024 7:56:13 AM.
Unloading an Application Domain is crucial for releasing resources. Unlike assemblies, Application Domains can be unloaded, aiding in resource management. However, the default CLR-created domain is im
Diagnostic And Performance Monitoring in .Net 4.0
4/22/2024 8:23:32 AM.
Explore .NET 4.0's enhanced performance monitoring capabilities, including application domain-level resource tracking for memory and processor usage. Utilize Hosting APIs and Event Tracing for Wi
How To Execute An Application In A Remote Application Domain
10/2/2023 9:03:50 PM.
This article explains executing an application in a remote application domain.Executing an application in a remote application domain involves creating a separate isolated environment within the same
Understanding Process, Application Domain And Assemblies
11/10/2020 7:11:31 AM.
We usually come across these terms: Process, Application Domain or App Domain, Assemblies. It is good to have a basic knowledge of these terms and how each one is related to each other.
Groundwork For .NET Interview
7/22/2018 2:07:32 AM.
This article covers the basic high-level concepts on .net for getting up to speed the interview.
Application Domains in C#
3/11/2010 11:03:56 PM.
In this article I will explain you about Application Domains in C#.
AppDomain concept in ASP.Net
7/5/2009 11:34:46 PM.
This article explains about the concept of an Application Domain which is shortly known as AppDomain.
ASP.Net Page Life Cycle
5/16/2006 6:53:23 AM.
This article explains simple ASP.NET web page execution in depth.
Remote Objects: Part II
1/5/2006 3:44:13 AM.
This article shows how to create a remote server and MDI window Remote Client using remote object. The remote server can be used as Auction Server and Real Time Data and News Server.