Best Practices for Increasing Code Quality in .NET Projects
Learn about various tools and practices like static code analysis to improve code quality in .NET projects
Explore the blog posts
Learn about various tools and practices like static code analysis to improve code quality in .NET projects
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
Join my community of 3700+ developers and architects.
Each week you will get 1 practical tip with best practices and real-world examples.