My question is about nHibernate or any other .net ORM that can do what I'm looking for: for my web development, I use the Django Framework; admin pages are automatically generated so that you can perform CRUD operations through the GUI - the web interface - right after creating your model.
I wonder if nHibernate (or any other ORM / framework) offers the same function: generating very simple forms for Create / Update / Delete operations in the model tables.
Note : my question area is not ASP.net, but Windows Forms applications using nHibernate or any ORM.
source
share