Net.Codecrete.QrCodeGenerator by: Manuel Bleichenbacher, Project Nayuki
  • 110 total downloads
  • Latest version: 2.1.0
  • qr code, qrcode, kanji, qrcode generator, svg
QR Code Generator for .NET – simple, compact and with many examples. Core features: - Supports encoding all 40 versions (sizes) and all 4 error correction levels, as per the QR Code Model 2 standard - Output formats: Raw modules/pixels of the QR symbol, SVG, XAML path, PNG and BMP files. For other raster bitmap formats, see project home page. - Encodes numeric and special-alphanumeric text in less space than general text - Open source code under the permissive MIT License - Built for .NET Standard 2.0 and therefore runs on most modern .NET platforms (.NET Core, .NET Framework, Mono etc.). - Example code for WinForms, WPF, ASP.NET, ImageSharp, SkiaSharp and many more Manual parameters: - You can specify the minimum and maximum version number allowed, and the library will automatically choose the smallest version in the range that fits the data. - You can specify the mask pattern manually, otherwise library will automatically evaluate all 8 masks and select the optimal one. - You can specify an error correction level, or optionally allow the library to boost it if it doesn't increase the version number. - You can create a list of data segments manually and add ECI segments. Optional advanced features: - Long text can be split into multiple linked QR codes (aka Structured Append) - Encodes Japanese Unicode text in Kanji mode to save a lot of space compared to UTF-8 bytes - Computes optimal segment mode switching for text with mixed numeric/alphanumeric/general/kanji parts
NETStandard.Library by: Microsoft
  • 75 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.
Newtonsoft.Json by: James Newton-King
  • 212 total downloads
  • Latest version: 13.0.5-beta1
  • json
Json.NET is a popular high-performance JSON framework for .NET
Newtonsoft.Json.Bson by: James Newton-King
  • 23 total downloads
  • Latest version: 1.0.3
  • bson
Json.NET BSON adds support for reading and writing BSON
Newtonsoft.Json.Schema by: Newtonsoft
  • 213 total downloads
  • Latest version: 4.0.2-beta2
  • json schema jsonschema
Json.NET Schema is a complete and easy-to-use JSON Schema framework for .NET
Nito.AsyncEx.Coordination by: Stephen Cleary
  • 90 total downloads
  • Latest version: 5.1.2
  • task async asynclock asynclazy
Asynchronous coordination primitives.
Nito.AsyncEx.Tasks by: Stephen Cleary
  • 79 total downloads
  • Latest version: 5.1.2
  • task async taskfactory cancellationtoken taskcompletionsource
Common helper methods for tasks as used in asynchronous programming.
Nito.Collections.Deque by: Stephen Cleary
  • 65 total downloads
  • Latest version: 1.2.1
  • collection deque dequeue
A double-ended queue.
Nito.Disposables by: Stephen Cleary
  • 98 total downloads
  • Latest version: 2.5.0
  • idisposable,iasyncdisposable,disposable
IDisposable and IAsyncDisposable helper types.
Nivot.StrongNaming by: oisin
  • 11 total downloads
  • Latest version: 1.0.4.2
  • powershell nuget strongname assembly package gac
This is targeted for signing the contents of NuGet packages that are using unsigned assemblies, in order to be able to link to these packages where the consuming project is strongly named. Access to the original source code is not required, and you may sign any assembly with your own strong naming key. You may also delay-sign if desired.
NLog by: Jarek Kowalski, Kim Christensen, Julian Verdurmen
  • 467 total downloads
  • Latest version: 6.0.7
  • NLog logging log structured tracing logfiles database eventlog console
NLog is a logging platform for .NET with rich log routing and management capabilities. NLog supports traditional logging, structured logging and the combination of both. Supported platforms: - .NET 6, 7, 8, 9 and 10 - .NET Standard 2.0 and 2.1 - .NET Framework 3.5 - 4.8 - Xamarin Android + iOS (.NET Standard) - Mono 4 For integrating NLog with Microsoft.Extensions.Logging, check: https://www.nuget.org/packages/NLog.Extensions.Logging For using NLog with ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
NodaTime by: Jon Skeet
  • 734 total downloads
  • Latest version: 3.3.0
  • date time timezone calendar nodatime
Noda Time is a date and time API acting as an alternative to the built-in DateTime/DateTimeOffset etc types in .NET.
Npgsql by: Shay Rojansky, Nikita Kazmin, Brar Piening, Nino Floris, Yoh Deadfall, Austin Drenski, Emil Lenngren, Francisco Figueiredo Jr., Kenji Uno
  • 888 total downloads
  • Latest version: 8.0.8
  • npgsql postgresql postgres ado ado.net database sql
Npgsql is the open source .NET data provider for PostgreSQL.
NTRPRS.NLog.Slack by: Paul Price, Cyril Gandon, Leonard Buskin
  • 18 total downloads
  • Latest version: 5.0.4
  • logging log Slack NLog NLogToSlack NLog.Slack netcore core netstandard
An NLog target for Slack - your logs in one place and instantly searchable, everywhere.
NuGet.Common by: Microsoft
  • 371 total downloads
  • Latest version: 6.14.0
  • nuget
Common utilities and interfaces for all NuGet libraries.
NuGet.Configuration by: Microsoft
  • 373 total downloads
  • Latest version: 6.14.0
  • nuget
NuGet's configuration settings implementation.
NuGet.DependencyResolver.Core by: Microsoft
  • 338 total downloads
  • Latest version: 6.14.0
  • nuget
NuGet's PackageReference dependency resolver implementation.
NuGet.Frameworks by: Microsoft
  • 436 total downloads
  • Latest version: 6.14.0
  • nuget
NuGet's understanding of target frameworks.
NuGet.LibraryModel by: Microsoft
  • 373 total downloads
  • Latest version: 6.14.0
  • nuget
NuGet's types and interfaces for understanding dependencies.
NuGet.Packaging by: Microsoft
  • 376 total downloads
  • Latest version: 6.14.0
  • nuget
NuGet's understanding of packages. Reading nuspec, nupkgs and package signing.