hi
i am a student and i want to develop a 3 tier web application
can any one explain me the step by step process to develop a 3 tier application inn asp.net with C#.

thanks

Recommended Answers

All 3 Replies

@poonamjadav

There are a lot of tutorials on the internet instructing how to make N-tier applications.

Link posted by BestJewSinceJC is a good reference to learn and develop ASP.NET MVC (MVC2) framework. If you have no experience and you want to learn something new then I say give the technology a try.

If you want to implement 3-tier architecture in your ASP.NET Web-form application then it is a three-part breakdown — presentation, business logic (business access layer), and data (data access layer). Here is a good tutorial - N-Layered Web Applications with ASP.NET 3.5 Part 1: General Introduction.

commented: thanx for the link +9

Sir ,
Thank You very much
your links are really very helpful for me..

thanking you once again

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.