Practical .NET, clean architecture, and notes from production. Things I’ve actually shipped, not theory I read about somewhere else. If a post is useful, the mailing list catches the next one when it goes out.
The .Net 7 release is bringing a lot of changes, and one of the most significant is the removal of the need for a Dockerfile. Container images are now a …
If you’re used to working with Azure SQL Server without a private endpoint or virtual network, you might be used to adding your public IP to the Azure SQL …
Unit tests are code written to test small pieces of functionality of big programs. Performing unit tests is always designed to be simple, A “UNIT” in this sense …
I have always been impressed by the Azure CLI and how it has played a significant role in my DevOps journey over the years. That got me wondering, how can I …
In this blog, we will deep dive into BenchmarkDotNet package and see how it can help us improve our dotnet application.
What is Benchmarking? Benchmarking is …