NaturalSort.Extension by: Tomáš Pažourek
  • 3.059k total downloads
  • Latest version: 4.4.1
  • natural-sort string-comparison stringcomparer sorting sort c-sharp extension-methods string comparer stringcomparison naturalsort
Extension method for StringComparison that adds support for natural sorting (e.g. "abc1", "abc2", "abc10" instead of "abc1", "abc10", "abc2").
NAudio by: Mark Heath & Contributors
  • 304 total downloads
  • Latest version: 2.4.0
  • C# .NET audio sound
NAudio, an audio library for .NET
NAudio.Asio by: Mark Heath
  • 142 total downloads
  • Latest version: 2.4.0
  • C# .NET audio sound
Package Description
NAudio.Core by: Mark Heath
  • 155 total downloads
  • Latest version: 2.4.0
  • C# .NET audio sound
Package Description
NAudio.Midi by: Mark Heath
  • 177 total downloads
  • Latest version: 2.4.0
  • C# .NET audio sound
Package Description
NAudio.Wasapi by: Mark Heath
  • 135 total downloads
  • Latest version: 2.4.0
  • C# .NET audio sound
Package Description
NAudio.WinForms by: Mark Heath
  • 162 total downloads
  • Latest version: 2.4.0
  • C# .NET audio sound
Package Description
NAudio.WinMM by: NAudio.WinMM
  • 182 total downloads
  • Latest version: 2.4.0
  • C# .NET audio sound
Package Description
NBitcoin by: NBitcoin
  • 12.784k total downloads
  • Latest version: 10.0.13
  • bitcoin
The C# Bitcoin Library
NBitcoin.Secp256k1 by: NBitcoin.Secp256k1
  • 641 total downloads
  • Latest version: 4.0.1
  • bitcoin,secp256k1
A port of the Secp256k1 project written in C#
NCalc.Core by: Sebastien Ros and contributors
  • 987 total downloads
  • Latest version: 7.2.0
Assembly with the core logic of NCalc.
NCalc.Domain by: Sebastien Ros and contributors
  • 319 total downloads
  • Latest version: 7.2.0
Expression tree model, visitor contracts, and core exception types shared by NCalc parsers, evaluators, and extensions.
NCalc.Parser by: Sebastien Ros and contributors
  • 316 total downloads
  • Latest version: 7.2.0
Default Parlot-based parser for NCalc expressions, including parser options and argument separator configuration.
NCalcSync by: Sebastien Ros and contributors
  • 1.325k total downloads
  • Latest version: 7.2.0
  • ncalc sync expressions math evaluation
NCalc is a fast and lightweight expression evaluator library for .NET, designed for flexibility and high performance. It supports a wide range of mathematical and logical operations. NCalc can parse any expression and evaluate the result, including static or dynamic parameters and custom functions. This package contains the unsigned assembly 'NCalc'. For the stronly signed assembly version of 'NCalc', see the NCalcSync.signed package.
NConsole by: Rico Suter
  • 358 total downloads
  • Latest version: 3.12.6605.26941
NConsole is a .NET library to parse command line arguments and execute commands.
NCrontab by: Atif Aziz
  • 146 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.
NCrontab.Signed by: Atif Aziz
  • 57 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.
Nerdbank.GitVersioning by: Andrew Arnott
  • 4.971k total downloads
  • Latest version: 3.11.128-beta
  • 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.
Nerdbank.MessagePack by: Andrew Arnott
  • 459 total downloads
  • Latest version: 1.3.88
  • MsgPack MessagePack Serialization Serializer Unity structural-equality secure-hash
A fast and more user-friendly MessagePack serialization library for .NET and .NET Framework. This package is brought to you by one of the two major contributors to MessagePack-CSharp. As its natural successor, this library comes packed with features that its predecessor lacks, and has ongoing support. Premium support for trimming and Native AOT, secure deserialization of untrusted data, async serialization, streaming deserialization, skip serializing of default values, reference preservation, and support for reference cycles. Also features an automatic structural equality API.
Nerdbank.Streams by: Andrew Arnott
  • 3.772k total downloads
  • Latest version: 2.14.354
  • Stream full-duplex websocket multiplexing
Streams for full duplex in-proc communication, wrap a WebSocket, split a stream into multiple channels, etc.