Visual Code Inspection Tool

  • Thread starter Thread starter Jack Wright
  • Start date Start date
J

Jack Wright

Dear All,
Is there a Visual Code Inspection Tool for .net...that can check
the code for coding style and warn about coding mistakes done by
programmers?

TALIA
Many Regards
Sunil
 
Jack said:
Dear All,
Is there a Visual Code Inspection Tool for .net...that can check
the code for coding style and warn about coding mistakes done by
programmers?

TALIA
Many Regards
Sunil

You should have a look at FXCop, which have *some* safety checks and
especially naming conventions. You can even implement your own rules.

http://www.gotdotnet.com/team/fxcop/
 
Back
Top