Mysql + Nhibernate + MVC
I am looking for resources on the web that discuss the implementation of these three tools.
Can anyone help me?
Currently I am referring to the following links:
http://www.dotnetguy.co.uk/post/2010/02/14/configuring-nhibernat开发者_开发百科e-to-use-mysql-ndash-and-the-small-runtime-gotcha
http://geekswithblogs.net/pariam/archive/2006/07/26/86352.aspx
The S#arp Architecture is a nice code base to look at. It illustrates NHibernate integration with ASP.NET MVC. As far as MySql is concerned, well, because you are using NHibernate this is not really relevant and a matter of a simple config switch.
精彩评论