NHibernate 3 and MySQL setup tutorial

Posted by ryanzec on Stack Overflow See other posts from Stack Overflow or by ryanzec
Published on 2011-01-05T18:37:19Z Indexed on 2011/01/05 18:54 UTC
Read the original article Hit count: 193

Filed under:
|
|
|
|

Since I have given up on using the entity framework 4 as my ORM (getting it to work with MySQL and mapping table/field names like this_table/this_field to object naming like ThisTable/ThisField is POCO) I am now looking at NHibernate as it seems the the next big well know ORM for C# that probably with not die off any time soon. I am trying to lookup some tutorials and a lot of them in the configuration section have 2-2 in it and was wondering if those configuration would work with NHibernate 3? I am just curious if the 2-2 refers to the version of NHibernate or something different.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET