AutoGen DB models for ASP .NET

Posted by Tereno on Stack Overflow See other posts from Stack Overflow or by Tereno
Published on 2010-06-06T12:14:38Z Indexed on 2010/06/06 12:22 UTC
Read the original article Hit count: 275

Filed under:

Hi there,

I am wondering if there's anything out there for ASP .NET that is similar to Django or Ruby on Rails. Specifically, I'm looking for something that allows me to auto-generate the database models by specifying my classes in the controller and what not. Would I be able to achieve those functionality with IronPython or IronRuby?

Thanks!

© Stack Overflow or respective owner

Related posts about ASP.NET