Top 20 NuGet Packages

Mizekar.Micro.Map.Client Api
Mizekar.Micro.Storage.Client Api
This is a C# implementation for .NET Core of UK Bank Account Modulus Checking. Modulus Checking is a process used to determine if a given account number could be valid for a given sort code.
Fancy date ranges for Moment.js.
Repository and Entity Base for MongoDB Applications Caching, standardized Methods, Easy Entity Access and Manipulation
This package allows to store session data in MongoDB Replica Set. This data server distribution provides high availability for your web app and the possibility to distribute session data in a different servers and locations. If primary server fails, the application will still alive during the usual ...
Mongo migrations for dot net developers
Unofficial, Open-Source MongoDB Driver helper. https://github.com/mustafarumeli/MongodbConnectionDll/wiki
A web server and json api for making single page websites
An Opinionated Auto Mocker for Moq that acts like a IoC Container and creates default mocks recursively, all you have to do is verify.
C# source implementation that enhances LINQ to Objects with the method Acquire. Ensures that a source sequence of objects are all acquired successfully. If the acquisition of any one fails then those successfully acquired till that point are disposed.
C# source implementation that enhances LINQ to Objects with the method AssertCount. Asserts that a source sequence contains a given count of elements.
C# source implementation that enhances LINQ to Objects with the method Consume. Completely consumes the given sequence. This method uses immediate execution, and doesn't store any data during execution.
C# source implementation that enhances LINQ to Objects with the method Generate. Returns a sequence of values based on indexes.
C# source implementation that enhances LINQ to Objects with the method GenerateByIndex. Returns a sequence of values based on indexes.
C# source implementation that enhances LINQ to Objects with the method GroupAdjacent. Groups the adjacent elements of a sequence according to a specified key selector function.
C# source implementation that enhances LINQ to Objects with the method Index. Returns a sequence of where the key is the zero-based index of the value in the source sequence.
C# source implementation that enhances LINQ to Objects with the method MaxBy. Returns the maximal element of the given sequence, based on the given projection.
C# source implementation that enhances LINQ to Objects with the method Pad. Pads a sequence with default values if it is narrower (shorter in length) than a given width.
C# source implementation that enhances LINQ to Objects with the method Pipe. Executes the given action on each element in the source sequence and yields it.