NetFx.System.Buffers by: NightOwl888
  • 63 total downloads
  • Latest version: 4.0.0
Provides resource pooling of any type for performance-critical applications that allocate and deallocate objects frequently. Commonly Used Types: System.Buffers.ArrayPool<T>
NetEscapades.Configuration.Yaml by: NetEscapades.Configuration.Yaml
  • 225 total downloads
  • Latest version: 1.6.0
  • configuration yaml yml
YAML configuration provider implementation to use with Microsoft.Extensions.Configuration.
netbox by: Ivan Gavryliuk
  • 532 total downloads
  • Latest version: 1.0.1703.701
netbox
NetBox by: Ivan Gavryliuk (@aloneguid)
  • 1.36k total downloads
  • Latest version: 2.1.8
  • net net-core common
Provides common simple helper functions to accelerate .NET development. Those vary by complexity and nature and include a lot of extension methods to calculate hashes (md5, crypto), string operations, short guids, string encoding, collection extensions, CSV support and many more.
Nerdbank.NetStandardBridge by: Andrew Arnott
  • 145 total downloads
  • Latest version: 1.1.9-alpha
A reference + facade library to bring additional types to .NET Standard.
NETStandard.Library by: Microsoft
  • 41.885k 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.
ncrontab by: Atif Aziz
  • 167 total downloads
  • Latest version: 3.3.0
  • 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.
NCrontab by: Atif Aziz
  • 84 total downloads
  • Latest version: 3.4.0
  • 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.
Net.Core by: Wiebe Tijsma Paul Looijmans
  • 98 total downloads
  • Latest version: 0.1.12
  • C#
Various tools to extend the .NET FrameWork
NEST by: Elastic and contributors
  • 1.624k total downloads
  • Latest version: 6.0.0
  • elasticsearch elastic search lucene nest
Strongly typed interface to Elasticsearch. Fluent and classic object initializer mappings of requests and responses. Uses and exposes Elasticsearch.Net
Nett by: paiden@outlook.com
  • 152 total downloads
  • Latest version: 0.15.0
  • TOML Serialization Configuration
Library for reading and writing TOML files
Net.Autofac by: Wiebe Tijsma
  • 9 total downloads
  • Latest version: 0.1.12
  • C#
Various tools to extend Autofac
NBuilder by: Gareth Down and awesome contributors!
  • 323 total downloads
  • Latest version: 6.1.0
  • TDD unit-testing unittesting unitesting testing fluent
Through a fluent, extensible interface, NBuilder allows you to rapidly create test data, automatically assigning values to properties and public fields that are one of the built in .NET data types (e.g. ints and strings). NBuilder allows you to override for properties you are interested in using lambda expressions.
NetFx.System.Memory by: NightOwl888
  • 70 total downloads
  • Latest version: 4.0.0
Provides types for efficient representation and pooling of managed, stack, and native memory segments and sequences of such segments, along with primitives to parse and format UTF-8 encoded text stored in those memory segments. Commonly Used Types: System.Span System.ReadOnlySpan System.Memory System.ReadOnlyMemory System.Buffers.MemoryPool System.Buffers.ReadOnlySequence System.Buffers.Text.Utf8Parser System.Buffers.Text.Utf8Formatter
NetDimension.NanUI.Runtime by: The Chromium Embedded Framework Authors
  • 74 total downloads
  • Latest version: 109.0.5414.1
  • NanUI WinForms Formium CEF Chromium CefGlue
Chromium Embedded Framework (CEF) Release Distribution for NanUI projects.
NConsole by: Rico Suter
  • 701 total downloads
  • Latest version: 3.12.6605.26941
NConsole is a .NET library to parse command line arguments and execute commands.
NetLegacySupport.ConcurrentDictionary by: Microsoft
  • 49 total downloads
  • Latest version: 1.1.1
  • .net framework legacy support concurrent dictionary
System.ConcurrentDictionary for .NET Framework 2.0, 3.5. This is a backport from .NET Core.
NetLegacySupport.Action by: Microsoft
  • 50 total downloads
  • Latest version: 1.1.1
  • .net framework legacy support action func
System.Action and System.Func for .NET Framework 2.0, 3.5. This is a backport from .NET Core.
Nerdbank.Streams by: Andrew Arnott
  • 28 total downloads
  • Latest version: 2.0.2-beta
  • Stream full-duplex websocket
Streams for full duplex in-proc communication, wrap a WebSocket, etc.
NetFx.System.Runtime.CompilerServices.Unsafe by: NightOwl888
  • 62 total downloads
  • Latest version: 4.0.0
Provides the System.Runtime.CompilerServices.Unsafe class, which provides generic, low-level functionality for manipulating pointers. Commonly Used Types: System.Runtime.CompilerServices.Unsafe
Nerdbank.GitVersioning by: Andrew Arnott
  • 3.13k total downloads
  • Latest version: 3.9.50
  • git commit versioning version assemblyinfo
Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.
Nancy by: Andreas Håkansson Steven Robbins and contributors
  • 1.544k total downloads
  • Latest version: 2.0.0
  • Nancy
Nancy is a lightweight web framework for the .Net platform, inspired by Sinatra. Nancy aim at delivering a low ceremony approach to building light, fast web applications.