Top 20 NuGet Packages

Serializes a type of delegate reference to a string, that can restored back to the original delegate. Useful for stateless applications that need to store state in storage such as a payment callback for part of the application
This package ultimately lets you constrain generic type parameters to the `System.Delegate` type. Just replace the problematic constraints and types with the `Ark.IDelegate` stubs which are wiped away without a trace after the assembly is compiled. If you try to write `class MyClass<T> where T : De...
Injecting partially applied delegates as dependencies
Injecting partially applied delegates as dependencies
Allow you to invoke a late-bound method, without using MethodInfo.Invoke and thus avoiding exceptions being wrapped in a TargetInvocationException
Holds basic functionality used in .NET based Delegate IT projects.
Holds functionality to load and save settings in json format to different sources.
My package description.
Deleporter Core (use Deleporter.Server/Deleporter.Client for easy setup) - Simple Cross Process Stubbing. Deleporter is a lightweight .NET library that teleports arbitrary delegates into an ASP.NET application in some other process (e.g. hosted in IIS) and runs them there. One use case is stubbing ...