Top "Appdomain" questions

An application domain is an isolated environment in which Microsoft .NET assemblies can be sandboxed, granted specific permissions or PermissionSets and executed.

I don't understand Application Domains

.NET has this concept of Application Domains which from what I understand can be used to load an assembly into …

.net appdomain
Usage of AppDomain in C#

What is the most important use of AppDomains in C#?

c# remoting appdomain
How best to communicate between AppDomains?

I have an application that needs to send a moderately high volume of messages between a number of AppDomains. I …

c# .net remoting appdomain
Copy files over network via file share, user authentication

I am building a .net C# console program to deploy file to a windows file share server (folder that is …

c# .net appdomain impersonation fileshare
Pass and execute delegate in separate AppDomain

I want to exceute some piece of code in separate AppDomain with delegate. How can I do this? UPD1: some …

c# delegates appdomain
How to keep ASP.NET assemblies in AppDomain alive?

Scenario: I've an n-Tier enterprise ASP.NET application deployed using Web Deployment Projects. All tiers produce independent assemblies that is …

asp.net iis assemblies appdomain application-pool
Where can I purchase .app TLD?

Where can I purchase a .app Top Level Domain (TLD)? I've gone to Network Solutions, GoDaddy, etc and can't find …

dns appdomain domain-name tld .app
How to properly unload an AppDomain using C#?

I have an application that loads external assemblies which I have no control over (similar to a plugin model where …

c# .net appdomain
How to detect when application terminates?

This is a follow up to my initial question and I would like to present my findings and ask for …

c# .net multithreading appdomain
How to load a .NET assembly for reflection operations and subsequently unload it?

I'm writing a tool to report information about .NET applications deployed across environments and regions within my client's systems. I'd …

.net assemblies appdomain assembly-attributes