Code Style Enforcer

June 5, 2007 at 12:07 am (.net, Visual Studio .Net 2005)

 Code Style Enforcer is a DXCore plug-in for Visual Studio 2005 that checks the code against a configurable code standard and best practices. It is developed for C#, but some of the rules will also work for VB .NET, though not tested.

You can create your own design rules to which everybody needs to comply. This very nice if you want to enforce certain coding standards.

Post a Comment