Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Entity Framework Core Unchained - Getting the Best Performance from Your ORM
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 DAN MALLOTT
- 3 What Is Entity Framework Core, Again?
- 4 What Are the Defaults?
- 5 A Little Bigger For Those in the Back
- 6 The Method to the Madness
- 7 Reading Data - The Clear Choice
- 8 Updates and Deletes - It Is What It Is
- 9 Other Ways to Destroy Performance
- 10 Using Select() to Limit Fields
- 11 A Note On SQL Server Indexing
- 12 General Guidance
- 13 A View to Admire
- 14 Code First Pitfalls
- 15 Complex Data Operations
- 16 Providing the Best Performance