Getting Started with ArchUnitNET
In this blog post, we detail the steps we took for our demos for our January 2025 Architecture Testing webinar.
Read more →In this blog post, we detail the steps we took for our demos for our January 2025 Architecture Testing webinar.
Read more →This week's Question of the Week is about Design Patterns! What is your go-to and how has it saved the day?
Read more →Write cleaner test assertions with better messaging using the Shouldly library
Read more →In this post, Sadukie shares topics to look forward to in 2025!
Read more →In this post, we refactor our non-root user dev container to be a root user dev container. Learn how this simplifies our setup.
Read more →In this blog post, we'll explore how Santa can automate his workshop using Event-Driven Architecture and NServiceBus
Read more →See how to take advantage of Random.Shared in your C# code while also making it testable.
Read more →Just as holiday cookie recipes give you tried-and-true methods for festive treats, design patterns provide proven solutions to common coding challenges. In this post, we liken design patterns to cookie baking concepts, as part of Festive Tech Calendar.
Read more →With the release of .NET, LINQ has some new features. In this post, we'll look at CountBy, AggregateBy, and Index.
Read more →Optimize your SQL by performing advanced grouping using RANK()/ROW_NUMBER() and PARTITION BY instead of manually iterating over data.
Read more →