null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

20 Recipes for Programming MVC 3 (Faster, Smarter Web Development)

List Price: $19.99
SKU:
9781449309862
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Jamie Munro
    Format:
    Paperback
    Pages:
    118
    Publisher:
    O'Reilly Media (November 8, 2011)
    Language:
    English
    ISBN-13:
    9781449309862
    ISBN-10:
    1449309860
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20251022163324-20251022.xml
    Folder:
    TWO RIVERS
    List Price:
    $19.99
    As low as:
    $17.19
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Case Pack:
    35
    Country of Origin:
    United States
    Pub Discount:
    60
    Weight:
    7.36oz
    Imprint:
    O'Reilly Media
  • Overview

    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