Microsoft.AspNetCore.ResponseCaching.Abstractions
by: Microsoft
- 262 total downloads
- Latest version: 2.0.0
ASP.NET Core response caching middleware abstractions and feature interface definitions.
Microsoft.AspNetCore.WebUtilities
by: Microsoft
- 826 total downloads
- Latest version: 2.0.0
ASP.NET Core utilities, such as for working with forms, multipart messages, and query strings.
Microsoft.AspNetCore.Mvc.Analyzers
by: Microsoft
- 2.849k total downloads
- Latest version: 2.2.0
CSharp Analyzers for ASP.NET Core MVC.
Microsoft.AspNetCore.Routing
by: Microsoft
- 278 total downloads
- Latest version: 2.0.0
ASP.NET Core middleware for routing requests to application logic and for generating links.
Commonly used types:
Microsoft.AspNetCore.Routing.Route
Microsoft.AspNetCore.Routing.RouteCollection
- 4 total downloads
- Latest version: 1.2.0
Azure Functions extensions metadata generator
Microsoft.Build.Locator
by: Microsoft
- 4 total downloads
- Latest version: 1.4.1
Package that assists in locating and using a copy of MSBuild installed as part of Visual Studio 2017 or higher or .NET Core SDK 2.1 or higher.
Microsoft.Azure.WebJobs.Extensions.Http
by: Microsoft
- 4 total downloads
- Latest version: 3.0.2
This package adds binding extensions for Http.
Microsoft.Build.Framework
by: Microsoft
- 412 total downloads
- Latest version: 15.7.0-preview-000011-1378327
This package contains the Microsoft.Build.Framework assembly which is a common assembly used by other MSBuild assemblies.
Microsoft.Azure.WebJobs.Core
by: Microsoft
- 2 total downloads
- Latest version: 3.0.23
This library simplifies the task of adding background processing to your Microsoft Azure Web Sites. The SDK uses Microsoft Azure Storage, triggering a function in your program when items are added to Queues and Blobs. A dashboard provides rich monitoring and diagnostics for the programs that you write by using the SDK. For more information, please visit http://go.microsoft.com/fwlink/?LinkID=320971
Microsoft.AspNetCore.Routing.Abstractions
by: Microsoft
- 282 total downloads
- Latest version: 2.0.0
ASP.NET Core abstractions for routing requests to application logic and for generating links.
Commonly used types:
Microsoft.AspNetCore.Routing.IRouter
Microsoft.AspNetCore.Routing.RouteData
Microsoft.AspNetCore.SpaProxy
by: Microsoft
- 69 total downloads
- Latest version: 6.0.1
Helpers for launching the SPA CLI proxy automatically when the application starts in ASP.NET MVC Core.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/4e7d976438b0fc17f435804e801d5d68d193ec33
Microsoft.Bcl.Build
by: Microsoft
- 553 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.AspNetCore.StaticFiles
by: Microsoft
- 24 total downloads
- Latest version: 2.0.0
ASP.NET Core static files middleware. Includes middleware for serving static files, directory browsing, and default files.
Microsoft.AspNetCore.Mvc.Core
by: Microsoft
- 265 total downloads
- Latest version: 2.0.0
ASP.NET Core MVC core components. Contains common action result types, attribute routing, application model conventions, API explorer, application parts, filters, formatters, model binding, and more.
Commonly used types:
Microsoft.AspNetCore.Mvc.AreaAttribute
Microsoft.AspNetCore.Mvc.BindAttribute
Microsoft.AspNetCore.Mvc.ControllerBase
Microsoft.AspNetCore.Mvc.FromBodyAttribute
Microsoft.AspNetCore.Mvc.FromFormAttribute
Microsoft.AspNetCore.Mvc.RequireHttpsAttribute
Microsoft.AspNetCore.Mvc.RouteAttribute
Microsoft.Azure.Functions.Worker.Sdk
by: Microsoft
- 3 total downloads
- Latest version: 1.0.3
This package provides development time support for the Azure Functions .NET Worker.
Microsoft.AspNetCore.Razor.Design
by: Microsoft
- 5.45k total downloads
- Latest version: 2.2.0
Razor is a markup syntax for adding server-side logic to web pages. This package contains MSBuild support for Razor.
Microsoft.Azure.Services.AppAuthentication
by: Microsoft
- 87 total downloads
- Latest version: 1.0.3
Enables a service to authenticate to Azure services using the developer's Azure Active Directory/ Microsoft account during development, and authenticate as itself (using OAuth 2.0 Client Credentials flow) when deployed to Azure.
Microsoft.AspNetCore.Mvc.DataAnnotations
by: Microsoft
- 27 total downloads
- Latest version: 2.0.0
ASP.NET Core MVC metadata and validation system using System.ComponentModel.DataAnnotations.
Microsoft.AspNetCore.Mvc.ApiExplorer
by: Microsoft
- 163 total downloads
- Latest version: 2.0.0
ASP.NET Core MVC API explorer functionality for discovering metadata such as the list of controllers and actions, and their URLs and allowed HTTP methods.
Microsoft.AspNetCore.Mvc.Formatters.Json
by: Microsoft
- 23 total downloads
- Latest version: 2.0.0
ASP.NET Core MVC formatters for JSON input and output and for JSON PATCH input using Json.NET.