Microsoft.IdentityModel.Tokens by: Microsoft
  • 13 total downloads
  • Latest version: 6.35.0
  • .NET Windows Authentication Identity SecurityTokens Cryptographic operations Signing Verifying Signatures Encryption
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
Microsoft.IO.RecyclableMemoryStream by: Microsoft
  • 16 total downloads
  • Latest version: 3.0.0
  • MemoryStream Memory performance GC garbage collection stream scalable buffer
A pooled MemoryStream allocator to decrease GC load and improve performance on highly scalable systems.
Microsoft.NETCore.Targets by: Microsoft
  • 17 total downloads
  • Latest version: 6.0.0-preview.4.21253.7
Provides supporting infrastructure for portable projects: support identifiers that define framework and runtime for support targets and packages that reference the minimum supported package versions when targeting these.
Mongo2Go by: Johannes Hoppe and many contributors
  • 23 total downloads
  • Latest version: 3.1.1
  • MongoDB Mongo unit test integration runner
Mongo2Go is a managed wrapper around the latest MongoDB binaries. It targets .NET Standard 2.1. This Nuget package contains the executables of mongod, mongoimport and mongoexport v4.4.4 for Windows, Linux and macOS. Mongo2Go has two use cases: 1. Providing multiple, temporary and isolated MongoDB databases for unit tests (or to be precise: integration tests) 2. Providing a quick to set up MongoDB database for a local developer environment
MongoDB.Driver.Core by: vincentkam dmitry_lukyanov rstam craiggwilson
  • 12 total downloads
  • Latest version: 2.11.5
  • mongodb mongo nosql
Core Component of the Official MongoDB .NET Driver.
NCrontab by: Atif Aziz
  • 16 total downloads
  • Latest version: 3.3.3
  • cron schedule time
NCrontab is crontab for all .NET runtimes supported by .NET Standard 1.0. It provides parsing and formatting of crontab expressions as well as calculation of occurrences of time based on a schedule expressed in the crontab format.
NEST.Signed by: Martijn Laarman and contributors
  • 10 total downloads
  • Latest version: 0.11.7
  • elasticsearch elastic search lucene nest
Elasticsearch client, strongly typed interface to Elasticsearch but also comes with great low level support.
NETStandard.Library by: Microsoft
  • 29 total downloads
  • Latest version: 2.0.3
A set of standard .NET APIs that are prescribed to be used and supported together. 18a36291e48808fa7ef2d00a764ceb1ec95645a5 When using NuGet 3.x this package requires at least version 3.4.
NewLife.Core by: 新生命开发团队
  • 38 total downloads
  • Latest version: 10.5.2023.801
  • 新生命团队 X组件 NewLife NewLife.Core
Core basic components: log (file / network), configuration (XML / JSON / HTTP), cache (memory / redis), network (TCP / UDP / HTTP), RPC framework, serialization (binary / XML / JSON), APM performance tracking. 核心基础组件,日志(文件/网络)、配置(XML/Json/Http)、缓存(内存/Redis)、网络(Tcp/Udp/Http)、RPC框架、序列化(Binary/XML/Json)、APM性能追踪。
NewLife.Net by: 新生命开发团队
  • 45 total downloads
  • Latest version: 4.3.2024.408-beta0604
  • 新生命团队 X组件 NewLife NewLife.Net
网络通讯基础框架及各种协议实现。
NewLife.Remoting by: 新生命开发团队
  • 13 total downloads
  • Latest version: 2.2.2023.707
  • 新生命团队 X组件 NewLife NewLife.Remoting
RPC远程过程调用,二进制封装,提供高吞吐低延迟的高性能RPC框架
NPOI by: NPOI Contributors
  • 43 total downloads
  • Latest version: 2.5.6
  • xlsx xls Excel Word docx office ole
.NET port of Apache POI | Contact us on telegram: https://t.me/npoidevs
NSubstitute by: Anthony Egerton David Tchepak Alexandr Nikitin Oleksandr Povar
  • 30 total downloads
  • Latest version: 4.3.0
  • mocking mocks testing unit-testing TDD AAA
NSubstitute is a friendly substitute for .NET mocking libraries. It has a simple, succinct syntax to help developers write clearer tests. NSubstitute is designed for Arrange-Act-Assert (AAA) testing and with Test Driven Development (TDD) in mind.
NSubstitute.Analyzers.CSharp by: Tomasz Podolak NSubstitute.Analyzers contributors
  • 9 total downloads
  • Latest version: 1.0.15
  • nsubstitute nsubstitute.analyzers analyzers roslyn csharp c#
Provides diagnostic analyzers to warn about incorrect usage of NSubstitute in C#.
NuGet.Frameworks by: Microsoft
  • 28 total downloads
  • Latest version: 5.11.0
  • nuget
NuGet's understanding of target frameworks.
NuGet.Versioning by: Microsoft
  • 13 total downloads
  • Latest version: 6.2.0
  • semver semantic versioning
NuGet's implementation of Semantic Versioning.
NUglify by: Ron Logan Alexandre Mutel Andrew Bullock
  • 111 total downloads
  • Latest version: 1.21.0
  • CSS JavaScript minify crunch uglify Compress HTML htmlminifier htmlcompressor
NUglify provides minification and compression methods for CSS, JavaScript and HTML files for .NET
Owin by: OWIN startup components contributors
  • 13 total downloads
  • Latest version: 1.0.0
  • OWIN
OWIN IAppBuilder startup interface
Polly by: Michael Wolfenden App vNext
  • 36 total downloads
  • Latest version: 7.2.3
  • Exception Handling Resilience Transient Fault Policy Circuit Breaker CircuitBreaker Retry Wait Cache Cache-aside Bulkhead Rate-limit Fallback Timeout Throttle Parallelization
Polly is a library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.
Polly.Extensions.Http by: App vNext
  • 20 total downloads
  • Latest version: 3.0.0
  • HttpClient HttpClientFactory Exception Handling Resilience Transient Fault Policy
Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies to handle transient faults typical of calls through HttpClient.