Cantitate/Preț
Produs

20 Recipes for Programming MVC 3: OREILLY AND ASSOCIATE

Autor Jamie Munro
en Limba Engleză Paperback – 24 oct 2011

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 protection Allow users to upload and save a file to your website Implement AJAX to allow users to see updated content quickly Validate form input to ensure the data you capture is what you expect Create thumbnails to preview images rather than view them full-size Give your web application the ability to change languages Use CAPTCHA to prevent automated programs from completing forms Make URLs more user- and search-engine-friendly with the MapRoute function
Citește tot Restrânge

Din seria OREILLY AND ASSOCIATE

Preț: 11506 lei

Preț vechi: 14383 lei
-20% Nou

Puncte Express: 173

Preț estimativ în valută:
2202 2270$ 1859£

Carte tipărită la comandă

Livrare economică 03-17 martie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781449309862
ISBN-10: 1449309860
Pagini: 120
Dimensiuni: 178 x 234 x 8 mm
Greutate: 0.21 kg
Editura: O'Reilly
Seria OREILLY AND ASSOCIATE


Cuprins

Preface; About The Book; Prerequisites; Conventions Used in This Book; Tools; Using Code Examples; Safari® Books Online; How to Contact Us; Chapter 1: The Recipes; 1.1 Restricting Access to Views with Password Protection; 1.2 Automating Generation of Controllers and Views; 1.3 Validating User Input; 1.4 Implementing Multiple Languages; 1.5 Sending a Welcome Email; 1.6 Retrieving a Forgotten Password; 1.7 Sorting a List of Results; 1.8 Paging Through a List of Results; 1.9 Filtering a List of Results; 1.10 Searching a List of Results by Keyword; 1.11 Uploading a File Through a Form; 1.12 Resizing an Image to Create a Thumbnail; 1.13 Implementing Ajax to Enhance the User Experience; 1.14 Submitting a Form with Ajax; 1.15 Enabling a CAPTCHA; 1.16 Mobilizing Your Website; 1.17 Paging Through Content Without the Pages; 1.18 Displaying Search Results While Typing; 1.19 Routing Users to a Specific Controller and Action; 1.20 Caching Results for Faster Page Loads; 1.21 Going Further;

Notă biografică


Descriere

The goal of this book is to provide web developers a "cookbook" of "recipes" that are required by many developers on a day-to-day basis. Each code sample contains a complete working example of how to implement authentication, email, AJAX, data validation, and many other examples.