![]() |
Saturday, November 23, 2002 |
Microsoft FxCop .NET development tool Earlier on, I had posted a weblog regarding .NET development tools [Oct 6 '02] and there are more - Microsoft's FxCop (v1.074 was released a few days ago). FxCop is a very handy utility (that's also free) which will help your development conform to the Microsoft Design Guidelines. FxCop analyzes your code's .NET assemblies by using Reflection and other analysis to check for consistency in your coding conventions. An essential tool for .NET development. 6:12:47 AM ![]() |