How to Implement Multitenancy in ASP.NET Core with EF Core
Multitenancy is a software architecture that allows a single instance of a software application to serve multiple customers, called tenants
Explore the newsletters
Multitenancy is a software architecture that allows a single instance of a software application to serve multiple customers, called tenants
Audit trails provide a historical record of changes made to data. Audit trails allow developers to see who made changes, when they were made, and what the changes were
Explore how to get started with MongoDB in EF Core 8.0 with MongoDB.EntityFrameworkCore official provider
Explore what are the best ways to structure your code when using Vertical Slice Architecture in .NET
Learn the best practices of integration testing in ASP.NET Core applications that will help you writing reliable, robust and efficient integration tests
C# 12 introduced collection expressions that allow writing more concise and readable code when working with collections
Discover how to write elegant code in C# by using Pattern Matching. This guide provides shows how Pattern Matching can simplify your code and improve readability
Explore the OutBox pattern - a powerful solution for maintaining data consistency and integrity in distributed event-driven systems
Learn how to enhance the observability of your microservices by implementing structured logging and distributed tracing using Seq
Join my community of 6,000+ developers and architects.
Each week you will get 1 practical tip with best practices and real-world examples.
Learn how to craft better software with source code available for my newsletter.