Friday, September 26, 2008

By developing FxCop customizations, you can

By developing FxCop customizations, you can:



Ensure that the names of controls on forms and web pages follow your naming conventions.


• Check that your preferred controls, components, and classes are used instead of alternatives.


• Inspect literal argument values being passed to your methods.


• Examine control structures, such as conditions and loops, to evaluate code metrics.


• Determine the callers and callees of methods.


• Spell-check text elements such as identifiers, literals, and resource strings.


• Verify that elements are properly documented with XML documentation comments.


• Build standalone tools that take advantage of FxCop's code analysis APIs.

1 comment:

guru said...
This comment has been removed by the author.