EF Core Hidden Gems - June 2020 .NET Meetup Vienna

Опубликовано: 13 Сентябрь 2026
на канале: DotNetDevs Austria
169
8

Talk is from the .NET Meetup Vienna from 14th July 2020:
https://www.meetup.com/dotnet-austria...

Abstract:
This time Igor Rončević one of the hosts of the Microsoft Developer User Group Graz will talk about EF Core Hidden Gems.

Abstract:
Basic EF Core features are, I guess, well-known to you. Plain mapping of objects to underlying database tables is straightforward and easy to use.

But EF Core has much more power to offer. My consultancy practice tells me that this power is often neither recognized nor known to developers.

In this talk, I share with you certain lesser-known EF Core features that I would expect to see more often in real-life code. They replace cumbersome hand-made "solutions" with robust alternatives that are easy to implement and maintain.

Through examples that depict real-life cases that I've seen, I'll demonstrate features that will help you to:
gain more performance out of your queries.
smoothly work with legacy databases.
obtain readable diagnostic logs.
fight anemic domain models.

You will leave the talk with two things under your belt - a set of powerful EF Core features and a clear understanding of how to put them into practice in your projects.

The code samples can be found at https://github.com/ironcev-talks/enti...