I am looking for references on 3-tier architecture with ASP.Net. Can you please provide some links?
I am looking for references on 3-tier architecture with ASP.Net. Can you please provide
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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