CslaGen how to for beginners

CslaGen how to for beginners

Old forum URL: forums.lhotka.net/forums/t/3428.aspx


tiago posted on Sunday, August 26, 2007

CslaGen is a code generator that takes care of generating the data access layer files needed for CSLA Framework. There are templates for generating SQL Server stored procedures, as well as C# or VB. It also supports ActiveObjects extension to CSLA that implements the Observer pattern. At the time of writing the main contributor is Andrés Villanueva. You can get the latest version at http://groups.google.com/group/CslaGenerator.

While CSLA is very well documented, CslaGen contributors lack the time to document it. The "Family" project is just an example to illustrate some very basic ways to use CslaGen.

http://www.cslagenwiki.com/~cslagenw/mediawiki001/index.php?title=How_to_use_CslaGen_to_generate_CSLA_data_access_layer_code

Tiago

tiago replied on Tuesday, September 04, 2007

The code sample was missing but is now online.

The article is also online on Code Project http://www.codeproject.com/csharp/CslaGen.asp

Copyright (c) Marimer LLC