Open Source Project Updates
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…
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…
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…
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…
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…
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…
I’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…
One of the applications that I work with uses PowerShell from with a .NET C# API project. The NuGet package that provides the necessary interfaces…
In 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…
One of the toughest subjects for me to tackle as a professional web developer has been CORS. If you type in “I hate CORS” into…
Many libraries that deal with pathing (taking path “fragments” and appending them together to form a larger path) do not care whether you add trailing…
There is an issue when using the AWSSDK.DynamoDBv2 NuGet package; it doesn’t like Nullable<DateTime> values. For some reason, the built in converters do not handle…