Recent Posts

Sweet C# Gems

less than 1 minute read

James Michael Hare has a lot of awesome C# and .Net related posts, so this is just a little shout out to him (and my own little way of bookmarking his blogs ...

Using TFS Programmatically

less than 1 minute read

I recently discovered this post which shows how you can programmatically update queries in TFS, which is great for when you make a WIT (Work Item Template) c...

Visual Studio Tips and Tricks

less than 1 minute read

Just found a few websites that show some Visual Studio tips that I haven’t seen before, so I thought I’d share:

TFS GoToWorkItem VS command and keyboard shortcut

less than 1 minute read

The button to jump directly to a work item by specifying its ID looks to be on the Work Item Tracking toolbar by default in VS / TFS 2010. This button is not...

Solution won’t build on TFS Build Server

1 minute read

If you are able to build (compile) the solution on your local machine, but it won’t build on the TFS build server and you are getting an error message simila...

My WPF Binding won’t work. WTF!

1 minute read

At one point or another I’m sure we’ve all been confused as to why our binding won’t work. Here’s a couple things to keep in mind:

Setting focus to an element in WPF

less than 1 minute read

So if you are trying to set focus to a WPF element, but are unable to. Here is a quick checklist to go through: