3-tier client/server applications
-
In many of the programming books I read there is always a strong focus on 3-tier design. The problem is, I have never been able to find a resource which teaches the basics of 3-tier design. I am getting a grasp of the big picture of 3-tier design from the context of the books I read, but because I have not been able to build a reliable basic foundation, it is hard to be sure of what I am doing. Does anyone have any suggestions for some beginner web tutorials or books on the theory AND implementation of 3-tier applications? Thanks. Mark Sanders Tulsa, OK
-
In many of the programming books I read there is always a strong focus on 3-tier design. The problem is, I have never been able to find a resource which teaches the basics of 3-tier design. I am getting a grasp of the big picture of 3-tier design from the context of the books I read, but because I have not been able to build a reliable basic foundation, it is hard to be sure of what I am doing. Does anyone have any suggestions for some beginner web tutorials or books on the theory AND implementation of 3-tier applications? Thanks. Mark Sanders Tulsa, OK
try www.asp.net and look at the ibspyportal or ibspystore app. They have a 3 tier architecture and you can download the code to review. Also take a look at the architectural (sp) section of the forums as there are quiet a few discussions on this very topic. Hope its helpful.