Tip of the day: CTRL + R, CTRL + T This is the shortcut of the action "Test.DebugTestsInCurrentContext", so you can immediately run the test that has the current focus. This saves a lot of time comparing to the scenario where you need to locate the test in the Test View and have to [...]
Archive for May, 2009
Multiline TextBox in WPF
When I want a multiline textBox in WPF, I keep thinking of the MultiLine property, which is only used in Winforms. So here’s a note-to-self: [cc nowrap="0"][/cc]
DosBox
I'm currently running 64 bit Vista and have had my fair share of trouble with legacy software. If you want to run your old dos games… eh, I mean your first "Hello world" programming app, you can utilize a dos emulator. Tried it myself, works like a charm!