We have compiled a list of Best books on Entity Framework Core Books. The list is compiled on based after using the various books and also based on the user feedback’s
Table of Contents
Entity Framework Core in Action
Check Price
Table of Content
- Introduction to Entity Framework Core
- Querying the database
- Changing the database content
- Using EF Core in business Logic
- Using EF Core in ASP.NET Core Web Applications
- Configuring non Relational Properties
- Configuring Relationships
- Configuring Advanced Features and handling concurrency conflicts
- Going Deeper in DbContext
- Useful software patterns for EF Core applications
- Handling database migrations
- EF Core Performance tuning
- A Worked Example of Performance tuning
- Different Database types and EF Core Services
- Unit Testing EF Core applications
Pro Entity Framework Core 2 for ASP.NET Core MVC
Check Price
Table of Content
- Entity Framework Core in Context
- Your First Entity Framework Core Application
- Working With databases
- SportsStore: A Real (Data) Applications
- SportsStore: Storing Data
- SportsStore: Modifying & Deleting Data
- SportsStore: Expanding the Model
- SportsStore: Scaling Up
- SportsStore: Customer Features
- SportsStore: Creating a RESTful Web Service
- Working With Entity Framework Core
- Performing data operations
- Understanding Migrations
- Creating Data Relationships
- Working With Relationships
- Scaffolding an Existing Database
- Manually Modeling a Database
- Working with Keys
- Queries
- Storing Data
- Deleting Data
- Using Database Server Features
- Using Transactions
Mastering Entity Framework Core 2.0
Check Price
Table of Content
- Kick start: Introduction to Entity Framework Core
- The other way around : Database First Approach
- Relationships: Terminology & Conventions
- Building Relationships: Understanding Mapping
- Know the validation: Explore inbuilt validation
- Save Yourself : Hack Proof your Entities
- Going Raw : Leveraging SQL Queries in LINQ
- Query all we need : Query object Pattern
- Fail Safe Mechanism: Transactions
- Make it a Real: Handling Con-currencies
- Performance: It is all about Execution Time
- Building a Multi Tenant Database