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 Appdomain
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Girish Nehte (1)
Sai Kumar Koona (1)
Nitya Sharma (1)
Ajay Yadav (1)
Dennis Thomas (1)
Sunny Sharma (1)
Rajendra Kumar Yerra (1)
Related resources for Appdomain
No resource found
How to Unload an Assembly Loaded Dynamically Using Reflection
5/17/2024 10:37:44 AM.
Learn how to unload an assembly that was dynamically loaded using reflection in .NET. This guide covers essential steps, including using AppDomain for isolation, managing memory efficiently, and pract
Finding What Are the Assemblies Are Loaded Currently in Current AppDomain
2/7/2024 4:59:09 AM.
Determining what assemblies are currently loaded in the current AppDomain. This guide addresses a common problem in software development: issues with DLL integration into main applications.
Loading an Assembly on Demand
2/1/2024 10:42:44 AM.
In this article, learn to dynamically load assemblies across different code bases, addressing challenges of location variations and avoiding locking in the current AppDomain.Explore the significance o
.NET Application Domain Internals
1/3/2021 4:51:53 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 Domains (appdomain) and processes.
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.
BaseDirectory vs CurrentDirectory in C#
9/19/2013 4:38:44 PM.
While replying in forum, I got this question. This may not be a new or exciting topic but the reason behind I’m sharing this post is to make that person understand it in a better way as well as the others alike.
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.