views:

1478

answers:

4

Hi,

I am new to ASP.NET Development.

Could anyone please refer a document/tutorial/link which gives a sample code, architecture, class and sequence diagrams for 3 / 4 / n tier based simple ASP.NET application/example?

It would be of great help to me.

Many Thanks, Regards. Aarti.

A: 

This may be the best collection you will find... http://www.asp.net/get-started/

keithwarren7
A: 

There is a lot of techniques / tool and various ways to do what you asked with .Net so I will give you some links for various tools:

N-Tier with:

ASP.Net 2.0

http://weblogs.asp.net/bsimser/archive/2006/08/13/3%5F2D00%5Ftier-Architecture-wtih-ASP.NET-2.0.aspx

ASP.Net 3.5

http://imar.spaanjaars.com/QuickDocId.aspx?quickdoc=476

LINQ 2 SQL

http://weblogs.asp.net/dwahlin/archive/2008/02/28/building-an-n-layer-asp-net-application-with-linq-lambdas-and-stored-procedures.aspx

Dynamic Data

http://weblogs.asp.net/craigshoemaker/archive/2008/07/01/6-steps-to-n-tier-asp-net-dynamic-data.aspx

MVC

http://www.codeproject.com/KB/aspnet/aspnetmvc%5Fbugtracker%5Fv4.aspx

There is a lot of examples out there. Don't take the one's I have given you as the only one's but as a start for you. :-)

Happy Coding!

klabranche
A: 

Do yourself a favour and start with ASP.NET MVC and leave Webforms behind. Rob's Storefront tutorial is a great 3 tier example and the videos make it very easy to learn.

cottsak
A: 

Hello, try to visit this blog: http://solutionsarchitecture.wordpress.com/

Hasan Jaffal