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

Programming Entity Framework: DbContext (Querying, Changing, and Validating Your Data with Entity Framework)

List Price: $24.99
SKU:
9781449312961
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:
    Julia Lerman, Rowan Miller
    Format:
    Paperback
    Pages:
    254
    Publisher:
    O'Reilly Media (April 3, 2012)
    Language:
    English
    ISBN-13:
    9781449312961
    ISBN-10:
    1449312969
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20251022163324-20251022.xml
    Folder:
    TWO RIVERS
    List Price:
    $24.99
    As low as:
    $21.49
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Case Pack:
    17
    Country of Origin:
    United States
    Pub Discount:
    60
    Weight:
    14.72oz
    Imprint:
    O'Reilly Media
  • Overview

    The DbContext API captures Entity Framework’s (EF) most commonly used features and tasks, simplifying development with EF. This concise book shows you how to use the API to perform set operations with the DbSet class, handle change tracking and resolve concurrency conflicts with the Change Tracker API, and validate changes to your data with the Validation API.

    With DbContext, you’ll be able to query and update data, whether you’re working with individual objects or graphs of objects and their related data. You’ll find numerous C# code samples to help you get started. All you need is experience with Visual Studio and database management basics.

    • Use EF’s query capabilities to retrieve data, and use LINQ to sort and filter data
    • Learn how to add new data, and change and delete existing data
    • Use the Change Tracker API to access information EF keeps about the state of entity instances
    • Control change tracking information of entities in disconnected scenarios, including NTier applications
    • Validate data changes before they’re sent to the database, and set up validation rules
    • Bypass EF’s query pipeline and interact directly with the database