UPDATE: This project has now been upgraded to .NET 8. I’ve blogged about it here Merry Christmas and Happy Holidays to everyone!!! I know that…
Leave a CommentAuthor: Jamie Nordmeyer
UPDATE: 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 CommentsThere are certain types of data that we will pull into our applications that do not change, or that change very, very slowly. In these…
Leave a CommentI’ve run into issues a couple of times now when working in Visual Studio Code where OmniSharp seems to lose itself. Intellisense isn’t working, nor…
Leave a CommentOne of my favorite things to do at work with my fellow engineers is to “geek out”. Whether it’s exploring new technologies, helping, or getting…
Leave a CommentPodcasts are a great way to pass the time when you’re doing chores, doing your daily commute, or even walking the doggo’s. This will be…
Leave a CommentOne of the applications that I work with uses PowerShell from with a .NET C# API project. The Nuget package that provides the necessary interfaces…
Leave a CommentIn 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 CommentOne of the toughest subjects for me to tackle as a professional web developer has been CORS. If you type in “I hate CORS” into…
2 CommentsTraditional 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