MySql.Data.Entities
by: MySQL
- 17 total downloads
- Latest version: 6.8.3
Connector/Net is a fully-managed ADO.NET driver for MySQL. Entity Framework 6.0 support package (Mysql.Data.Entities). This package does not contain EF5 support.
MySql.Data.EntityFramework
by: Oracle Corporation
- 107 total downloads
- Latest version: 9.5.0
MySql.Data.EntityFramework
Namotion.Reflection
by: Namotion.Reflection
- 114 total downloads
- Latest version: 2.1.2
.NET library with advanced reflection APIs like XML documentation reading, Null Reference Types (C# 8) reflection and string based type checks.
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.
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
- 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
- 34 total downloads
- Latest version: 2.0.1
A set of standard .NET APIs that are prescribed to be used and supported together.
b7f182415927d3b98445d043e1680c56b9d1f17c
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
NHibernate
by: NHibernate community, Hibernate community
- 43 total downloads
- Latest version: 4.1.2.4000
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.
NHibernateProfiler.Appender
by: Hibernating Rhinos LTD
- 2 total downloads
- Latest version: 3.0.3104
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: Ninject Project Contributors
- 174 total downloads
- Latest version: 3.2.3-unstable-012
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
- 67 total downloads
- Latest version: 3.2.1
Extension for Ninject providing integration with ASP.NET MVC3
Ninject.Web.Common
by: Ninject Project Contributors
- 119 total downloads
- Latest version: 3.2.4-unstable-004
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.458k total downloads
- Latest version: 10.9.0
JSON Schema reader, generator and validator for .NET