Tagged Questions
3
votes
1answer
4k views
NHibernate SchemaExport and Configure() catch-22
I want to use DDD in a new project and model my classes first, then generate the database schema based on the class library. My plan is to do this with the NHibernate hbm2ddl tool SchemaExport.
The ...