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
Back to top
|