views:

400

answers:

2

Is there any simple way to generate a default crud (given an entity) with activerecord (castle implementation) or something similar for NET?

There is something like this for RoR ( it think its called activescaffold) Thanks

+1  A: 

There is a default scaffolding support

You can see at http://www.castleproject.org/monorail/gettingstarted/scaffolding.html It's useful for initial stages of development, but if you have complex mappings you will have to extend it.

Jokin
A: 

Thanks for that. The Scaffolding support after RC3 seems to act up a bit.

Miau