NetEscapades.EnumGenerators by: Andrew Lock
  • 1 total downloads
  • Latest version: 1.0.0-beta14
  • enums attribute generator generation codegen codegenerator codegeneration netescapades
A source generator for creating helper extension methods on enums using a [EnumExtensions] attribute
NetEscapades.EnumGenerators.Generators by: Andrew Lock
  • 2 total downloads
  • Latest version: 1.0.0-beta21
  • enums attribute generator generation codegen codegenerator codegeneration netescapades
A source generator for creating helper extension methods on enums using a [EnumExtensions] attribute
NetEscapades.EnumGenerators.RuntimeDependencies by: Andrew Lock
  • 2 total downloads
  • Latest version: 1.0.0-beta21
  • enums attribute generator generation codegen codegenerator codegeneration netescapades
Provides runtime depdendencies for extension methods for enums generated by NetEscapades.EnumGenerators
netfx-Guard by: Daniel Cazzulino, kzu, Clarius
  • 28 total downloads
  • Latest version: 1.3.3.2
  • netfx validation
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
  • netfx wcf webapi http json
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
  • .net framework legacy support action func
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
  • .net framework legacy support concurrent dictionary
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.
NewId by: Chris Patterson
  • 2 total downloads
  • Latest version: 3.0.2+build.34.sha.ef77fab
  • MassTransit NewId
NewId is an ordered 128-bit unique identifier generator using the Flake algorithm.
Newtonsoft.Json by: James Newton-King
  • 642 total downloads
  • Latest version: 13.0.4
  • json
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
  • bson
Json.NET BSON adds support for reading and writing BSON
NHibernate by: NHibernate community, Hibernate community
  • 3 total downloads
  • Latest version: 5.7.0
  • ORM O/RM DataBase DAL ObjectRelationalMapping NHibernate ADO.Net Core
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
  • 226 total downloads
  • Latest version: 4.0.0-beta.1
  • IoC DI Ninject
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
  • Ninject ioc di web mvc3
Extension for Ninject providing integration with ASP.NET MVC3
Ninject.Web.Common by: Ninject Project Contributors
  • 137 total downloads
  • Latest version: 3.3.2
  • IoC DI Ninject Web
Bootstrapper for web projects.
Ninject.Web.Common.WebHost by: Ninject Project Contributors
  • 127 total downloads
  • Latest version: 3.3.2
  • IoC DI Ninject Web ASP.NET
ASP.NET extension for Ninject.Web.Common
Nito.AsyncEx.Coordination by: Stephen Cleary
  • 1 total downloads
  • Latest version: 1.0.2
  • async,asynclock,asynclazy
Asynchronous coordination primitives.
Nito.AsyncEx.Tasks by: Stephen Cleary
  • 2 total downloads
  • Latest version: 1.0.1
  • task,taskfactory,cancellationtoken,taskcompletionsource
Common helper methods for tasks as used in asynchronous programming.
Nito.Collections.Deque by: Stephen Cleary
  • 3 total downloads
  • Latest version: 1.0.2
  • collection deque dequeue
A double-ended queue.
Nito.Disposables by: Stephen Cleary
  • 4 total downloads
  • Latest version: 2.5.0-alpha.2
  • idisposable,iasyncdisposable,disposable
IDisposable and IAsyncDisposable helper types.