Search Wiki:

patterns & practices Practices Checker

patterns & practices Practices Checker is a tool that helps you verify your applications against the patterns & practices performance recommendations for ASP.NET applications.
- J.D. Meier, Jason Taylor, Prashant Bansode, Paul Bates, Sean Thompson, Brad Linscott

Usage Scenarios

  • User Practices Checker to help you perform a manual code inspection by analyzing your application for potential coding and configuration settings that do not adhere to the patterns & practices ASP.NET Performance Checklist.
  • Extend Practices Checker by allowing additional checklists to be created and checked.
  • Developers can utilize built in search routines to search intermediate language, static text files and .configuration files for specific code patterns or settings.

NOTE - Practices Checker works for ASP.NET 2.0 and ASP.NET 1.1, but it is optimized against the ASP.NET 1.1 Performance Checklist at http://msdn2.microsoft.com/en-us/library/ms998596.aspx When you use it for ASP.NET 2.0, you may need to filter a bit more noise from the output. For example, Practices Checker may note that you need to tune your threadpool in web.config, but in .NET 2.0 the config file entry is set to autoconfig=true by default, which is a good starting point.

Download

Rules Checked

How Tos

Videos

Additional Information

Related Sites

Last edited Apr 11 at 8:10 PM  by mycodeplexuser, version 41
Updating...