Setting up keyboard shortcuts to build solutions in MSBuild
One of the greatest benefits of building your solution flies in MSBuild (vs in Visual Studio directly) is that it doesn’t lock up the Visual Studio UI, which...
One of the greatest benefits of building your solution flies in MSBuild (vs in Visual Studio directly) is that it doesn’t lock up the Visual Studio UI, which...
I stumbled across this great post showing how you can use the TFS Power Tools to automatically deploy your custom TFS check-in policies to everyone on your t...
With the ability to extend Visual Studio 2010, lots of great extensions have popped up. These not only increase productivity, but make the whole coding exper...
If you have the latest version of the Visual Studio 2010 extension VSCommands you can give your solutions friendly names that display in the window’s title b...
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...
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...
You may be wondering which is the best way to hookup a DependencyProperty’s Callback event handler to handle Value Changed events. The two methods to conside...
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:
So if you are trying to set focus to a WPF element, but are unable to. Here is a quick checklist to go through:
A list of some shortcuts and new features to VS 2010 and C# 4.0: