문제

I am looking for references on 3-tier architecture with ASP.Net. Can you please provide some links?

도움이 되었습니까?

해결책

The Csla framework is designed to build your business objects on top of, using n-tier architectures. You objects can be used in any UI technology as they'll fully support databinding, and data access is 100% up to you so Sql Server is easy to use, whether its via straight ado.net, EF, Linq 2 Sql or NHibernate.

If you want something that excludes anything but Asp.Net, C# and Sql server though, well you're probably not going to find it.

http://www.lhotka.net/cslanet

다른 팁

Sharp Architecture is a very good starting place. Not only is it a framework, but it will help you learn the fundamentals of n-tiered development, while making it easy and comprehendable to design your application.

http://www.sharparchitecture.net/

It uses Castle, NHibernate and asp.net mvc.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top