Convert an ASP.NET MVC application into a 3 tiered architecture.
Posted
by Rinesse
on Stack Overflow
See other posts from Stack Overflow
or by Rinesse
Published on 2010-05-24T17:28:09Z
Indexed on
2010/05/24
17:31 UTC
Read the original article
Hit count: 250
ASP.NET
|asp.net-mvc
Hey guys! I'm using ASP.NET MVC to develop an application for a library with Nhibernate. I've already used Repository and I'll add the Injection dependency. I'd like to know what are the different steps and what should I add to convert my app into a 3-tiered architecture? Thanks a lot for your help :).
© Stack Overflow or respective owner