Top 20 NuGet asp Packages

Punch.Helpers
Extension methods allowing using Lambda Expressions instead of magic strings in your ASP.NET MVC 5 application. Currently supported: - RedirectToAction(c => c.Index()) - RedirectToActionPermanent(c => c.Index()) - AddModelError(m => m.Property, "Invalid property") - Html.ActionLink(c => c.Index()) ...
Giving you helperfunctions for Asp.Net-Projects in addition to the ones from Asp.Net-WebPages-Lib
Typed ActionLinks for use in ASP.NET MVC
A simple image resizing server for ASP.NET.
Test package for mvc. Just writing my first nuget package to test how it works.
Some web useful extension methods for .NET 4.0 or above
Provides Live Monitoring For a web application
var fb = new ConditionalFilterGenerator<Your Entity>(Request.RequestUri.ParseQueryString(), new ConditionalFilterBuilder()); COMMENT: first example fb.And<int>((e, i) => e.Id > i, "id") .And<int>((e, i) => e.Id < 4, "Id") .Or<string>((e, s) => e.Name.StartsWith(s), ...
A sample module and to be able to list the current sessions and the size of those sessions
My Tested ASP.NET Core MVC configuration components.
My Tested ASP.NET Core MVC licensing components.
This Package Contain Useful Library And Extention Method For Easy Develop High Tech Asp.Net Application. ForExample : Implementation Of ExtentionMethod, Http Request Tools, Client Informations, ...
Generate An Api Result In Json Or Xml Format With A Single Anonymous Object.
An ASP.NET Web API message handler that supports decompression of gzip'd data.
A simple and efficient tool for access to [web.config] and [app.config] file.
Deploys the NCache Session Storage Services in an ASP.NET Core web application for .NET Framework. The services include complete session management module to replace the default ASP.NET Core session management with additional NCache exclusive features such as session locking that follows the flow of...
Libreria para envío de correo con diseño responsivo.
MSBuild tool for ASP.NET Core to pack wwwroot contents into embedded resources.
PlayFactory Framework For ASP.NET Core