FluentNHibernate SQL Server 2005/2008 Setup Tutorial

Posted by Abe on Stack Overflow See other posts from Stack Overflow or by Abe
Published on 2010-12-22T23:37:01Z Indexed on 2010/12/23 1:54 UTC
Read the original article Hit count: 553

Hello!

Does anybody know of any good tutorials that show how to configure FluentNhibernate for SQL Server 2005/2008. The ones I have found usually just use SQLite, but I would like to see one that specifically targets SQL Server 2005/2008.

I really liked the sample tutorial on the FluentNhibernate website (http://wiki.fluentnhibernate.org/Getting_started#Your_first_project), but it looks like most tutorials I have found seem to only deal with SQLite. It would be great to see a working tutorial that deals with the more common databases in real world applications like SQL Server 2005/2008, MySQL, etc Thanks!

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about nhibernate