Top 20 NuGet aspnetcoremvc Packages

Adeptik ASP .NET Core MVC is a set of ASP .NET Core MVC extensions.
Utilities for working with ASP.NET Core.
Lib.AspNetCore.Mvc.ClientHints is a library which provides to ASP.NET Core MVC helpers build around a set of HTTP request header fields, colloquially known as Client Hints, which allow user agents to indicate device and agent specific preferences.
Raygun provider for ASP.NET Core.
Add Component.As.Service to your AspNetCore app in the usual way and behold as your application component is exposed to the world at `http://localhost:5000/MyApplicationComponent/MethodName?parameterA=a&parameterB=B` ``` public class Startup { public void ConfigureServices(IServiceCollection ser...
Add RouteDebuggingLogger to your AspNetCore app and behold in relieve as it explains to your Logger what routes AspNetCore.Mvc has identified. ``` public void Configure(IApplicationBuilder app, IHostingEnvironment env) { if (env.IsDevelopment()) { app .UseDeveloperExcepti...
Extended support for writing functional tests for ASP.NET Core applications.
ASP.NET Core MVC Cache Tag Helper using Pavalisoft.Caching
My Tested ASP.NET Core MVC view component attribute assertion methods.
An extension to Microsoft.AspNetCore.Mvc which allows the creation of custom templates. This library replaces the default HtmlHelper<T> with a new TemplateHtmlHelper<T> which makes use of an ITemplateService to render editor and display templates. To add or modify existing templates, add or modify t...
My Tested ASP.NET Core MVC versioning components.
TagHelpers for ASP.NET Core
My Tested ASP.NET Core MVC configuration components.
My Tested ASP.NET Core MVC licensing components.
This package contains some reusable, flexible and scalable api widgets for Asp.Net Core.
Package Description
Helpers for building React applications on ASP.NET Core.
Socket-based RPC for Microsoft.AspNetCore.NodeServices
Helpers for building Angular 2 applications on ASP.NET Core.