You are here: AxTools > CodeSMART 2009 for VS.NET > Documentation > User's Guide > Simple Code Builders > Overview
While browsing this page, why not start downloading the evaluation setup kit (direct download, no questions asked).

Simple Code Builders Overview
Applies to: Visual Studio .NET 2002, Visual Studio .NET 2003, Visual Studio 2005, Visual Studio 2008

CodeSMART Simple Code Builders are a set of code generators which can create basic code constructs like class definitions, properties and methods. Worth noting is that all these generators are aware of standard naming conventions and can be configured to insert descriptive XML comments for the code they insert.

Additionally, a special tool is provided to switch an assignment operator's left and right hand parts. This can be extremely useful for example in writing database field to local variable assignments (when loading data from a recordset) and the reverse local variable to database field assignments (when storing data to a recordset); that is, one of these blocks can be generated based on the other one.


See Also
The Class Builder
The Property Builder
The Method Builder
Switch Assignment Values

Back to top