20 Recipes for Programming MVC 3
| By: | Munro, Jamie |
| Publisher: | O'Reilly Media, Inc. |
| Print ISBN: | 9781449309862 |
| eText ISBN: | 9781449309862 |
| Edition: | 1 |
| Format: | Page Fidelity |
eBook Features
Instant Access
Purchase and read your book immediately
Read Offline
Access your eTextbook anytime and anywhere
Study Tools
Built-in study tools like highlights and more
Read Aloud
Listen and follow along as Bookshelf reads to you
There's no need to reinvent the wheel every time you run into a problem with ASP.NET's Model-View-Controller (MVC) framework. This concise cookbook provides recipes to help you solve tasks many web developers encounter every day. Each recipe includes the C# code you need, along with a complete working example of how to implement the solution. Learn practical techniques for applying user authentication, providing faster page reloads, validating user data, filtering search results, and many other issues related to MVC3 development.These recipes help you:Restrict access to views with password protectionAllow users to upload and save a file to your websiteImplement AJAX to allow users to see updated content quicklyValidate form input to ensure the data you capture is what you expectCreate thumbnails to preview images rather than view them full-sizeGive your web application the ability to change languagesUse CAPTCHA to prevent automated programs from completing formsMake URLs more user- and search-engine-friendly with the MapRoute function