NUnit Article Published (for real this time)
This is my latest MSDN article, an introduction to NUnit as well as
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.
This is my latest MSDN article, an introduction to NUnit as well as
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 …