Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I would try to tackle them independently. </p> <p>Before Billy McCafferty wrote sharp-architecture he wrote, what I think is, a must read on <a href="http://www.codeproject.com/KB/architecture/NHibernateBestPractices.aspx" rel="noreferrer">codeproject</a> about best practices with NHibernate. Also, I have just discovered some <a href="http://dimecasts.net/Casts/ByTag/MVC" rel="noreferrer">DimeCasts</a>(by Kyle Baley) under the MVC tag that are very good.</p> <p><a href="http://blog.wekeroad.com/" rel="noreferrer">Rob Conery</a> created the ASP.NET <a href="http://www.asp.net/learn/mvc-videos/" rel="noreferrer">MVC Storefront</a> video series which he goes over a lot of patterns and practices. The backend written is using Linq to SQL but can be adapted with <a href="http://ayende.com/Blog/archive/2007/03/16/Linq-for-NHibernate.aspx" rel="noreferrer">LinQ to NHibernate</a>. More recently he has also done a video series on <a href="http://tekpub.com/preview/nhibernate" rel="noreferrer">TekPub</a> - NHibernate with <a href="http://ayende.com/blog/" rel="noreferrer">Ayende Rahien</a>. Lastly (for NHibernate) there is the <a href="http://www.summerofnhibernate.com/" rel="noreferrer">Summer of NHibernate</a></p> <p>The <a href="http://code.google.com/p/sharp-architecture/" rel="noreferrer">S# arch source</a> itself now comes with a sample projects as well. </p> <p>Finally, there is <a href="http://code.google.com/p/codecampserver/" rel="noreferrer"><strong>Code Camp Server</strong></a> that is built with MVC.Net and NHibernate and uses pretty much every open source tool you can think of... </p> <p><em>sidenote</em></p> <p>If your interested in getting rid of those annoying XML files when using NHibernate you might also want to look at <a href="http://nhforge.org/blogs/nhibernate/archive/2008/09/02/a-fluent-interface-to-nhibernate-part-1.aspx" rel="noreferrer">fluent</a>.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload