TechEd 2007: DEV320 Follow Up
An Overview of Visual Studio Team Developer tools was given at TechEd 2007 as DEV320, Writing Maintainable and Robust Applications with Microsoft Visual Studio Team System. Here are the resources from the session and you can watch it now online. If you saw the session at TechEd and are now reading this post, Abhijit and I hope you not only enjoyed it, but learned of some easy to use tools that will help reduce your code complexity and improve quality.
Get the Session | |||||||||
|
Video Timing Key | ||
Topic | Intro | Demo |
Code Analysis | 6:58 | 9:05 |
Code Metrics | 23:00 | 27:56 |
Profiling | 33:03 | 34:50 |
Unit Testing w/ Code Coverage | 46:27 | 49:46 |
Profiling w/ a Unit Test | 1:03:20 | 1:03:52 |
Blogs (from the VSTS Team) | |||
| | | |
Books
Other Resources
- Watch the DEV313 on Profiler Session
- Team System Headlines Announcement RSS
- Team Developer on MSDN
- Unit Testing on MSDN
- Team Dev Quick Training Videos on TeamSystemRocks.net
- More on Code Metrics
Comments
Anonymous
June 10, 2007
There was someone who asked how to share code analysis settings across projects, and I mentioned how to do it.. It seems David Kean has blogged on the very subject in more detail: http://blogs.msdn.com/fxcop/archive/2006/11/16/faq-how-do-i-share-managed-code-analysis-rule-settings-over-multiple-projects-david-kean.aspxAnonymous
June 23, 2007
At TechEd this year, Noah and Abhijit gave one of the highest ranked talks of the week. I had the pleasureAnonymous
June 27, 2007
The Visual Studio Team System Profiler is a tool that helps find resource bottle necks in your application.Anonymous
December 21, 2008
Great post, really helped me understand how this all works, thank you! I will come back again.