Nerdbank.GitVersioning
by: Andrew Arnott
- 414 total downloads
- Latest version: 3.10.8-alpha
Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.
Nerdbank.Streams
by: Andrew Arnott
- 3 total downloads
- Latest version: 2.0.2-beta
Streams for full duplex in-proc communication, wrap a WebSocket, etc.
NEST
by: Elasticsearch Inc. and contributors
- 126 total downloads
- Latest version: 1.9.2
Elasticsearch client, strongly typed interface to Elasticsearch. Fluent request builder, mapped responses and powerful query dsl. Uses and exposes Elasticsearch.Net
netfx-Guard
by: Daniel Cazzulino, kzu, Clarius
- 28 total downloads
- Latest version: 1.3.3.2
The only argument validation file you need, with full refactoring support and strong-typing.
Examples:
Guard.NotNull(() => value, value)
Guard.NotNullOrEmpty(
() => stringValue, stringValue)
netfx-WebApi.JsonNetFormatter
by: Daniel Cazzulino, kzu, Clarius
- 3 total downloads
- Latest version: 1.0.0.11
A Json.NET-based MediaTypeFormatter for the WebApi that can handle text-based Json as well as binary Json (Bson).
To use: var config = HttpHostConfiguration.Create().UseJsonNet();
NETStandard.Library
by: Microsoft
- 40 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
- 458 total downloads
- Latest version: 13.0.4
Json.NET is a popular high-performance JSON framework for .NET
NHibernate
by: Fabio Maulo
- 4 total downloads
- Latest version: 3.0.0.4000
NHibernate 3 - NHibernate is a mature, open source object-relational mapper for the .NET framework. It's actively developed , fully featured and used in thousands of successful projects.
NHibernateProfiler.Appender
by: Hibernating Rhinos LTD
- 147 total downloads
- Latest version: 5.0.5051
NHibernate Profiler is a real-time visual debugger allowing a development team to gain valuable insight and perspective into their usage of NHibernate. The product is architected with input coming from many top industry leaders within the NHibernate community. Alerts are presented in a concise code-review manner indicating patterns of misuse by your application. To streamline your efforts to correct the misuse, we provide links to the problematic code section that triggered the alert.
This package contains the NHibernateProfiler's appender.dll only.
Ninject
by: Nate Kohari, Ian Davis, Remo Gloor, Joe Wasson, Daniel Marbach
- 7 total downloads
- Latest version: 2.1.0.76
Stop writing monolithic applications that make you feel like you have to move mountains to make the simplest of changes. Ninject helps you use the technique of dependency injection to break your applications into loosely-coupled, highly-cohesive components, and then glue them back together in a flexible manner.
Ninject.MVC3
by: Remo Gloor, Ian Davis
- 4 total downloads
- Latest version: 2.2.2
Extension for Ninject providing integration with ASP.NET MVC3
Ninject.Web.Common
by: Ninject Project Contributors
- 6 total downloads
- Latest version: 3.0.0.7
Bootstrapper for web projects
Ninject.Web.Common.WebHost
by: Ninject Project Contributors
- 118 total downloads
- Latest version: 3.3.2
ASP.NET extension for Ninject.Web.Common
NJsonSchema
by: Rico Suter
- 1.491k total downloads
- Latest version: 10.9.0
JSON Schema reader, generator and validator for .NET
NJsonSchema.CodeGeneration
by: Rico Suter
- 382 total downloads
- Latest version: 8.34.6331.29195
JSON Schema draft v4 reader, generator and validator for .NET
NJsonSchema.CodeGeneration.CSharp
by: Rico Suter
- 105 total downloads
- Latest version: 8.34.6331.29196
JSON Schema draft v4 reader, generator and validator for .NET
NJsonSchema.CodeGeneration.TypeScript
by: Rico Suter
- 104 total downloads
- Latest version: 8.34.6331.29196
JSON Schema draft v4 reader, generator and validator for .NET
NLog
by: Kim Christensen
- 4 total downloads
- Latest version: 2.1.0
NLog is a logging platform for .NET with rich log routing and management capabilities. It can help you produce and manage high-quality logs for your application regardless of its size or complexity.
This package installs NLog.dll with includes core logging functionality.
For your main project also need to install "NLog Configuration" package.
normalize.css
by: Nicolas Gallagher, Jonathan Neal
- 12 total downloads
- Latest version: 3.0.2
Normalize.css is a customisable CSS file that makes browsers render all elements more consistently and in line with modern standards. We researched the differences between default browser styles in order to precisely target only the styles that need normalizing.
NSec.Cryptography
by: Klaus Hartke
- 10 total downloads
- Latest version: 19.1.0-preview1
Provides modern cryptographic algorithm implementations for .NET Core based on libsodium.
Commonly Used Types:
NSec.Cryptography.Aes256Gcm
NSec.Cryptography.Blake2b
NSec.Cryptography.Chacha20Poly1305
NSec.Cryptography.Ed25519
NSec.Cryptography.HkdfSha256
NSec.Cryptography.X25519