6
votes
5answers
598 views
Where should my models live? Web tier or Data tier? (MVC + NHibernate)
I am setting up an n-tier application with MVC, Ninject, and NHibernate (my first using these technologies). For clarity's sake, the tiers are a "Data" tier, a "Services" tier, and a "Web" tier (al …
