Top 20 NuGet Packages

Common utility classes.
Fully managed library providing various random number generators and distributions. More precisely, this library offers 7 generators (ALF, MT19937, Standard, XorShift128, NR3, NR3Q1, NR3Q2), 6 discrete distributions (Bernoulli, Binomial, Categorical, DiscreteUniform, Geometric, Poisson) and 21 conti...
.net implementation of the TOTP: Time-Based One-Time Password Algorithm and HOTP: HMAC-Based One-Time Password Algorithm
Tx (LINQ to Logs and Traces) core components, not specific to the event format
Bootstrap3 style for typehead.js using Bootstrap 3 mixins and variables. This is release 0.2.1 of https://github.com/hyspace/typeahead.js-bootstrap3.less.
A library for adding statically-typed URL routing to MVC
This package is used to retrieve authentication tokens from Azure Active Directory using either client credentials or a client certificate. The tokens can then be used to access certain Azure services.
This package contains data access infrastructure to allow for the simple creation of Entity Framework 6 repositories.
This package builds on the Umbrella.DataAccess.EF6 repositories concept to allow for multi-tenanted application data access logic.
This package provides an Azure Blob Storage based caching mechanism for the Umbrella.DynamicImage infrastructure.
This package contains an implementation of the IDynamicImageResizer built using the .NET Core wrapper for FreeImage. The repo for this wrapper can be found on github: https://github.com/matgr1/FreeImage-dotnet-core
This package builds on the Umbrella.Extensions.Logging.Azure package by writing log messages to Azure Table Storage.
This package contains a range of utility classes to aid application development with the legacy .NET stack, i.e. pre .NET Core.
A simple extension to Unity that enables log4net ILog dependencies to be injected into consuming classes, with the ILog instance being configured as the correct logger for the consuming class. This version (2.x.x.x) of the extension is for use with Unity v4 and higher.
C# util for combining Url paths. Works similarly to Path.Combine.
StackExchange.Redis.Extensions is a library that extends StackExchange.Redis allowing you a set of functionality needed by common applications. To store complex data It requires one of the following implementations: - StackExchange.Redis.Extensions.Newtonsoft - ...
Logging infrastructure for uShip
Cria conexão com banco mongoDb para gerar tabelas através de classes c# agora com transaction
支持开放平台公众号相关管理。 开放平台小程序相关管理。 开放平台代替公众号模板消息等开放平台具备的功能。 内部Httpclient升級。 同时还具备开放平台操作小程序的所有功能网管 支持小程序相关功能。 增加支持公众号订阅状态判断查询
Declare Value Objects in one line e.g. `class ClientRef : ValueOf<string, ClientRef> { }`), create using `ClientRef.From(someString)` The base Type ValueOf<TValue, TThis>, provides Equals, GetHashcode. Use ValueTuples for multi property values e.g `class Address : ValueOf<(string firstLine, string ...