YoVDO

Entity Framework Core Unchained - Getting the Best Performance from Your ORM

Offered By: NDC Conferences via YouTube

Tags

NDC Conferences Courses .NET Courses Performance Tuning Courses Entity Framework Core Courses

Course Description

Overview

Discover strategies for optimizing Entity Framework Core performance in this 44-minute conference talk. Learn configuration options and access patterns to enhance data access efficiency, understand which features to use judiciously or avoid, and explore database structuring techniques that improve performance while simplifying application code. Gain insights into when to consider alternatives to Entity Framework entirely. Delve into topics such as reading data efficiently, handling updates and deletes, avoiding performance pitfalls, utilizing Select() to limit fields, SQL Server indexing, code-first approach considerations, and complex data operations. Master the art of balancing ease of use with optimal performance in your .NET applications using Entity Framework Core.

Syllabus

Intro
DAN MALLOTT
What Is Entity Framework Core, Again?
What Are the Defaults?
A Little Bigger For Those in the Back
The Method to the Madness
Reading Data - The Clear Choice
Updates and Deletes - It Is What It Is
Other Ways to Destroy Performance
Using Select() to Limit Fields
A Note On SQL Server Indexing
General Guidance
A View to Admire
Code First Pitfalls
Complex Data Operations
Providing the Best Performance


Taught by

NDC Conferences

Related Courses

Introduction to Modern Web Development with ASP.NET Core
EDUCBA via Coursera
ASP.NET Core MVC - Cross-Platform Development
Packt via Coursera
Minimal API Development with ASP.NET Core
Packt via Coursera
.NET Core Microservices - The Complete Guide (.NET 6 MVC)
Packt via Coursera
Program a Server-Side Application using ASP.NET Core
Microsoft via edX