Dear All,
I am very much interested with CSLA, and I have been using it for some
time.
I decided to start using a Code Genetator, and I am considering using
Free/Open source.
I did some search, and I landed here. I downloaded it and started
playing arround with this tool. After using it for one hour, it looks
very promising.
Appreciate your feedback about using CSLAGenerator.
Tarek.
On Fri, 11 Jun 2010 10:24 -0700, "pandelis" <
pande...@yahoo.com>
wrote:
> i am continuing our discussion here so other users can find it.
>
> Generators of any kind really boost productivity, they do what you
> would make, but they make it better and faster. You also get partial
> classes, which means that if you ever decide to either change
> generator, or upgrade to csla 3.x or 4.x your business logic remains
> consistent while all the csla code changes. This generator is saving
> you all the trouble of writing stored procedures, and the proper csla
> code. That includes CRUD operations, validation and authorization. You
> also get some more cool perks, like easy creation of find methods for
> your lists, and support for proper grandchild creation. As i said this
> generator is very easy to use, and there is a wiki helping you out on
> your first steps (thanks to Kory England)
>
>
http://cslagen.wiki-site.com/index.php/Main_Page
>
> What you DONT get with this generator is Database creation, or UI
> creation. I like to make these 2 myself so i am quite satisfied with
> my experience so far.
>
> Also in the CslaGenerator\Templates folder you can see how the code is
> generated and change it to your liking. I have changed the
> authorization part of the template, to fit my custom authorization.
> These templates follow best practices and they work quite well.
>
> By the way, does anyone have any good ideas on automating UI creation?
> Could the plugins do the work? I am using devexpress by the way.
>