Enums and Lookup Tables
Everyone knows (or would know if they'd read Code Complete that
MANY articles on a wide array of topics. You’ll find a lot of my newer content is going to my YouTube channel first, but I do still blog occasionally.
Sometimes it's useful to present data to users in Excel format, so they can easily manipulate the data themselves. In this article, a very simple technique for accomplishing this is demonstrated.
In a follow-up to my caching best practices article, this one
From Charlie Poole on the TDD List: The final release of NUnit 2.1 is now available for download
Ran into this bug today. I'm not the first, as a quick google search found:
I was running into an issue databinding an ImageButton's ImageUrl
I keep running into this issue in my multi-project VS.NET
James Avery wrote about .TEST, so I checked out their video demo. It looks really very nice. The automatic generation of white-box tests, ability to add black-box tests without resorting to code, and notification of …
My first MSDN online article was published this week: ASP.NET Caching: Techniques and Best Practices.