Pages

Monday, May 24, 2010

Code Analysis

Microsoft is making the visual studio to be used more secure and quality.
It has introduced code analysis and code metrics to check the health condition of the application and also it digs deep and indentifies the un-maintainable complex hotspots.

Other new features of the code analysis are to provide running the code analysis before check in the code. Along with analyzing the anonymous types and lambda expressions, including additional checking on security, globalization, spelling, grammar and following the best practices.

And also it analysis performance improvements that cut analysis time over managed code by two times, and use half as much memory than in Visual Studio 2005

No comments:

Post a Comment