Hi,
My question is about nHibernate, or any other ORM for .net that can do what I am looking for : for my web developements, I use Django Framework; the admin pages are automatically generated, so that you can do the CRUD operations through a GUI -- web interface -- right after having created your model.
I wonder if nHibernate (or any other ORM/framework) offers the same feature : generating very basic forms for the Create/Update/Delete operations on the tables of the model.
Note : the scope of my question is not ASP.net, but Windows Forms Applications using nHibernate or any ORM.
Many thanks Peyman
