Archive for the 'Visual Studio' Category

Debugging more efficiently

This is one of those gems that I read about quite a while ago but never used. Especially when working with multiple threads this technique is almost indispensable. How I ever made it before I don’t know.
If you’ve ever debugged your app (and I hope you have), there are few things more irritating than stepping [...]

Dock property demystified

Many times while designing the layout for a Form, I will use Panels docked to various positions, with controls docked fill inside them. On occasion, for reasons previously unknown to me, the Panels would just not dock the way I wanted them to. Things usually go off without a hitch when the entire layout is [...]