I like to use native NHibernate
There are some NHibernate add-on to do automated mapping, such as NHibenrate Attributes,Active Record and FluentHibernate. I don't really like those libraries, because that sounds adding another layer on ORM. I have some double on the speed. Moreover, if you are lazy to create xml mapping files, there are a number of code generators in the market. They can generate those xml mapping files from your database schema. I don't know why we need to introduce another layer on ORM!
Trackback address for this post
Trackback URL (right click and copy shortcut/link location)
2 comments
Comment from: admin [Member]
Sorry about that, there is a bit delay on your comments.
I like Model-First Development,
This post has 6 feedbacks awaiting moderation...
Form is loading...
Comment from: rsquare [Visitor]
How about Model-First Development?
No database schema for generate xml mapping files at all.
How about compile time check?