I would like to create a very simple demo application that includes LINQ over NHibernate. While I wait for an answer, I perform other tasks :)
- I don't like HBM files at all
- I need to set up a very simple database schema (3 tables)
- I would not want to start with the database. Maybe a cool model might be a better start.
- I did not select the target database: maybe MySQL
I know how to create a data model from HBM files. I know how to extract a data model from a database in the .NET Entity Framework, but I believe that my demo could be better done using NHibernate.
Can you offer me a quick start tutorial? I knew there was an old annotation-based NH plugin: this might be a suitable starting point ...
source share