Top 20 NuGet Packages

more365 enables communicating with Microsoft 365 services from a server-side application (aspnetcore / Azure Functions) For Example: Azure AD Authentication using Certificates from Key Vault, Dataverse Queries and Web API Batches, SharePoint File Upload / Download, Graph API convert to PDF and send ...
more365 enables communicating with Microsoft 365 services from a server-side application (aspnetcore / Azure Functions) For Example: Azure AD Authentication using Certificates from Key Vault, Dataverse Queries and Web API Batches, SharePoint File Upload / Download, Graph API convert to PDF and send ...
Lazy object loading-unloading for huge collections which do not fit into RAM.
Extension methods for Dapper.
Extensions to System.Collections.Immutable to include FastImmutableHashSet and FastImmutableDictionary
Uma gambiarra muuuuito legal
C# source implementation that enhances LINQ to Objects with the method ForEach. Immediately executes the given action on each element in the source sequence.
C# source implementation that enhances LINQ to Objects with the method MinBy. Returns the minimal element of the given sequence, based on the given projection.
C# source implementation that enhances LINQ to Objects with the method OrderedMerge. Merges two heterogeneous sequences ordered by a common key into a homogeneous sequence.
C# source implementation that enhances LINQ to Objects with the method Pairwise. Returns a sequence resulting from applying a function to each element in the source sequence and its predecessor, with the exception of the first element which is only returned as the predecessor of the second element.
DLLs for creating custom tasks in a Workflow for Umbraco application
The last missing piece (o.s.) in your middleware
A more robust reflection API.
Functional programming concepts for C#.
A persistent storage provider for Microsoft Orleans that scales on clusters. It is based on etcd. etcd is a distributed key value store that provides a reliable way to store data across a cluster of machines. It’s open-source and available on GitHub. etcd gracefully handles leader elections during n...
Embedded persistent storage provider for Microsoft Orleans for development purposes. It is based on LiteDB. Currently targeted to Developers that seek simple persistent storage as an 'in place' replacement for volatile memory storage that is shipped with Orleans.
A generic repository pattern implementation using cqrs concepts.