Главная
Study mode:
on
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!
Description:
Learn how to significantly improve query performance in Entity Framework Core through bulk insertion techniques. This 15-minute tutorial demonstrates the power of bulk operations for speeding up data processing in .NET applications. Explore the differences between standard database insertion and bulk insertion, including scenarios with related entities. Follow along as the instructor sets up a SQLite project, configures Entity Framework Core, and compares various insertion methods. Gain practical insights to optimize your data operations and enhance the efficiency of your Entity Framework Core databases.

Bulk Insertion in Entity Framework Core - Doubling Query Speed

tutorialsEU
Add to list