Top 20 NuGet Packages
resize images on the fly with query parameters.
Example http://localhost/image.jpg?width=600&height=200
A Fluent class based workflow engine for ASP.NET MVC Controller Actions
A fast and customizable way to add controllers, views, and other items to your ASP.NET MVC application
A fast and customizable way to add controllers, views, and other items to your ASP.NET MVC application
A fast and customizable way to add controllers, views, and other items to your ASP.NET MVC application
Provides additional scaffolders.
(Service, Service interface, Injected controller, Ajax Grid).
More to come soon.
A fast and customizable way to add controllers, views, and other items to your ASP.NET MVC application
Fork of the MvcScaffolding project in order to use it with twitter.bootstrap.mvc4 project
MVCScaffoldingHelper
These are 2 free controls for ASP.NET MVC, ScheduleCalendar and ScheduleGeneral, designed to show scheduled events in the form of a table
Generate schemas for using with npm mvc-fetch
OAuth 2.0 Authentication clients that support custom scope
Currently supports: Linkedin and Facebook
MvcShortRoute makes it easy to map short urls like, /about or /news.
Route mapping is done via attributes on the action methods.
Based rails flash messages for asp.net MVC
Enables Single Page Navigation in Asp.net MVC Projects
Usage:
In AppStart/FilterConfig.cs
using MvcSpf;
....
filters.Add(new SpfFilter());
By default this package will replace anything with a dom Id of "content". to set your own use the following:
filters.Add(new SpfFilter("mainContent"));
Basic MvcStarterKit application for beginners. See github.com/msusur/MvcStarterKit for codebase.