The following is the List of Best Entity Framework Books available.
Table of Contents
Programming Entity Framework: Code First
Check Price
Table of Content
- Welcome to the Code First
- Your First Look at Code First
- Using Convention and Configuration for Property Attributes
- Using Conventions and Configuration for Relationships
- Using Conventions and Configuration for Database Mappings
- Controlling Database location, Creation Process, and Seed Data
- Advanced Concepts
- What’s Coming next for Code First
Programming Entity Framework: DbContext
Check Price
Table of Content
- Introducing the DbContext API
- Querying with DbContext
- Adding, Changing, Deleting Entities
- Working with disconnected Entities
- Change Tracker API
- Validating with the Validation API
- Customizing Validations
- Using DBContext in Advanced Scenarios
- What’s Coming Next for Entity Framework
Entity Framework 6 Recipes
Check Price
Table of Content
- Getting Started with Entity Framework
- Entity Data Modelling Fundamentals
- Querying an Entity Data Model
- Using Entity Framework in ASP.NET MVC
- Loading Entities and Navigation Properties
- Beyond the Basics with Modeling and Inheritance
- Working with Object Services
- Plain Old CLR Objects
- Using the Entity Framework in N-Tier Applications
- Stored Procedures
- Functions
- Customizing Entity Framework Objects
- Improving Performance
- Concurrency