Entity Framework Core in Action
کتاب Entity Framework in Action دربارهی چگونگی نوشتن کدهای EF Core به صورتی سریع، صحیح و در نهایت با کارایی بالا است. برای رسیدن به این هدف من مثال ها، نکات و تکنیکهای زیادی را در این کتاب گنجانده ام. در طول این کتاب مقداری هم از این که EF Core در درون چگونه کار میکند نیز گفته ام تا در مواقعی که چیزها آن گونه که باید پیش بروند نرفتند به کمک شما بیاید.
Table of Contents
Part 1: Getting started
Chapter 1 Introduction To Entity Frameworkcore
Chapter 2 Querying The Database
Chapter 3 Changing The Database Content
Chapter 4 Using Ef Core In Business Logic
Chapter 5 Using Ef Core In Asp.Net Core Web Applications
Part 2: Entity Framework in depth
Chapter 6 Configuring Nonrelational Properties
Chapter 7 Configuring Relationships
Chapter 8 Configuring Advanced Features And Handling Concurrency Conflicts
Chapter 9 Going Deeper Into The Dbcontext
Part 3: Using Entity Framework Core in real-world applications
Chapter 10 Useful Software Patterns For Ef Core Applications
Chapter 11 Handling Database Migrations
Chapter 12 Ef Core Performance Tuning
Chapter 13 A Worked Example Of Performance Tuning
Chapter 14 Different Database Types And Ef Core Services
Chapter 15 Unit Testing Ef Core Applications
Appendix A A brief introduction to LINQ
Appendix B Early information on EF Core version 2.1