by David | Jul 14, 2014 | Development, Statistics, Testing, Tooling, Tools
Code coverage is a good tool to force you to keep maintaining and adding unit and integration tests to your solution. It also increases your confidence in making changes if you can see that the code your changing is actually covered by tests both...
by David | Jul 13, 2014 | Debugging, Deployment, Development, Tooling, Tools
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...
by David | Jun 4, 2014 | Development, Tooling, Tools
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...
by David | Jan 27, 2014 | Debugging, Development, Tools
Working with COM is often like hacking away at a black box, throwing something in and hoping you get something else than an invalid HRESULT exception back. I’ve long been looking for tools to help out with this and only last week I found one real diamond of a...
by David | Nov 19, 2013 | Debugging, Development, Tooling, Tools, Web
Update (2014-07-15): Never mind me! I recently came across another tool that does just what I intended to do and not only that, it does it quite a lot better. I think that if you like/use this tool or if you’re looking for something like it, check out Regex...
by David | Jun 9, 2013 | Debugging, Development
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...