I just rebuilt my personal laptop and was trying to remember how I’d set up WSL the last time so that I could develop within…
Leave a CommentTag: asp.net
Wow, the time has really flown by, hasn’t it?!? Today marks the 20th anniversary of .NET! Released on February 13th, 2002, .NET has been through…
Leave a CommentI’ve become a huge fan of the Clean Architecture pattern when working on .NET API’s. I won’t go into a ton of detail here, as…
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 Comment