Microsoft.AspNetCore.App.Runtime.win-arm64 by: Microsoft
  • 61 total downloads
  • Latest version: 10.0.1
  • aspnetcore shared-framework
Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/dotnet). We happily accept issues and PRs.
Microsoft.AspNetCore.App.Runtime.win-x64 by: Microsoft
  • 511 total downloads
  • Latest version: 10.0.2
  • aspnetcore shared-framework
Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/dotnet). We happily accept issues and PRs.
Microsoft.AspNetCore.Authentication by: Microsoft
  • 121 total downloads
  • Latest version: 2.3.9
  • aspnetcore authentication security
ASP.NET Core common types used by the various authentication middleware components.
Microsoft.AspNetCore.Authentication.Abstractions by: Microsoft
  • 60 total downloads
  • Latest version: 2.3.9
  • aspnetcore authentication security
ASP.NET Core common types used by the various authentication components.
Microsoft.AspNetCore.Authentication.Cookies by: Microsoft
  • 83 total downloads
  • Latest version: 2.3.9
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to use cookie based authentication.
Microsoft.AspNetCore.Authentication.Core by: Microsoft
  • 63 total downloads
  • Latest version: 2.3.9
  • aspnetcore authentication security
ASP.NET Core common types used by the various authentication middleware components.
Microsoft.AspNetCore.Authentication.Google by: Microsoft
  • 590 total downloads
  • Latest version: 8.0.23
  • aspnetcore authentication security
ASP.NET Core contains middleware to support Google's OpenId and OAuth 2.0 authentication workflows. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/568fff703254def7dcd35fda9892bf702d4c81d3
Microsoft.AspNetCore.Authentication.JwtBearer by: Microsoft
  • 517 total downloads
  • Latest version: 8.0.23
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/568fff703254def7dcd35fda9892bf702d4c81d3
Microsoft.AspNetCore.Authentication.MicrosoftAccount by: Microsoft
  • 734 total downloads
  • Latest version: 8.0.23
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to support the Microsoft Account authentication workflow. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/568fff703254def7dcd35fda9892bf702d4c81d3
Microsoft.AspNetCore.Authentication.OAuth by: Microsoft
  • 108 total downloads
  • Latest version: 2.3.9
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to support any standard OAuth 2.0 authentication workflow.
Microsoft.AspNetCore.Authentication.OpenIdConnect by: Microsoft
  • 623 total downloads
  • Latest version: 8.0.23
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to support the OpenID Connect authentication workflow. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/568fff703254def7dcd35fda9892bf702d4c81d3
Microsoft.AspNetCore.Authorization by: Microsoft
  • 799 total downloads
  • Latest version: 10.0.2
  • aspnetcore authorization
ASP.NET Core authorization classes. Commonly used types: Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute Microsoft.AspNetCore.Authorization.AuthorizeAttribute This package was built from the source code at https://github.com/dotnet/dotnet/tree/44525024595742ebe09023abe709df51de65009b
Microsoft.AspNetCore.Authorization.Policy by: Microsoft
  • 98 total downloads
  • Latest version: 2.3.9
  • aspnetcore authorization
ASP.NET Core authorization policy helper classes.
Microsoft.AspNetCore.Components by: Microsoft
  • 498 total downloads
  • Latest version: 8.0.23
  • aspnetcore components
Components feature for ASP.NET Core. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/568fff703254def7dcd35fda9892bf702d4c81d3
Microsoft.AspNetCore.Components.Analyzers by: Microsoft
  • 569 total downloads
  • Latest version: 10.0.2
  • aspnetcore components
Roslyn analyzers for ASP.NET Core Components. This package was built from the source code at https://github.com/dotnet/dotnet/tree/44525024595742ebe09023abe709df51de65009b
Microsoft.AspNetCore.Components.Forms by: Microsoft
  • 470 total downloads
  • Latest version: 8.0.23
  • aspnetcore components
Forms and validation support for Blazor applications. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/568fff703254def7dcd35fda9892bf702d4c81d3
Microsoft.AspNetCore.Components.Web by: Microsoft
  • 486 total downloads
  • Latest version: 8.0.23
  • aspnetcore components
Support for rendering ASP.NET Core components for browsers. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/568fff703254def7dcd35fda9892bf702d4c81d3
Microsoft.AspNetCore.Components.WebAssembly by: Microsoft
  • 249 total downloads
  • Latest version: 8.0.22
  • aspnetcore components
Build client-side single-page applications (SPAs) with Blazor running under WebAssembly. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/ee417479933278bb5aadc5944706a96b5ef74a5d
Microsoft.AspNetCore.Components.WebAssembly.HttpHandler by: Microsoft
  • 24 total downloads
  • Latest version: 5.0.0-preview.7.20365.19
  • aspnetcore components
Package Description This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/979632683c720152cc04d0684644c40512f4e953
Microsoft.AspNetCore.Cors by: Microsoft
  • 101 total downloads
  • Latest version: 2.3.9
  • aspnetcore cors
CORS middleware and policy for ASP.NET Core to enable cross-origin resource sharing. Commonly used types: Microsoft.AspNetCore.Cors.DisableCorsAttribute Microsoft.AspNetCore.Cors.EnableCorsAttribute