Tuesday, November 09, 2004

Visual Studio 2005 Team System

Noah Coad gave a talk on VS 2005 Team System at the user group meeting of the .NET Developer Association yesterday. Visual Studio 2005 Team System provides tools to support the entire software development team. Here is apartial list that it provides:
· Project management
· Analysis and design
· Static analysis tools that detect defects in code by inspecting thesource or binaries without running the code.
· Unit testing integration
· Profiler support
· Testing tools
· Work item tracking
· Source code control

Well, too many cool things, too little time to learn.