1. jQuery Validation

    By:

    This jQuery plugin makes simple clientside form validation trivial, while offering lots of option for customization. That makes a good choice if you’re building something new from scratch, but also when you’re trying to integrate it into an existing application with lots of existing markup. The plugin comes bundled with a useful set of validation m... More information

  2. Microsoft ASP.NET Web API Client Libraries 4.0.30506.0

    By:

    This package adds support for formatting and content negotiation to System.Net.Http. It includes support for JSON, XML, and form URL encoded data.

  3. LowercaseRoutesMVC

    By:

    Easily map ASP.NET MVC routes to lowercase URLs! Does not affect casing of the querystring, if one exists. Includes support for MVC Areas as well. See the Project Site for important usage notes.

  4. AntiXSS

    By:

    AntiXSS is an encoding library which uses a safe list approach to encoding. It provides Html, XML, Url, Form, LDAP, CSS, JScript and VBScript encoding methods to allow you to avoid Cross Site Scripting attacks. This library is part of the Microsoft SDL tools.

  5. Managed Fusion URL Rewriter and Reverse Proxy

    By:

    Managed Fusion URL Rewriter and Reverse Proxy is a powerful URL manipulation engine based on the Apache mod_rewrite extension. It is designed, from the ground up to bring all the features of Apache mod_rewrite to IIS 6.0 and IIS 7.0. Managed Fusion Url Rewriter works with ASP.NET on Microsoft's Internet Information Server (IIS) 6.0 and Mono XPS Ser... More information

  6. UrlShortener.Helper

    By:

    UrlShortener is a WebMatrix helper that will shorten urls.

  7. UrlShortener

    By:

    UrlShortener is a WebMatrix helper that will shorten urls.

  8. Managed Fusion URL Rewriter and Reverse Proxy Contributions

    By:

    Managed Fusion URL Rewriter and Reverse Proxy is a powerful URL manipulation engine based on the Apache mod_rewrite extension. It is designed, from the ground up to bring all the features of Apache mod_rewrite to IIS 6.0 and IIS 7.0. Managed Fusion Url Rewriter works with ASP.NET on Microsoft's Internet Information Server (IIS) 6.0 and Mono XPS Ser... More information

  9. LowercaseRoutesMVC4

    By:

    Easily map ASP.NET MVC routes to lowercase URLs! Does not affect casing of the querystring, if one exists. Includes support for MVC Areas, as well as experimental support for ASP.NET Web API HTTP routes. See the Project Site for important usage notes.

  10. RFC2396 URL

    By:

    This is a .NET library for dealing with RFC2396 URLs: http://www.ietf.org/rfc/rfc2396.txt

  11. UrlHelper

    By:

    Example usage: Inside a view: @this.Urls().Tasks.Create() -> returns a Uri -> ToString() is called -> "/Tasks/Create" Inside a controller return this.Urls().Tasks.Index().ToRedirect(); -> returns a redirect result. More info can be found here. http://github.com/markkemper1/UrlHelper

    846 downloads

  12. Elmah.MVC

    By:

    Painless integration of ELMAH functionality into ASP.NET MVC Application. Just drop the package inside you ASP.NET MVC application and access /elmah URL. It will also install global HandleError filter, that guarantees all unhandled errors is logged (even if customerError turned "On").

  13. Canonicalize

    By:

    URL canonicalization with ASP.NET (MVC) routing

  14. FubuMVC Regex Url Policy

    By:

    Allows you to use regular expressions to ignore/include portions of the url as well as constraining actions to verbs.

  15. Shawty

    By:

    Shawty is a fine ass short URL resolver, will also get the page title if it has one.

  16. SEO Friendly String Sanitizer

    By:

    Small library that performs the string conversion into a sanitized version that can be included in the URL

  17. MvcMailer

    By:

    MvcMailer sends emails using the MVC views as Email Body with no effort. Here's a quick list of features: a) Use Razor/WebForms views b) Use Master pages c) Write Testable Code d) Pass values to your view using ViewBag or ViewModel and e) Generate Absolute URL using Url.Abs method and f) create multi-part emails by just adding a view file, g) scaff... More information

    51,419 downloads

  18. Mvc Html5 Templates

    By:

    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'.

  19. UrlHelper.Mvc4

    By:

    Example usage: Inside a view: @this.Urls().Tasks.Create() -> returns a Uri -> ToString() is called -> "/Tasks/Create" Inside a controller return this.Urls().Tasks.Index().ToRedirect(); -> returns a redirect result. More info can be found here. http://github.com/markkemper1/UrlHelper

    314 downloads

  20. Microsoft ASP.NET Friendly URLs

    By:

    Adds a mobile master page and a view switcher user control to enable switching between mobile and desktop views using ASP.NET Friendly URLs. Note: This package contains content for C# Web Application Projects (WAPs) only.