Newest Posts

How to get rid of the all caps menus in Visual Studio 11.0 / 2012.

Apparently there is a registry edit to remove the all capital lettering for the main menus in Visual Studio, and get the normal pascal casing by changing the value of the following registry entry: HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0\General\SuppressUppercaseConversion to REG_DWORD value: 1

Windows Communication Foundation

I recorded an hour and a half presentation on Windows Communication Foundation yesterday that you can view on YouTube here. The video is recorded in 1920×1080, and is uploaded at that quality. The presentation covers everything from what WCF is,…
Read more

Working with the WPF TextBlock control.

Introduction Setting a TextBlock’s Content Formatting Text Using Controls with Formatted Text Introduction In WPF there are two very similar controls Label and TextBlock, and I’m going to cover TextBlock and why its so useful. First, what is the TextBlock…
Read more