In this post, we'll talk briefly about the differences between a class, struct, and a record in C#.
Since Docker Desktop has a new subscription model, I needed a way to run docker and docker-compose, without subscribing. That's easier said than done on Windows, though, so WSL2 to the rescue!
In this post, I'll discuss how I sent new database records to the UI with Postgres and SignalR.
In this post, we'll take a look at how to commit your changes inside the GitKraken Git GUI application.
In this post, we're going to look at how you add new files - and remove them - to be committed in the GitKraken Git GUI.
In this tutorial, I'm going to show you how to use the GitKraken Git GUI to clone a repository
In this post, we're going to take a look at using Git Tags and Conditional Steps in GitHub Actions to create a release process.
The first post in a new series about what I consider to be 'clean code' (using C#, of course). In this one, let's take a look at conditionals (if/else statements)
After spending way too much time figuring it all out, I now have a Github Action that can build my .NET Framework web application - and deploy it to Azure!