C# Interview Questions and Answers (2025)
I’m preparing for interviewing and want to get ready for the inevitable C# trivia questions that will inevitably come up. Here is my study sheet…
C# programming tips, tutorials, and techniques
I’m preparing for interviewing and want to get ready for the inevitable C# trivia questions that will inevitably come up. Here is my study sheet…
Over the weekend, I started some spring cleaning of my GitHub open-source repositories. I’ve been trying to be more thorough and professional with the NuGet…
Just released version 2.0.0 of Legba, my Windows desktop app (WPF) to manage requests to LLMs that use the OpenAI API format. Its code is…
Released CodeBundler over the weekend, a new open-source app (WPF and command line versions) to consolidate C# and VB.NET source code files into a single…
As part of my “build things that help me build the next thing better and faster” plan, I needed to update my argument parsing NuGet…
It’s been a while since I wrote anything here, other than answering questions, but I’m getting back to “coding in public”. Besides the programming work…
I’ve recently been organizing my open-source projects on GitHub. While doing that, I got tired of manually setting up the labels I use for the…
Now that we have a unit test for our project, let’s add a GitHub Action to run those unit tests when we commit changes to…
In this video, I’ll show you how to create unit tests for your C# projects. What is a unit test? A unit test…
Why create NuGet packages? We all talk about how great code reuse is, but how many of us actually reuse our code – other than…