Skip to content

ironcev-talks/entity-framework-core-hidden-gems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 

Repository files navigation

Entity Framework Core Hidden Gems

Talk Description

Basic Entity Framework 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 know 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.

Talk History

Version Date Event City Country Video
v0.9.0 July 14th, 2020 [Meetup] .NET Community Austria Vienna (Online) Austria YouTube
v0.8.1 June 27th, 2020 [Meetup] Dot Net Developers NCR Chapter New Delhi (Online) India YouTube
v0.8.0 March 31st, 2020 [Meetup] Microsoft Developer User Groups Graz and Rijeka Graz (Online) Austria YouTube
v0.3.3 February 20th, 2020 [Meetup] Netsaimada Palma de Mallorca Spain -
v0.1.0 December 4th, 2019 [Conference] Advanced Technology Days Zagreb Croatia -

Presentations

The latest minor version of the presentation is available for viewing and download on SlideShare and Speaker Deck. The exact presentations used in talks are available on the release page. The presentations used in talks vary significantly from each other. Their content depends on the exact talk format, duration, and audience. The version on SlideShare and Speaker Deck contains all the slides.

Entity Framework Core Hidden Gems

Examples

The examples are available in the examples folder. Each subfolder contains a README.md file with additional reading material.

License

CC0

The sample source code is in the public domain. To the extent possible under law, Igor Rončević has waived all copyright and related or neighboring rights to the sample source code.

CC BY 4.0

The presentations are licensed under CC BY 4.0.