Browse by Tags

.NET Celebrity Auction

Be a sport and click on this link: http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=5552696499 Then make a generous bid. If you'll win, you'll get an hour (or more) of help from a .NET guru/celebrity (or possibly me). But more, you'll also be helping Read More...

White-box Unit Testing - in whidbey

James Newkirk shows how to write a white-box test in Whidbey He shows how to test the value in a private field and invoke a private method. While you can (not so) easily do that today in NUnit, he demonstrates the PrivateObject class that lets you easily Read More...