One of the other developers where I work went to it, and we’re now using VS2010…but still with Visual Source Safe.
He was telling me the day after the event that loads of people grumbled about how poor Source Safe is and how ridiculously expensive Team Foundation Server is :lol:
VS2010 Ultimate’s static analysis with Code Contracts is really impressive, one on the lads today was writing a function to handle user ids (which are 6 characters long) and it suggested his precondition contract be that the input string is 6 characters in length. But it worked that out from the string manipulations his function contained.