FREE: CodeSmith

"Eric J. Smith" <[email protected]> Thu, 2 Jan 2003 20:09:10 -0800
Newsgroups gmane.comp.windows.devel.dotnet.products
Message-ID <DOTNET-PRODUCTS%[email protected]>
CodeSmith allows you to create templates that will generate code for any
ASCII based language. The code generated can be customized by the use of
properties. A property can be any .NET object that has a designer (most
built in .NET types have designers already) and can be as simple as a
boolean property that allows you to conditionally add or remove code from
the result, to an object such as the included TableSchema object which
provides everything you could possibly want to know about a table in a
database. Having access to this information allows you to generate things
such as stored procedures, business objects, presentation layer code, or
anything else you can think of based on a table schema.

You can download your free copy of CodeSmith here:
http://www.ericjsmith.net/ejsmith/codesmith.htm

Thanks,
Eric J. Smith