Microsoft.AspNetCore.Authorization by: Microsoft
  • 2 total downloads
  • Latest version: 8.0.10
  • 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/aspnetcore/tree/c2a442982e736e17ae6bcadbfd8ccba278ee1be6
Microsoft.AspNetCore.Authorization.Policy by: Microsoft
  • 12 total downloads
  • Latest version: 2.3.0
  • aspnetcore authorization
ASP.NET Core authorization policy helper classes.
Microsoft.AspNetCore.AzureAppServicesIntegration by: Microsoft
  • 80 total downloads
  • Latest version: 7.0.16
  • aspnetcore azure appservices
ASP.NET Core integration with Azure AppServices. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/610fe433e07b32ed451ed99d07df63be47c29050
Microsoft.AspNetCore.Components.Analyzers by: Microsoft
  • 8 total downloads
  • Latest version: 9.0.0
  • aspnetcore components
Roslyn analyzers for ASP.NET Core Components. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/af22effae4069a5dfb9b0735859de48820104f5b
Microsoft.AspNetCore.Components.Forms by: Microsoft
  • 1 total downloads
  • Latest version: 5.0.7
  • aspnetcore components
Forms and validation support for Blazor applications. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/67acc3d331454956fc06d6de2218a625e3e596f8
Microsoft.AspNetCore.Components.WebAssembly by: Microsoft
  • 1 total downloads
  • Latest version: 5.0.1
  • 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/fc93e595ceffbb1e3e85532bf454e92a6a80dd6b
Microsoft.AspNetCore.Components.WebAssembly.HttpHandler by: Microsoft
  • 3 total downloads
  • Latest version: 5.0.0-preview.6.20312.15
  • aspnetcore components
Package Description This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/da6e34b3e17bac8fd1f78c7e76d7ed6192514651
Microsoft.AspNetCore.Components.WebAssembly.Server by: Microsoft
  • 52 total downloads
  • Latest version: 10.0.0-preview.3.25172.1
  • aspnetcore components
Runtime server features for ASP.NET Core Blazor applications. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/de35e2b0a0d8d5d1e307907983a6838da1092898
Microsoft.AspNetCore.Cryptography.Internal by: Microsoft
  • 1 total downloads
  • Latest version: 9.0.4
  • aspnetcore dataprotection
Infrastructure for ASP.NET Core cryptographic packages. Applications and libraries should not reference this package directly. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d5dc8a13cc618b9cbdc1e5744b4806c594d49553
Microsoft.AspNetCore.Cryptography.KeyDerivation by: Microsoft
  • 46 total downloads
  • Latest version: 10.0.0-preview.5.25277.114
  • aspnetcore dataprotection
ASP.NET Core utilities for key derivation. This package was built from the source code at https://github.com/dotnet/dotnet/tree/ddf39a1b4690fbe23aea79c78da67004a5c31094
Microsoft.AspNetCore.DataProtection by: Microsoft
  • 90 total downloads
  • Latest version: 10.0.0-preview.2.25164.1
  • aspnetcore dataprotection
ASP.NET Core logic to protect and unprotect data, similar to DPAPI. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/763b4ef31ca4df6dae07c7ee8f39ea259b6980fa
Microsoft.AspNetCore.DataProtection.Abstractions by: Microsoft
  • 2 total downloads
  • Latest version: 8.0.4
  • aspnetcore dataprotection
ASP.NET Core data protection abstractions. Commonly used types: Microsoft.AspNetCore.DataProtection.IDataProtectionProvider Microsoft.AspNetCore.DataProtection.IDataProtector This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/8486d31e24f30e3fa1809a95699a0adc16f448d7
Microsoft.AspNetCore.DataProtection.AzureStorage by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.23
  • aspnetcore dataprotection azure blob
Microsoft Azure Blob storage support as key store. This library has been replaced by the following new Azure SDK. https://www.nuget.org/packages/Azure.Extensions.AspNetCore.DataProtection.Blobs It is recommended that you move to the new package. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/509f6badec2f3162f0e50330cd9107e5624b379b
Microsoft.AspNetCore.DataProtection.Extensions by: Microsoft
  • 1 total downloads
  • Latest version: 8.0.17
  • aspnetcore dataprotection
Additional APIs for ASP.NET Core data protection. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/fa4d80b76c2431a825be026f6bbabca63e1f42ef
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore by: Microsoft
  • 2 total downloads
  • Latest version: 5.0.15
  • aspnetcore diagnostics entityframeworkcore
ASP.NET Core middleware for Entity Framework Core error pages. Use this middleware to detect and diagnose errors with Entity Framework Core migrations. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/6939d9ab90aa1e57bb0619bb28819f7bcbfdbb54
Microsoft.AspNetCore.Hosting.Abstractions by: Microsoft
  • 18 total downloads
  • Latest version: 2.3.0
  • aspnetcore hosting
ASP.NET Core hosting and startup abstractions for web applications.
Microsoft.AspNetCore.Html.Abstractions by: Microsoft
  • 20 total downloads
  • Latest version: 2.3.0
  • aspnetcore
ASP.NET Core HTML abstractions used for building HTML content. Commonly used types: Microsoft.AspNetCore.Html.HtmlString Microsoft.AspNetCore.Html.IHtmlContent
Microsoft.AspNetCore.Http.Abstractions by: Microsoft
  • 16 total downloads
  • Latest version: 2.3.0
  • aspnetcore
ASP.NET Core HTTP object model for HTTP requests and responses and also common extension methods for registering middleware in an IApplicationBuilder. Commonly used types: Microsoft.AspNetCore.Builder.IApplicationBuilder Microsoft.AspNetCore.Http.HttpContext Microsoft.AspNetCore.Http.HttpRequest Microsoft.AspNetCore.Http.HttpResponse
Microsoft.AspNetCore.Http.Connections.Common by: Microsoft
  • 5 total downloads
  • Latest version: 9.0.1
  • aspnetcore signalr
Common primitives for ASP.NET Connection Handlers and clients This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/4442a188f9200a57635373dcd640893c0e8dcc78
Microsoft.AspNetCore.Identity.UI by: Microsoft
  • 96 total downloads
  • Latest version: 10.0.0-rc.1.25451.107
  • aspnetcore identity membership razorpages
ASP.NET Core Identity UI is the default Razor Pages built-in UI for the ASP.NET Core Identity framework. This package was built from the source code at https://github.com/dotnet/dotnet/tree/2db1f5ee2bdda2e8d873769325fabede32e420e0