Top 20 NuGet aspnetcore Packages

Microsoft Azure utilities, including table storage and blob object repositories, easy file upload to block blob and easy access to KeyVault.
A bunch of code useful in AspNet Core projects
PostgreSql health checks package used to check the status of a PostgreSql in .NET 5, .NET Core, .NET Standard based applications. LiteXHealthChecks is very small yet powerful and high-performance library used to check the status of a component in the application, such as a backend service, da...
ASP.NET Core middleware that enables an application to support certificate authentication.
Provides API for configuring ASP.NET Core to automatically generate HTTPS certificates and store them in Azure Key Vault. See https://nuget.org/packages/LettuceEncrypt for more details.
Triggers for EF Core. Respond to changes in your ApplicationDbContext before and after they are committed to the database
Steeltoe library for enabling dynamic management of Serilog in ASP.NET Core applications. Includes Console sink.
Package for using service connectors in your .NET Core application
ASP.NET Core 6.0, 7.0, 8.0 Library to support Paging (including sorting and filtering) for Entity Framework Core and IEnumerableOfT datasources
XRoadLib extension to use X-Road messages on ASP.NET Core platform
The Cron based Scheduler for AspNetCore 2.x/3.x/5.x/6.x Applications in Kubernetes/Docker. This is a lightweight alternative to Quarts Scheduler or HangFire.
Provides API for configuring ASP.NET Core to automatically generate HTTPS certificates. This configures your server to use the ACME protocol to connect with a certificate authority (CA), such as Let's Encrypt (https://letsencrypt.org), to verify ownership of your domain name and generate a HTTPS ce...
Autofac allows you to register metadata along with dependencies for additional resolution flexibility. This extension enables that metadata to be registered through attributes.
RecurrentTasks for .NET allows you to run simple recurrent background tasks with specific intervals, without complex frameworks, persistance, etc...
ASP.NET Core middleware that enables an application to use cookie based authentication. This package was built from the source code at https://github.com/aspnet/Security/tree/93926543f8469614c2feb23de8a8c0561b8b2463
ASP.NET Core cookie policy classes to control the behavior of cookies. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/7ab32c8411f40e63984c5963b79722c1f2fd9d8a
ASP.NET Core hosting server abstractions for web applications. This package was built from the source code at https://github.com/aspnet/Hosting/tree/0724e6cde1149ee1a19bfec9c13a2c9327b71213
ASP.NET Core HTML abstractions used for building HTML content. Commonly used types: Microsoft.AspNetCore.Html.HtmlString Microsoft.AspNetCore.Html.IHtmlContent This package was built from the source code at https://github.com/aspnet/HtmlAbstractions/tree/6c5ca90d81f9013a8652da4c1752bd0b4d18e908
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 Mic...
ASP.NET Core MVC abstractions and interfaces for action invocation and dispatching, authorization, action filters, formatters, model binding, routing, validation, and more. Commonly used types: Microsoft.AspNetCore.Mvc.IActionResult This package was built from the source code at https://github.com/...