Setting Global Table Naming Conventions in EF Core
Learn how to set up a custom global table naming convention in Entity Framework Core, allowing you to define default table names based on entity names and override them as needed.
Learn how to set up a custom global table naming convention in Entity Framework Core, allowing you to define default table names based on entity names and override them as needed.
How to mark an item as default for a given entity's collection.
How to disassociate your personal Microsoft account from a work/school (Azure AD) account!
What is the proper usage of domain events, and when not to use them!
How to implement and persist immutable entities and value object in Entity Framework Core.
Alternative implementation for caching, and on-demand cache invalidation using EF (on changes only).
How to improve your design and adhere to Open-Closed Principle by using dynamic/runtime DI configuration.
A guide on how to implement auditing for your entities using Entity Framework.
I’ve been asked this question very often, especially by the new developers. So, let’s try to explain the term and clear some misconceptions. The term is being popularized with the adoption of DDD (...
Tutorial on how to set up a blog with GitHub Pages and Jekyll.