No video

EF Core - Overriding conventions

Entity Framework Core is all about conventions. That's how the entire EF Core magic happens out of the box. However, there are a lot of scenarios where these conventions might just not work for us. So we need a way to override standard EF Core conventions. And we can do this in two ways: using data annotation attributes or using the fluent API in the OnModelCreating() method. In this video we take a look at how this is done.

Пікірлер