Now, before diving too far into this question, I know nDjango and MonoRail; however, this project seems to be missing.
I am wondering if there is a solution in the .Net world that has the following functions from a single field, for example Rails, in Ruby or Django for Python. I know the tools that make things, but I wonder if there is a single solution there.
- Database Versions / Migrations
- ORM or similar gen code
- MVC based
- Pre-created Admin Screens
- Generation View
- Teming / style
- (I'm sure I forgot another cornerstone)
There are many options that cover one or more of these aspects, but is there something in .Net that covers all of them?
thanks