Is there a Ruby on Rails framework like equivalent for .NET development?
Posted
by wgpubs
on Stack Overflow
See other posts from Stack Overflow
or by wgpubs
Published on 2010-06-04T18:31:32Z
Indexed on
2010/06/05
6:02 UTC
Read the original article
Hit count: 131
Answers like ASP.NET MVC or Entity Framework really aren't acceptable as they address just one aspect of the problem domain.
I'm looking for a framework ... a REAL framework that gives me the same features out of the box that Rails does. As such it should include at minimum:
- MVC for presentation
- ORM
- Ability to provide simple configuration for whatever environment (dev, QA, Production, etc...)
- Migration like functionality
- Ability to generate code in all layers (similar to scaffolding like behavior, etc...)
- Project template so as to create similar functionality as the "rails my_app" command.
Thanks.
© Stack Overflow or respective owner