NuGet is great for supplying managed dlls, but refuses to allow you to add references to unmanaged. Yet it would still be the perfect format for shipping them.
I have a look at how we can build NuGet packages that solve the problem
[More]
I thought I had the hang of ReactiveUI, but when I got told I was Doing It Wrong(TM) I took the opportunity to reconsider how I might start Doing It Better.
[More]
A very quick run through some very good practices
[More]
My thoughts on Windows8 after a week or so of use.
[More]
This is an entry for a little competition that is happening at my company. The aim is to produce an example set of code to demonstrate good TDD in producing a solution that will solve a sudoku puzzle grid.
[More]
http://wiki.timesnapper.com/index.php?title=25_Steps_to_Build_Your_Own_Micro_ISV
What advice would you give to yourself if you were starting in Software Development for the first time?
[More]
Extending the glass section for our wizard
[More]
I never got round to writing a Wizard control for WPF which seems always felt wrong given the hours I spent in developing something in WinForms that even Microsoft reused, but don’t despair, I’ll let you into a secret. You don’t need a specific wizard control, you just need to tweak what is available freely.
[More]
An implementation to add an icon overlay to a Windows 7 task bar generated from a UserControl.
[More]