ASP.Net Best Practices Analyzer
While browsing the Visual Studio Power Toys website (see my previous post), I just found a great piece of software that I never heard of. The ASP.Net Best Practices Analyzer.
This amazing tool can be run against your ASP.Net website to help you identify and correct violations to the Best Practice Guidelines.
This tool is one more of the available ones to help us improve our code and make our softwares more maintenance-prone.
You really want to check this out. Click here to learn more about this tool and/or download it.
Scan Your ASP.NET 2.0 Configuration
The ASP.NET Best Practice Analyzer includes the following features:
Features:
- Ability to select a machine.config, root web.config, and site web.config file associated with your ASP.NET application
- Distinguishes between errors, warnings, and best practices
- Scans can be named, saved, and retrieved at a later date
- Rules are written in an editable XML configuration file, making it possible to quickly add new rules to the tool.
ASP.Net Best Practice Analyzer Website