DevCon 2005

by Matt Milner 15. June 2005 03:37
I've finished up a short round of travel starting with my trip to Omaha for day 2 of the DevCon.  DevCon was fun and I think people enjoyed the information on Unit Testing.  The unit testing framework in VS 2005 is definitely an improvement over NUnit not only for the integration into the development environment and the team system environment, but also because of some of the cool test generation features.  Not only can the tool generate unit tests for any class in your project and allow you to rerun the tool to generate tests for new methods, but it also creates tests for private methods using some cool reflection. 
 
For those of you that attended and wanted slides, they are available here
 
 

Tags:

General Musings