I’ve updated two of my open-source projects for those who might care, moving them both up to .NET 8. The first is the dotnet GUID…
Leave a CommentCategory: Architecture
In a previous post, I talked about the Clean Architecture Pattern, and I presented a .NET 6 solution template that can be used to bootstrap…
Leave a CommentUPDATE: This project has now been upgraded to .NET 8. I’ve blogged about it here. I’ve become a huge fan of the Clean Architecture pattern…
4 CommentsIn a project that I’m working on (for the sake of the code samples, this is written using .NET 5 and C# 9), I’m using…
Leave a CommentTraditional ASP.NET API Controllers When working with ASP.NET API’s, it’s common practice to have a controller class defined that represents the set of endpoints for…
Leave a CommentStatic System Resources When writing unit tests in C#, one question that often comes up is how to mock static resources, and which static resources…
Leave a Comment