ASP.NET Analyzer & Guidance
09 Jul 2006I ran across these free ASP.NET tools and thought Iโd share them with youโฆ
The Best Practice Analyzer for ASP.NET (alpha release)
<blockquote cite="http://www.w3.org/TR/REC-html40/struct/tables.html#h-11.1">โโฆis a tool that scans the configuration of an ASP.NET 2.0 application. The tool can scan against three mainline scenarios (hosted environment, production environment, or development environment) and identify problematic configuration settings in the machine.config or web.config files associated with your ASP.NET application. This is an alpha release intended to gain feedback on the tool and the configuration rules included with it.โ</blockquote>
The Patterns and Practices Guidance Explorer
<blockquote cite="http://www.w3.org/TR/REC-html40/struct/tables.html#h-11.1">โโฆis a tool to find and use relevant patterns & practices guidance. Guidance Explorer installs with a guidance library including performance and security topics for .NET and ASP.NET applications. The guidance library contains checklists and guidelines covering design, implementation and deployment topics. The tool and the library will evolve over time to include additional types of guidance.โ</blockquote>
To see the โPatterns and Practices Guidance Explorerโ in action check out ScotGuโs Blog entry about it.