Top 20 NuGet aspnet Packages

Policy based authorization to Asp.Net 4.
Single Page Application templates for ASP.NET Core To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.Spa.ProjectTemplates.2.2::2.2.8'.
Single Page Application templates for ASP.NET Core To install the templates in this package, run 'dotnet new --install Microsoft.DotNet.Web.Spa.ProjectTemplates.3.0::3.0.3'. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/bd1e14b7d16b798de8a874189c89af...
Provides functionality to help with testing code that has dependencies on parts of ASP.NET Core.
Provides an implementation of an ASP.NET Core health check that runs a given query against a resolved Entity Framework 6 db context.
Provides support for idiomatic configuration of ASP.NET Core within Windows-based AWS Elastic Beanstalk instances, as a mitigation of a known deficiency wherein AWS Elastic Beanstalk IIS Environment configuration doesn't actually get its configuration values into ASP.NET Core application...
Provides assorted model annotations that FoxGuard uses in its internal-use line-of-business software.
Provides an Autofac helper that augments registrations with the ability to provide a singleton-compatible implementation of ASP.NET Core's IUrlHelper.
Provides an ASP.NET Core model validator that marks a member as being required, contingent on the value of a sibling boolean member. Based on `foolproof`.
Provides ASP.NET Core model binders to clean up string inputs, handle base-64 values portably, and adapt parsing to a legacy paradigm.
Provides ASP.NET Core request middleware that starts and manages a stopwatch specific to the current request. The value of the stopwatch is made available in the request's `HttpContext`, and the final value at the end of the request is logged for future analysis.
Provides a fluent extension of ASP.NET Core's application builder so that consumers can configure support for using forwarded HTTP headers from AWS Load Balancers.
Provides fluent extensions of ASP.NET Core's hosting mechanisms so that consumers can wire up a Serilog implementation of Microsoft's logging abstraction, as long as it has been elsewhere registered with dependency injection in a singleton scope. This allows the use of Serilog-bac...
Provides fluent extensions of ASP.NET Core's hosting mechanisms so that consumers can easily wire in large sets of Autofac configuration, without crowding their `Startup` classes. An alternative to `Autofac.Extensions.Hosting`. This package is for Autofac version 5. For an identi...
Extensions and middleware and other code for typical ASP.NET Core MVC projects
PDFcoServiceScopeModule is a library for use Microsoft.Extensions.DependencyInjection in AspNet.Mvc
BackgroundQueue is a simple way to queue background Tasks in ASP.Net Core and in .Net in general.
Provides functionality for retrieving metadata of models, based on the attributes they are annotated with.
This package contains an ASP.NET MVC application which shows you how to use the features in ASP.NET Identity. Install this package in an empty ASP.NET project.