Rob's Blog Posts for May 2010

My current CI setup

I was asked by email what my current CI setup is, and did I have a blog post about it....

.IsNullOrEmpty() for List and Dictionary

string.IsNullOrEmpty() in C# for strings is awesome. I pass in a string, it tells me if it was null or blank....

Validating web content in CI

If I had another 257 hours in the day, I’d love to build the ultimate web content validator into the continuous integration process I now have....