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
- 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
- 212 total downloads
- Latest version: 3.3.6
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
Ninject.Web.Common
by: Ninject Project Contributors
- 137 total downloads
- Latest version: 3.3.2
Bootstrapper for web projects.
Ninject.Web.Common.WebHost
by: Ninject Project Contributors
- 127 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
- 1.463k total downloads
- Latest version: 10.5.2
JSON Schema reader, generator and validator for .NET
NJsonSchema.CodeGeneration.CSharp
by: Rico Suter
- 950 total downloads
- Latest version: 10.5.2
JSON Schema reader, generator and validator for .NET
NJsonSchema.CodeGeneration.TypeScript
by: Rico Suter
- 948 total downloads
- Latest version: 10.5.2
JSON Schema reader, generator and validator for .NET
NJsonSchema.Yaml
by: Rico Suter
- 702 total downloads
- Latest version: 10.9.0
JSON Schema reader, generator and validator for .NET
NLog
by: Jarek Kowalski, Kim Christensen, Julian Verdurmen
- 231 total downloads
- Latest version: 6.0.7
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
normalize.css
by: Nicolas Gallagher, Jonathan Neal
- 24 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.