Lerman, Julia
Programming Entity Framework: DbContext
- ISBN 13:
- 9781449312961
- author:
- Lerman, Julia
- format:
- Paperback
- publisher:
- OReilly Media
- language:
- English
- Publication Year:
- 2012
- Pages:
- 258
- Dimensions:
- 17.8 x 1.4 x 23.3 cm
- Genre:
- Computing & Internet, Databases, Applications,
- Condition:
- New
- Availability:
- Item usually sent within 10 working days
Description
This concise guide to Entity Framework's DbContext API simplifies development with EF. You'll learn how to use the API to perform set operations, handle change tracking and resolve concurrency conflicts.
With DbContext, you can query and update data, whether working with individual objects or graphs of objects and their related data. The book includes numerous C# code samples to help you get started, assuming experience with Visual Studio and database management basics.
You'll discover how to use EF's query capabilities to retrieve data, add new data, change and delete existing data, and validate changes before they're sent to the database.