Using string interpolation to craft readable strings in C# The longer I write software, the more I come to appreciate clear code. String interpolation in C# is just one more way to help us do that.
6 space-related APIs to check out ahead of the Artemis I launch The week of NASA launching Artemis I is a good time to check a few of the many APIs that make tons of raw space data accessible for anyone to use.
Displaying an IIS hosted site in CEFSharp Thanks to CEFSharp, we can finally bring WinForms to the web! That didn't sound right. Okay, let's just look at hosting a site in IIS and showing it.
Enjoying the wins, accepting the losses When our code isn't clicking, negativity can quickly overshadow all the positive. That's when we need to remember our victories!
ESI: Building Apps with Azure DevOps - Manage Dependencies Continuing with Microsoft's ESI lessons, I learned about Azure Artifacts and the benefits of package managers. They're good. Use them. ;)
ESI: Building Apps with Azure DevOps - Implement a Workflow Continuing with Microsoft's ESI, I spent some time this week learning about workflows, reusable elements, and protecting and monitoring the code.
Host a simple webpage in WinForms with CefSharp WinForms and the web. Like oil and water, they don't mix well. But with CEFSharp, they mix a LOT better. Let's check it out.