Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Frameworks
.NET
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
2,130 packages returned for Tags:"aspnet"
Sort by
Relevance
Downloads
Recently updated
Microsoft.
AspNet.
WebApi.
Client
by:
aspnet
Microsoft
411,606,969 total downloads
last updated
4/3/2023
Latest version:
6.0.0-preview1
Microsoft
AspNet
WebApi
AspNetWebApi
HttpClient
This package adds support for formatting and content negotiation to System.Net.Http. It includes support for JSON, XML, and form URL encoded data.
Swashbuckle.
AspNetCore.
Swagger
by:
domaindrivendev
423,634,782 total downloads
last updated
1/11/2023
Latest version:
6.5.0
swagger
documentation
discovery
help
webapi
aspnet
aspnetcore
Middleware to expose Swagger JSON endpoints from APIs built on ASP.NET Core
Swashbuckle.
AspNetCore.
SwaggerGen
by:
domaindrivendev
421,939,100 total downloads
last updated
1/11/2023
Latest version:
6.5.0
swagger
documentation
discovery
help
webapi
aspnet
aspnetcore
Swagger Generator for APIs built on ASP.NET Core
Swashbuckle.
AspNetCore.
SwaggerUI
by:
domaindrivendev
370,537,052 total downloads
last updated
1/11/2023
Latest version:
6.5.0
swagger
documentation
discovery
help
webapi
aspnet
aspnetcore
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
Microsoft.
AspNet.
WebApi.
Core
by:
aspnet
Microsoft
217,477,708 total downloads
last updated
4/3/2023
Latest version:
5.3.0-preview1
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...
More information
Serilog.
AspNetCore
by:
serilog
212,449,932 total downloads
last updated
5/11/2023
Latest version:
7.0.0
serilog
aspnet
aspnetcore
Serilog support for ASP.NET Core logging
Swashbuckle.
AspNetCore
by:
domaindrivendev
338,084,386 total downloads
last updated
1/11/2023
Latest version:
6.5.0
swagger
documentation
discovery
help
webapi
aspnet
aspnetcore
Swagger tools for documenting APIs built on ASP.NET Core
Serilog.
Extensions.
Hosting
by:
serilog
207,168,617 total downloads
last updated
5/11/2023
Latest version:
7.0.0
serilog
aspnet
aspnetcore
hosting
Serilog support for .NET Core logging in hosted services
Microsoft.
AspNet.
WebPages
by:
aspnet
Microsoft
183,851,872 total downloads
last updated
4/3/2023
Latest version:
3.3.0-preview1
Microsoft
AspNet
WebPages
AspNetWebPages
This package contains core runtime assemblies shared between ASP.NET MVC and ASP.NET Web Pages.
Microsoft.
AspNet.
Mvc
by:
aspnet
Microsoft
179,004,813 total downloads
last updated
4/3/2023
Latest version:
5.3.0-preview1
Microsoft
AspNet
Mvc
AspNetMvc
This package contains the runtime assemblies for ASP.NET MVC. ASP.NET MVC gives you a powerful, patterns-based way to build dynamic websites that enables a clean separation of concerns and that gives you full...
More information
Microsoft.
AspNet.
Razor
by:
aspnet
Microsoft
196,126,209 total downloads
last updated
4/3/2023
Latest version:
3.3.0-preview1
Microsoft
AspNet
WebPages
AspNetWebPages
Razor
This package contains the runtime assemblies for ASP.NET Web Pages. ASP.NET Web Pages and the new Razor syntax provide a fast, terse, clean and lightweight way to combine server code with HTML to create dynamic...
More information
Microsoft.
AspNet.
WebApi
by:
aspnet
Microsoft
138,474,320 total downloads
last updated
4/3/2023
Latest version:
5.3.0-preview1
Microsoft
AspNet
WebApi
AspNetWebApi
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...
More information
Microsoft.
AspNet.
WebApi.
WebHost
by:
aspnet
Microsoft
157,111,084 total downloads
last updated
4/3/2023
Latest version:
5.3.0-preview1
Microsoft
AspNet
WebApi
AspNetWebApi
WebHost
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...
More information
Microsoft.
AspNetCore.
Mvc.
Versioning
by:
API-Versioning-Team
dotnetfoundation
115,619,988 total downloads
last updated
5/23/2023
Latest version:
5.1.0
Microsoft
AspNet
AspNetCore
Versioning
A service API versioning library for Microsoft ASP.NET Core.
Microsoft.
AspNet.
Web.
Optimization
by:
aspnet
Microsoft
103,956,076 total downloads
last updated
2/20/2014
Latest version:
1.1.3
Microsoft
AspNet
optimization
bundling
minification
ASP.NET Optimization introduces a way to bundle and optimize CSS and JavaScript files.
Microsoft.
AspNetCore.
Mvc.
Versioning.
ApiExplorer
by:
API-Versioning-Team
dotnetfoundation
70,791,115 total downloads
last updated
5/23/2023
Latest version:
5.1.0
Microsoft
AspNet
AspNetCore
Versioning
ApiExplorer
ASP.NET Core MVC API explorer functionality for discovering metadata such as the list of API-versioned controllers and actions, and their URLs and allowed HTTP methods.
Microsoft.
AspNet.
Cors
by:
aspnet
Microsoft
66,891,434 total downloads
last updated
4/3/2023
Latest version:
5.3.0-preview1
Microsoft
AspNet
Cors
Cross
Origin
This package contains the core components to enable Cross-Origin Resource Sharing (CORS) in ASP.NET.
Autofac.
Extensions.
DependencyInjection
by:
Autofac
86,068,461 total downloads
last updated
5/25/2022
Latest version:
8.0.0
autofac
di
ioc
dependencyinjection
aspnet
aspnetcore
Autofac implementation of the interfaces in Microsoft.Extensions.DependencyInjection.Abstractions, the .NET Framework dependency injection abstraction.
Microsoft.
AspNet.
WebApi.
Owin
by:
aspnet
Microsoft
56,883,497 total downloads
last updated
4/3/2023
Latest version:
5.3.0-preview1
Microsoft
AspNet
WebApi
AspNetWebApi
OWIN
This package allows you to host ASP.NET Web API within an OWIN server and provides access to additional OWIN features.
Swashbuckle.
AspNetCore.
Annotations
by:
domaindrivendev
88,320,397 total downloads
last updated
1/11/2023
Latest version:
6.5.0
swagger
documentation
discovery
help
webapi
aspnet
aspnetcore
annotations
Provides custom attributes that can be applied to controllers, actions and models to enrich the generated Swagger
Previous
Next