Mastering Entity Framework Core workshop and Techorama (NL) 2023
After the Belgium version Techorama is going to Netherlands, in October 9-11.
I’ll deliver workshop called Mastering Entity Framework Core – basically in something like 8 hours I’ll try to teach you Entity Framework Core all the way into “monk” level. It will be a lot of stuff, but also lot of fun.
Besides the workshop, I’ll also have two sessions Autoincrement (identity) is not the only option for primary keys and What’s new in Entity Framework Core 7 (abstracts below).
For the workshop you can read more about the workshop (and me) here. We’ll cover topics like:
- Database and provider configuration
- Creating and configuring model
- Inheritance, table splitting, keyless entities, shadow properties, shared entitites, owned types, converters, comparers, …
- Lazy loading, split queries, custom SQL queries
- Custom mapping and custom functions
- Change tracking, ID generation, transactions, concurrency, batching
- Services configuration and implementing your own
But this just a subset of topics. Depending on questions (and time), we can (and very likely will) steer one way or the other.
A lot of applications is using “simple” autoincrement (identity) as a primary key. That’s not bad. But there are other options for generated primary keys and some might be even better for your application. I’ll show you some options, pros and cons and even apply that as a mapping for EF Core.
A lap around new features and performance improvements in Entity Framework Core 7.
Hope to see you on my workshop or my sessions.
Slides – Autoincrement (identity) is not the only option for primary keys