4
votes
What is the one programming skill you have always wanted to master but haven’t had time?
ASP.NET: I do all sorts of application programming in .NET, but have just never ventured into the web world.
…
28
votes
Hidden .NET Base Class Library Classes?
TextRenderer.MeasureText() is great for figuring out how large to draw your text. So often I see:
// this == something derived from Control
Graphics g = this.CreateGraphics();
Size …
2
votes
When did you know it was time to leave your job?
I knew it was time to leave when I asked to write code in a proprietary scripting language my company had developed. There was no market for this skill so staying in that position would only limit …
2
votes
How to deal with the developers refusing to use certain technologies or tools?
It's very simple: the needs of the business are that you use a certain technology or tool. That need exists for a reason (your customer wants to tweak reports after they're delivered, your custome …
