Happy 4th of July
Happy 4th of July!
Today marks the 250th anniversary of the Declaration of Independence. Wishing everyone a safe and meaningful Independence Day.
Happy 4th of July!
Today marks the 250th anniversary of the Declaration of Independence. Wishing everyone a safe and meaningful Independence Day.
Render GitHub Copilot CLI’s Statusline with Oh My Posh GitHub Copilot CLI supports a custom statusline command. You can use that hook to run a PowerShell script, map Copilot session data to enviro...

Hello all, it’s been a while. I have fixed the build for my improvgroup/sharedcode on GitHub NuGet packages and pushed a new package update targeting .NET 9 primarily. It should still work with .NE...

Here is a simple disposable wait cursor class to simplify your mouse display needs… /// <summary> /// The WaitCursor class. Implements the <see cref="IDisposable" /> /// &l...

When encountering issues with async/await while building a Windows Forms application recently I came across this helpful class that allows you to await returning to the initial (usually UI) thread…...

Recently I had a need to map an IDataRecord to an entity class object in C#. Here is the code for reference… First, we need the method that generates a function to map the properties while handling...

A while ago I swapped my blog to BlogEngine.NET, then to MiniBlog, then to Ghost, then back to MiniBlog. Now I’m going back to WordPress again after a decade or so. The other platforms were nice, a...
Recently I updated the blog to MiniBlog.Core on ASP.NET Core. So far it seems pretty fast. I’m working on a new engine for it in my spare time using Azure Functions and blob storage. More to come when I find some time to update this.
Aurelia, one of the leading JavaScript client frameworks for single page applications (SPAs), has been around for a while now and there are a number of resources for getting started with it. Rather...
I’ve been tracking the ASP.NET betas and release candidates over the past year or more and it’s coming along nicely. I like the separation of client side and server side in the new folder structure...