Top 20 NuGet mvc3 Packages

A simple and lightweight data access tool for .Net
Helpful utilities for your ASP.NET MVC code.
* Zero code localization. You don't even have to use the [Display] attribute. * A MembershipProvider that uses the DependencyResolver and a few interfaces to make it easier to understand. * Better HtmlHelpers which lets you modify the HTML tags before they are written to the view. Read the homepa...
Dependency injection modules for SimpleInjector that can be used to integrate MvcSiteMapProvider into an existing dependency injection setup. You may customize this configuration to allow for replacement of virtually any part of MvcSiteMapProvider by implementing one of its interfaces and injecting ...
Meleze.Web is a toolbox to optimize ASP.NET MVC 3.0, MVC 4.0 and MVC 5.0 applications. It provides HTML, JS and CSS minification of Razor views and caching of the returned pages. The package version 1.4.x targets ASP.NET MVC 4.0 and 5.0. Use version 1.3.x for MVC 3.0.
Dynamo IoC Web Extensions provide web specific lifetimes (request and session) and integrates with both Mvc 4 and the new Web Api (including using Scopes).
A powerful string expansion library for .NET you never knew you always wanted. - Use for token-based string templating passing in a model for property replacement - 4 token formats to pick from (MvcRoute-style, Razor-style, NAnt-style or MSBuild-style) - Use as a more readable alternative to string...
Adds EditorTemplates for the new html5 input types (including email, tel, and url) to Mvc 3 projects. For example, Html.EditorFor(a=>a.Email) can now generate an html5 input type='email'.
A core package to create an internationalization-ready web application
javascriptmodel.MVC3 is a .NET library to transfer data to JavaScript or execute js-functions from .NET server-side code (C#, VB.NET) as embedded json on the website. This version is specific for ASP.Net MVC3.
This package provides a starting point that automatically wires up a new dependency injection configuration for Autofac using a composition root pattern and injection through either IControllerFactory or IDependencyResolver. You may customize this configuration to allow for replacement of virtually ...
This package provides a starting point that automatically wires up a new dependency injection configuration for SimpleInjector using a composition root pattern and injection through either IControllerFactory or IDependencyResolver. You may customize this configuration to allow for replacement of vir...
This package provides a starting point that automatically wires up a new dependency injection configuration for Windsor using a composition root pattern and injection through either IControllerFactory or IDependencyResolver. You may customize this configuration to allow for replacement of virtually ...
This package contains System.Web extentions for MVC 3.
Provides various extensions to ASP.NET MVC3.
A Web Helper for retrieving JavaScript files from CdnJs
Cleans html with a whitelist for tags and attributes. Filters attributes with regex. It has a Model Binder for MVC 3 that detects UIHint("html"), AllowHtml and DataType attributes on model's properties and cleans those properies' value before the action method.