This post originated from an RSS feed registered with .NET Buzz
by Sudhakar Sadasivuni.
Original Post: VSTS, We got the machine gun now :-)
Feed Title: {Sudhakar's .NET Dump Yard;}
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/ssadasivuni/rss.aspx
Feed Description: using Sudhakar.Dotnet.Blog.Main;
Now Visual Stuido Team System 2005 answers me in an extreme level I think. There are loads of things for developers to play with but as powerful as machine guns :-)
You may want to check some of those features in the following demos
01. Static Code Analyzer (View Demo) Helps developers detect coding and security related issues earlier in the development cycle thereby reducing the overall cost of fixing code defects. In addition, code analysis tools can be used as a part of the check-in policy for a nightly build process, enabling development teams to correct defects before code is checked into the source tree. In this demo, you can see FxCop in action with in VS 2005, to warn you as a part of your project build process. This was tightly integrated with MSBuild.
02. Performance Wizards (View Demo1 , View Demo2) Performance analysis tools in the Visual Studio Team Developer Edition enables developers to measure, evaluate, and target performance-related issues in their code, thereby identifying performance bottlenecks early on. In this demo, you can watch Code analysis by Instrumentation and Sampling. Once you are done with this, you will get an exhaustive report of your application performance, right through the lines of methods calls and timings. Well done.