Microsoft.AspNet.WebApi
by: Microsoft
- 21 total downloads
- Latest version: 5.2.3
This package contains everything you need to host ASP.NET Web API on IIS. ASP.NET Web API is a framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices. ASP.NET Web API is an ideal platform for building RESTful applications on the .NET Framework.
Microsoft.AspNet.WebApi.Client
by: Microsoft
- 14 total downloads
- Latest version: 5.2.3
This package adds support for formatting and content negotiation to System.Net.Http. It includes support for JSON, XML, and form URL encoded data.
Microsoft.AspNet.WebApi.Core
by: Microsoft
- 24 total downloads
- Latest version: 5.2.3
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
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.WebApi.Owin
by: Microsoft
- 12 total downloads
- Latest version: 5.2.3
This package allows you to host ASP.NET Web API within an OWIN server and provides access to additional OWIN features.
Microsoft.AspNet.WebApi.SelfHost
by: Microsoft
- 12 total downloads
- Latest version: 5.2.3
This is a legacy package for hosting ASP.NET Web API within your own process (outside of IIS). Please use the Microsoft.AspNet.WebApi.OwinSelfHost package for new projects.
Microsoft.AspNet.WebApi.SelfHost.es
by: Microsoft
- 13 total downloads
- Latest version: 5.2.3
Este paquete contiene los ensamblados satélites en español para ASP.NET Web API Self Host.
Microsoft.AspNet.WebApi.Versioning
by: Microsoft Corporation
- 9 total downloads
- Latest version: 2.3.0
A service API versioning library for Microsoft ASP.NET Web API.
Microsoft.AspNet.WebApi.WebHost
by: Microsoft
- 12 total downloads
- Latest version: 5.2.3
This package contains everything you need to host ASP.NET Web API on IIS. ASP.NET Web API is a framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices. ASP.NET Web API is an ideal platform for building RESTful applications on the .NET Framework.
Microsoft.AspNet.WebPages
by: Microsoft
- 30 total downloads
- Latest version: 3.2.6
This package contains core runtime assemblies shared between ASP.NET MVC and ASP.NET Web Pages.
Microsoft.Bcl
by: Microsoft
- 12 total downloads
- Latest version: 1.1.10
This packages enables projects targeting down-level platforms to use some of the types added in later versions including:
- CallerMemberNameAttribute
- CallerLineNumberAttribute
- CallerFilePathAttribute
- Tuple<T1, T2, ...>
- IProgress<T>
- IStructuralComparable
- IStructuralEquatable
- Task
- InvalidDataException
These types are "unified" to their later version equivalent. For example, when running on .NET Framework 4.5, IProgress<T> from this package will be seen by the runtime as the same type as the one already available in the platform.
Supported Platforms:
- .NET Framework 4 (with KB2468871)
- Windows 8
- Windows Phone 8.1
- Windows Phone Silverlight 7.5
- Silverlight 4
- Portable Class Libraries
This package is only required for projects targeting .NET Framework 4.5, Windows 8, Windows Phone Silverlight 8, or Windows Phone 8.1 when consuming a library that uses this package.
Microsoft.Bcl.Build
by: Microsoft
- 26 total downloads
- Latest version: 1.0.14
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
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.CSharp
by: Microsoft
- 14 total downloads
- Latest version: 4.7.0
Provides support for compilation and code generation, including dynamic, using the C# language.
Commonly Used Types:
Microsoft.CSharp.RuntimeBinder.Binder
Microsoft.CSharp.RuntimeBinder.RuntimeBinderException
Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo
Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags
Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.DotNet.PlatformAbstractions
by: Microsoft.DotNet.PlatformAbstractions
- 7 total downloads
- Latest version: 2.1.0
Abstractions for making code that uses file system and environment testable.
Microsoft.EntityFrameworkCore.Analyzers
by: Microsoft
- 12 total downloads
- Latest version: 2.1.0
CSharp Analyzers for Entity Framework Core.
Microsoft.Extensions.DependencyModel
by: Microsoft.Extensions.DependencyModel
- 9 total downloads
- Latest version: 2.1.0
Abstractions for reading `.deps` files.
Microsoft.Extensions.Logging.Abstractions
by: Microsoft
- 12 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
Abstractions that unify behavior and API across .NET Framework, .NET Core and Mono
Microsoft.IdentityModel.JsonWebTokens
by: Microsoft
- 5 total downloads
- Latest version: 5.5.0
Includes types that provide support for creating, serializing and validating JSON Web Tokens.