Antipatterns in Loops
Learn to identify and avoid common loop antipatterns in C#. Improve your code's efficiency and readability today!
Read more →Learn to identify and avoid common loop antipatterns in C#. Improve your code's efficiency and readability today!
Read more →Discover a quirk in C# records when using both positional parameters and declared properties.
Read more →Learn how to write tests for your supercharged sagas and strategies for getting the most value out of those tests.
Read more →Architecting to Scale - Part 1 - Carving the Monolith
Read more →Let's cover what a saga timeout is and how to implement them using NServiceBus!
Read more →If you have to maintain a Gatsby-based site and don't want to develop locally, consider setting up a dev container to make life easier!
Read more →Juggling multiple projects in multiple programming languages and versions should not be painful. Learn about how Dev Containers helps with this problem!
Read more →Discover how .NET 7's GeneratedRegexAttribute optimizes the performance of your regular expressions.
Read more →Dive deep into .NET integration testing with databases. Explore EF Core providers, migrations, seeding, and strategies for reliable test suites.
Read more →This article continues the discussion on NServiceBus sagas and demonstrates how to implement your first saga.
Read more →