Using Sculpture with NHibernate or Entity Framework

Posted by Sergei on Stack Overflow See other posts from Stack Overflow or by Sergei
Published on 2010-02-11T02:53:00Z Indexed on 2010/03/24 22:23 UTC
Read the original article Hit count: 286

I recently ran across this open-source project: http://www.codeplex.com/Sculpture

Sculpture is a code-generator which allows you to design your domain model and then use persistence 'molds' such as NHibernate/EF and probably more to generate repositories. It takes care of all the mapping and Data access generation. It looks like it does a heck of a lot more, but i'm pretty much sold at this point. However, i would like to know if anyone here used this for real-world solutions. If so, how well does it scale? How did the generated DAL work for you?

© Stack Overflow or respective owner

Related posts about sculpture

Related posts about nhibernate