Microsoft.AspNet.WebApi.Core by: Microsoft
  • 24 total downloads
  • Latest version: 5.2.3
  • Microsoft AspNet WebApi AspNetWebApi
This package contains the core runtime assemblies for ASP.NET Web API. This package is used by hosts of the ASP.NET Web API runtime. To host a Web API in IIS use the Microsoft.AspNet.WebApi.WebHost package. To host a Web API in your own process use the Microsoft.AspNet.WebApi.SelfHost package.
Microsoft.AspNet.WebApi.HelpPage by: Microsoft
  • 19 total downloads
  • Latest version: 5.2.3
  • Microsoft AspNet WebApi AspNetWebApi HelpPage
The ASP.NET Web API Help Page automatically generates help page content for the web APIs on your site. Visitors to your help page can use this content to learn how to call your web APIs. Everything generated by the help page is fully customizable using ASP.NET MVC and Razor. ASP.NET Web API Help Page is a great addition to any ASP.NET Web API project.
Microsoft.AspNet.WebPages by: Microsoft
  • 30 total downloads
  • Latest version: 3.2.6
  • Microsoft AspNet WebPages AspNetWebPages
This package contains core runtime assemblies shared between ASP.NET MVC and ASP.NET Web Pages.
Microsoft.Bcl.Build by: Microsoft
  • 26 total downloads
  • Latest version: 1.0.14
  • BCL Microsoft System
This package provides build infrastructure components so that projects referencing specific Microsoft packages can successfully build. Do not directly reference this packages unless you receive a build warning that instructs you to add a reference.
Microsoft.CodeDom.Providers.DotNetCompilerPlatform by: Microsoft
  • 25 total downloads
  • Latest version: 2.0.0
  • Roslyn CodeDOM Compiler CSharp VB.Net ASP.NET
Replacement CodeDOM providers that use the new .NET Compiler Platform ("Roslyn") compiler as a service APIs. This provides support for new language features in systems using CodeDOM (e.g. ASP.NET runtime compilation) as well as improving the compilation performance of these systems. This package was built from the source at https://github.com/aspnet/RoslynCodeDomProvider/commit/1f4a542d407c4fb6ce504aaa63418044d52c6717
Microsoft.EntityFrameworkCore.Analyzers by: Microsoft
  • 12 total downloads
  • Latest version: 2.1.0
  • efcore
CSharp Analyzers for Entity Framework Core.
Microsoft.Extensions.Logging.Abstractions by: Microsoft
  • 11 total downloads
  • Latest version: 6.0.0
Logging abstractions for Microsoft.Extensions.Logging. Commonly Used Types: Microsoft.Extensions.Logging.ILogger Microsoft.Extensions.Logging.ILoggerFactory Microsoft.Extensions.Logging.ILogger<TCategoryName> Microsoft.Extensions.Logging.LogLevel Microsoft.Extensions.Logging.Logger<T> Microsoft.Extensions.Logging.LoggerMessage Microsoft.Extensions.Logging.Abstractions.NullLogger
Microsoft.Extensions.PlatformAbstractions by: Microsoft
  • 13 total downloads
  • Latest version: 1.1.0
  • platformabstractions
Abstractions that unify behavior and API across .NET Framework, .NET Core and Mono
Microsoft.jQuery.Unobtrusive.Validation by: Microsoft
  • 9 total downloads
  • Latest version: 3.2.3
  • jQuery Unobtrusive
jQuery plugin that unobtrusively sets up jQuery.Validation.
Microsoft.NETCore.Platforms by: Microsoft
  • 8 total downloads
  • Latest version: 1.1.0
Provides runtime information required to resolve target framework, platform, and runtime specific implementations of .NETCore packages. When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETCore.Targets by: Microsoft
  • 9 total downloads
  • Latest version: 1.1.0
Provides supporting infrastructure for portable projects: support identifiers that define framework and runtime for support targets and packages that reference the minimum supported package versions when targeting these. When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Owin.Security.Facebook by: Microsoft
  • 11 total downloads
  • Latest version: 3.0.1
  • Microsoft OWIN Katana
Middleware that enables an application to support Facebook's OAuth 2.0 authentication workflow.
Microsoft.Owin.Security.Google by: Microsoft
  • 9 total downloads
  • Latest version: 3.0.1
  • Microsoft OWIN Katana
Contains middlewares to support Google's OpenId and OAuth 2.0 authentication workflows.
Microsoft.Owin.Security.MicrosoftAccount by: Microsoft
  • 8 total downloads
  • Latest version: 3.0.1
  • Microsoft OWIN Katana
Middleware that enables an application to support the Microsoft Account authentication workflow.
Microsoft.Owin.Security.Twitter by: Microsoft
  • 6 total downloads
  • Latest version: 3.0.1
  • Microsoft OWIN Katana
Middleware that enables an application to support Twitter's OAuth 2.0 authentication workflow.
Modernizr by: Faruk Ateş, Paul Irish, Alex Sexton
  • 17 total downloads
  • Latest version: 2.8.3
  • JavaScript HTML HTML5 CSS CSS3 SVG
Modernizr adds classes to the <html> element which allow you to target specific browser functionality in your stylesheet. You don't actually need to write any Javascript to use it. Modernizr is a small and simple JavaScript library that helps you take advantage of emerging web technologies (CSS3, HTML5) while still maintaining a fine level of control over older browsers that may not yet support these new technologies. NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/
MSTest.TestFramework by: Microsoft
  • 10 total downloads
  • Latest version: 1.3.2
  • MSTest TestFramework Unittest MSTestV2 Microsoft Test Testing TDD Framework
This is MSTest V2, the evolution of Microsoft's Test Framework. Supported platforms: - .NET 4.5.0+ - .NET Core 1.0+ (Universal Windows Apps 10+, DNX Core 5+) - ASP.NET Core 1.0+ To discover and execute tests install MSTest.TestAdapter. To discover and execute tests for project.json based projects install dotnet-test-mstest.
NCrontab by: Atif Aziz
  • 7 total downloads
  • Latest version: 3.3.1
  • cron schedule time
NCrontab is crontab for all .NET runtimes supported by .NET Standard 1.0. It provides parsing and formatting of crontab expressions as well as calculation of occurrences of time based on a schedule expressed in the crontab format.
NETStandard.Library by: Microsoft
  • 10 total downloads
  • Latest version: 1.6.1
A set of standard .NET APIs that are prescribed to be used and supported together. This includes all of the APIs in the NETStandard.Platform package plus additional libraries that are core to .NET but built on top of NETStandard.Platform. When using NuGet 3.x this package requires at least version 3.4.
Newtonsoft.Json by: James Newton-King
  • 42 total downloads
  • Latest version: 13.0.3
  • json
Json.NET is a popular high-performance JSON framework for .NET