All Posts
Multiple Sounds in WPF Application
So I’m making a small WPF game, which you can find here by the way…
Saving Embedded WPF Resources as Files on Disk
In this post, I am going to show you how you can save an embedded…
PowerShell Classes and Class Lists
I found that I could use classes in PowerShell similar to how I use them…
Caliburn.Micro Notify Change for Static Property
Normally in Caliburn.Micro and MVVM in general, you would have non-static properties that would be…
Caliburn.Micro MVVM Boolean To Visibility Converter
Say I wanted to toggle the visibility of a WPF object in an MVVM way,…
Setting Up Caliburn.Micro MVVM
This is a fairly lengthy post that shows how to set up an initial MVVM…
Don’t use $input in PowerShell Functions
Just a short post and a gentle reminder to check conventions before pulling my hair…
WPF Spinning Image – Loading Wheel
Hi All! I wanted to come back and revamp this blog post as I know…
Office Click-To-Run and XML Files
So, it used to be that we would install Office using a batch script that…
Quering and Adding Info To Access Database Using C#
In this post, I will show you how I created a program to extract and…
Launch Chrome and Other Applications in C#
Hi Everyone, I was recently asked if I could launch Chrome and other applications in…
Performing Asynchronous Remote WMI Calls C#
This was a problem that I was stuck on for a long time. Originally, I…