Saturday, 10 August 2013

Looking ASP.NET CRUD Framwork like agiletoolkit

Looking ASP.NET CRUD Framwork like agiletoolkit

There is a framework in PHP name agiletoolkit which does all crud
operations for you and let you connect to hooks and add your logic
(preInsert postInsert / update / delete). It has no code generation and it
takes care of 95% of the UI, which makes the development really really
faster.
After few hours you can forget about database and UI and be only focused
on your business logic.
Do you know anything like that for .net? I dont mind to pay if it is not
free.
I am not looking for code generators.
Thanks

No comments:

Post a Comment