EF Core configuration classes

preview_player
Показать описание
Fluent API assertions in EF Core are very useful to configure entities in the OnModelCreating() method. But in real applications these will clutter the method with hundreds of lines of code. Configuration classes are your best choice in this case to move entity configuration into specialized classes and make your code more readable. In this video we explain the reasons and we show how it's done!
#efcore #dotnetcore
Рекомендации по теме