Data Seeding in EF CORE | By Model | By Custom Logic | ASP.NET Core | C#

preview_player
Показать описание
ASP.NET CORE | Entity framework core seed data using C#
Explained the following:
By Model seed data using Migration
By Custom Logic seed data
Basic Implementation & introduction of Fluent API

Git 😺 Repo Link:

Previous Imp Video:
Conflict Handling in .NET Core | Optimistic concurrency Implementation | C#

Dependency Injection C# | Design Pattern | ASP.NET CORE | C#

Concurrency in .NET Core | Optimistic | Pessimistic | C#

Tutorial: ASP.NET Core Playlist
Рекомендации по теме
Комментарии
Автор

Thanks for content. I have a question about using "custom seed logic" in more complex case.
What are your thoughts on using the "Custom Initialization logic" approach for a microservice architecture?
How to avoid multiple calls to the data seed method?

PeterCargo
Автор

Thanks! That Great!, I have a quick question How i can implementation custom logic for ef core 6.0

minhhieuo