Generating db schema from c# class
Posted
by Niran
on Stack Overflow
See other posts from Stack Overflow
or by Niran
Published on 2010-04-11T12:44:15Z
Indexed on
2010/04/11
12:53 UTC
Read the original article
Hit count: 279
Hi, Is there any other method than nHibernate by wich we can generate db schema from class definition? My classes arn't that complex etc (few one-to-many relations). However I would like to just be able to save my objects in db and recreate schema if needed. I am stuck with .NET 2.0. I am not that particular about performance for this project, I am just lazy to create tables and write save/load code and deel with nHibernate xml.
Thanks
© Stack Overflow or respective owner