IndentationSplitter

Time for an update about my recent ventures. I’ve just now uploaded my very first public Codeplex and Nuget package! Yay! It’s called IndentationSplitter and gives right now you a single class called SimpleTree. This class has two methods, Format and...

View model property generation

Every time I set up a new environment I have to rewrite this short template for generating view model properties in Resharper. It only takes a minute or two but after doing it like twenty times now I decided I’d put it here to reuse instead. This version of the...

Debug silverlight in firefox

Just now I´m sitting with some laborations in Silverlight and found myself unable to debug my code just because it triggered the “hosting” webpage in Firefox instead of Internet Explorer. I got the following message:   The breakpoint will not...