0

A friend of mine doesn't have much experience on 3-Tier applications design and development and he would like to broaden his knowledge on this subject. Can you point me to good online resources or books on it? It would be great if they started from the principles. I was thinking of this tutorial as a good starting point.

What resources do you best like?

General Grievance
  • 4,555
  • 31
  • 31
  • 45
  • Thank yoy very much for these prompt answers! I'll let him know about these links. Cheers! –  Apr 22 '09 at 08:37

5 Answers5

2

You could have a look at

http://dotnetslackers.com/articles/aspnet/Three-Tier-Architecture-With-ASP-NET.aspx and http://weblogs.asp.net/bsimser/archive/2006/08/13/3_2d00_tier-architecture-wtih-asp.net-2.0.aspx

MSPress have quite a few books for the .NET MCP Exams as well that would cover this.

Eoin Campbell
  • 43,500
  • 17
  • 101
  • 157
1

You can look inside this site... https://stackify.com/n-tier-architecture/#:~:text=N-tier%20architecture%20is%20also,functions%20physically%20and%20logically%20separated.

Zor Max
  • 21
  • 2
  • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. – Saeid Amini Jul 31 '22 at 06:06
1

He might want to start with the following book:

Fundamentals of N-Tier Architecture (.NET 2.0)

Book cover

And then look at the following book for more up-to-date info:

WCF Multi-tier Services Development with LINQ

Book cover http://ecx.images-amazon.com/images/I/51ckQayArLL._SL500_AA240_.jpg

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
dommer
  • 19,610
  • 14
  • 75
  • 137
0

I don't have the impression the link you mention is telling something about 3-tier (or N-tier). Maybe you are mixing the definitions of N-layer and N-tier? These have different meanings.

A very good explanation about N-tier can be found on this site: What is N-Tier architecture?.

N-layer is not the same, but I would start by understanding N-layer before examining N-tier. Since the link you mentioned is ASP.NET, I think the tutorials on using layers in ASP.NET 2.0 and ASP.NET 3.5 found on Imar.Spanjaars.com are very interesting.

Community
  • 1
  • 1
Michael
  • 780
  • 6
  • 14
0

The very right place for you is the series of articles written by Imar Spaanjaars. You can find the series here and here.

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

this. __curious_geek
  • 42,787
  • 22
  • 113
  • 137