
Publishing strategies in MediatR
Explore advanced publishing strategies with the MediatR library in .NET applications. This article dives into the Mediator pattern, its benefits, and how to extend the MediatR library to support cu...
Explore advanced publishing strategies with the MediatR library in .NET applications. This article dives into the Mediator pattern, its benefits, and how to extend the MediatR library to support cu...
Discover how to tackle a common misconfiguration issue in Entity Framework Core involving owned types and nullable navigations. Learn how to ensure non-nullable navigation properties with practical...
Learn how to customize column naming conventions for owned types in EF Core.
Learn how to install the wkhtmltopdf package on Azure Linux App Service Plans during app startup, enabling HTML-to-PDF and HTML-to-image conversion features for your web applications running on Lin...
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).