David Rickard's Tech Blog
Thoughts on C#, WPF and programming in general
Installing .NET Framework 4.5 automatically with Inno Setup
In this guide I will walk through how to get the .NET framework to download and install on-the-fly...
Date: 07/17/2015
DateTime and DateTimeOffset in .NET: Good practices and common pitfalls
It becomes necessary to deal with dates and times in most .NET programs. A lot of programs use...
Date: 04/06/2012
Using the Dispatcher with MVVM
When writing an MVVM application, you want to separate from the UI. However you also need to make...
Date: 03/31/2010
Saving window size and location in WPF and WinForms
A common user interface tweak is to save the size and location of a window and restore that state...
Date: 03/08/2010