Namotion.Reflection
by: Namotion.Reflection
- 161 total downloads
- Latest version: 3.4.3
.NET library with advanced reflection APIs like XML documentation reading, Null Reference Types (C# 8) reflection and string based type checks.
NConsole
by: Rico Suter
- 117 total downloads
- Latest version: 3.12.6605.26941
NConsole is a .NET library to parse command line arguments and execute commands.
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
- 301 total downloads
- Latest version: 2.13.16
Streams for full duplex in-proc communication, wrap a WebSocket, split a stream into multiple channels, etc.
NEST
by: Elastic and contributors
- 651 total downloads
- Latest version: 7.17.5
Strongly typed interface to Elasticsearch. Fluent and classic object initializer mappings of requests and
responses. 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
- 5 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();
NetLegacySupport.Action
by: Microsoft
- 4 total downloads
- Latest version: 1.1.1
System.Action and System.Func for .NET Framework 2.0, 3.5. This is a backport from .NET Core.
NetLegacySupport.ConcurrentDictionary
by: Microsoft
- 4 total downloads
- Latest version: 1.1.1
System.ConcurrentDictionary for .NET Framework 2.0, 3.5. This is a backport from .NET Core.
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
- 535 total downloads
- Latest version: 13.0.4
Json.NET is a popular high-performance JSON framework for .NET
Newtonsoft.Json.Bson
by: James Newton-King
- 36 total downloads
- Latest version: 1.0.3
Json.NET BSON adds support for reading and writing BSON
NHibernate
by: NHibernate community, Hibernate community
- 167 total downloads
- Latest version: 5.6.0
NHibernate is a mature, open source object-relational mapper for the .NET framework. It is actively developed, fully featured and used in thousands of successful projects.
Ninject
by: Ninject Project Contributors
- 216 total downloads
- Latest version: 4.0.0-beta.1
Ninject is a lightning-fast, ultra-lightweight dependency injector for .NET applications.
Ninject.MVC3
by: Remo Gloor, Ian Davis
- 67 total downloads
- Latest version: 3.2.1
Extension for Ninject providing integration with ASP.NET MVC3