Really enjoyed this Entity Framework Core 6 post release retrospective community stand-up which looks at some of the new features added in Core 6…
You might also be interested in...
Entity Framework Core 6 is feature completeZero open issues. Entity Framework Core 6 is done 😍😍😍. 539 closed issues for this release is amazing… especially considering … Continue reading Entity Framework Core 6 is feature complete...
Does using the repository pattern with Entity Framework make sense?
I really enjoyed the Entity Framework Community Standup Ask Me Anything with Julie Lerman the other night (10th March 2021)… … Continue reading Does using the repository pattern with Entity...
Entity Framework 7 Preview 5 supports Table-per-Concrete type inheritance mapping
Entity Framework 7 Preview 5 shipped this week (14th June 2022) with support for Table-per-Concrete type (TPC) inheritance mapping. Table-per-Concrete … Continue reading Entity Framework 7 Preview 5 supports Table-per-Concrete...
Example of an Entity Framework Core Database First development workflow in a team environment
If you’re using Entity Framework Core with the Database First approach you may be looking for a suggested development workflow … Continue reading Example of an Entity Framework Core Database...
String.FirstOrDefault() LINQ queries now supported in Entity Framework Core 5.0
Entity Framework Core 5.0 now supports the translation of String.FirstOrDefault() LINQ queries. In EF Core 3.1 the following would fail… … Continue reading String.FirstOrDefault() LINQ queries now supported in Entity...