Using RxDart and Flutter to Create A Timer
Final product Hi Everyone! Very long time without any content 😢 This year, as you can probably imagine, was very […]
Final product Hi Everyone! Very long time without any content 😢 This year, as you can probably imagine, was very […]
Another short post today, here I modified the code for my Apple Style Toggle Button so that it more resembled
Wow! So this post blew up! I rewrote this post on Medium too in case you prefer to read it
When I first started making WPF forms, I was using PowerShell. This was a good starting point I think as
So I’m making a small WPF game, which you can find here by the way 😛, and I come across
In this post, I am going to show you how you can save an embedded resource as a file on
I found that I could use classes in PowerShell similar to how I use them in C#. I instantly wanted
Normally in Caliburn.Micro and MVVM in general, you would have non-static properties that would be updated and notified like this:
Say I wanted to toggle the visibility of a WPF object in an MVVM way, what would I need to
This is a fairly lengthy post that shows how to set up an initial MVVM WPF form using Caliburn.Micro. Let’s