Top 20 NuGet Packages

An implementation of a discriminated union data structure with pattern matching support.
Implementation of Discriminated Union and Pattern Matching in C#. string outputValue = x.Match<String>() .Case(c => c == "Test", v => "It's Test!") .Case(v => "It's Not Test!") .Else(() => "It's None!") or var x = new Union<string, int>(100); // the type annotations below are op...
Discuzz.Client provides connectivity to Discuzz back-end using application keys. An application must be provisioned to Discuzz in order to have access.
A disk persistent List<byte[]>
Package Description
Library to monitor disk remaining space.
Package Description
Implement Batch
Dispatcher service for windows apps
Package Description
A library to make multi-threaded dispatch code more testable. Models a job dispatch pattern and provides both threaded and non threaded implementations.
Dispenser
Methods to simplify the display of objects and text, for Console and Windows Forms applications.
Enumerates information about display devices and monitors
My package description.