Tag Archives: Coding

Threading in C#

A comprehensive description of the threading mechanisms available in .NET as well as how to use them best can be found in the free E-Book “Threading in C#” by Joseph Albahari.

Posted in Howtos | Tagged , , , | Comments Off

Professional Software Development

What defines a professional developer? The initiative “Clean Code Developer” (german only, english version using Google Translate) tries to facilitate a common understanding of this question. It has started to collect principles, rules and best practices for better software. They … Continue reading

Posted in Best Practices | Tagged , , , , | Comments Off

Turn off your step-thru debugger

A good point and definitely contains some trues: “If you get in the habit of using a debugger,” my mentor pointed out, “you’ll get lazy. A certain part of your brain shuts off, because you expect the debugger to help … Continue reading

Posted in Best Practices | Tagged , | Comments Off