20 Recipes for Programming MVC 3: OREILLY AND ASSOCIATE
Autor Jamie Munroen 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 functionDin seria OREILLY AND ASSOCIATE
- 20% Preț: 85.21 lei
- 20% Preț: 168.62 lei
- Preț: 87.80 lei
- 20% Preț: 252.67 lei
- 20% Preț: 145.92 lei
- 20% Preț: 139.47 lei
- 20% Preț: 84.69 lei
- 20% Preț: 30.14 lei
- 20% Preț: 112.27 lei
- 20% Preț: 149.19 lei
- 20% Preț: 113.58 lei
- Preț: 133.85 lei
- 20% Preț: 150.89 lei
- 20% Preț: 116.53 lei
- 20% Preț: 149.19 lei
- 20% Preț: 113.72 lei
- 20% Preț: 114.73 lei
- 20% Preț: 112.59 lei
- 20% Preț: 115.40 lei
- 20% Preț: 141.44 lei
Preț: 115.06 lei
Preț vechi: 143.83 lei
-20% Nou
Puncte Express: 173
Preț estimativ în valută:
22.02€ • 22.70$ • 18.59£
22.02€ • 22.70$ • 18.59£
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
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.