Top 20 NuGet appdomain Packages
Provides useful methods for manipulating App Domains.
ServerHost - A .NET Server Hosting utility library, including in-process server host testing.
Run NUnit tests in a separate application domain.
Anyone whose ever had to deal with loading Assemblies using standard .NET reflection facilities understands that it's not straightforward. Which context should I load into? How do I know that my Assembly is imported into the correct application domain? What if I want to load two versions of the same...
https://devlib.codeplex.com/
load and run objects in isolated process
DevLib is a highly reusable collection of components and core functionalities addressing common crosscutting concerns. It provides a comprehensive set of features that save development time, minimize costs, reduce the use of pre...
xUnit Tests for netfx-System.AppDomainData.Tests
Visual Studio Debug Helper for ChildProcesses attaches the Visual Studio debugger automatically to any started child process with the ChildProcesses library.
Provides strong-typed persistence of data in an AppDomain, which can also be transient and automatically removed on dispose.
Usage: AppDomain.CurrentDomain.SetData<Foo>(foo);
var saved = AppDomain.CurrentDomain.GetData<Foo>();
Tests for netfx-System.AppDomainData.Tests
ChildProcesses is a child process management library for the .NET Framework.
It allows to create child processes, and provides bidirectional extendable interprocess communication based on WCF and NamedPipes out of the box.
Child and parent processes monitor each other and notify about te...
[4.0]
+ RuntimeCompiler: a compiler for runtime C# generated code
+ AppDomainContext: a helper app domain generator context for cross-domain execution
www.antonioesposito.it
info@antonioesposito.it
PCL Extension provides an Assembly and AppDomain extension for .NET, Xamarin.iOS, Xamarin.Android. This makes it easier to create cross-platform .NET libraries and apps.
Tungsten.Domains makes it easy to implement reloadable AppDomains
Utility class for managing AppDomain contexts.
If it would be needed to generate files in runtime, these classes can be used in conjunction with the compilation utilities to compile the templates. The target is to have a system like the one used by ASP.NET to compile the Razor templates into class. If you need it you could use these class as Raz...
Wraps cross-domain asynchronous method calls, returing System.Threading.Tasks.Task.
Sample usage:
using TaskRemoting;
remoteDomain.Invoke(myObj.MyMethod, myArg);
Run C# code from a string in either trusted or untrusted modes.
Exposes the hidden System.AppDomain in .NET Core. Required supporting classes are also exposed.
Mimic call to AppDomain.CurrentDomain.GetAssemblies()
Library for manage app domains.