Completed
This should help you to speed up your data operations for your entity framework core databases!
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Bulk Insertion in Entity Framework Core - Speeding Up Data Operations
Automatically move to the next video in the Classroom when playback concludes
- 1 The Bulk Insertion for Entity Framework Core developer!
- 2 Why we need to speed up our Data Operations
- 3 What project are we making with SQlite to test Data Insertion?
- 4 Install latest Visual Studio Version
- 5 Start our Net 8 Project with the needed libraries
- 6 So what Net 8 project are we making?
- 7 Set up a Entity Framework Core Database with operations
- 8 Standard Database Insertion vs Bulk Insertion
- 9 Standard Database Insertion with Options vs Bulk Insertion with Options
- 10 EF Core Data Insertion with Related entities vs Bulk Insertion with related entities
- 11 This should help you to speed up your data operations for your entity framework core databases!