
EF Core IEntityTypeConfiguration - Clean Up Your DbContext in .NET
How to replace a bloated OnModelCreating method with separate entity configuration classes using IEntityTypeConfiguration<T>.
Master C#, .NET, EF Core, frontend, databases, and architecture.
No spam. Unsubscribe anytime.

How to replace a bloated OnModelCreating method with separate entity configuration classes using IEntityTypeConfiguration<T>.

Stop writing models by hand - let EF Core do it for you with the Database First scaffolding approach.

Stop writing the same HttpClient boilerplate for every external API endpoint - there's a cleaner way.