ASP Architecture Question
-
Hi I'm fairly new to ASP.NET, and I'm trying to get my head around the 3 tier application thing... I believe that with a 3 tier asp application, you can have your presentation layer on one machine, business logic on another, and the data on yet another. I understand the principle, but not the mechanics. The data layer is obvious to me, but how would the ASP.NET presentation layer communicate with the business logic? (I would normally have this all in the same project) Does this need to be accomplished with socket programming? (I'm sorry if this is a silly question) Thank you in advance, :-D
oooo, the Jedi's will feel this one....
-
Hi I'm fairly new to ASP.NET, and I'm trying to get my head around the 3 tier application thing... I believe that with a 3 tier asp application, you can have your presentation layer on one machine, business logic on another, and the data on yet another. I understand the principle, but not the mechanics. The data layer is obvious to me, but how would the ASP.NET presentation layer communicate with the business logic? (I would normally have this all in the same project) Does this need to be accomplished with socket programming? (I'm sorry if this is a silly question) Thank you in advance, :-D
oooo, the Jedi's will feel this one....
HI, the n-tier application is not related to the socket , for more information about how to build a 3-tier application please check this article with a sample code: http://www.c-sharpcorner.com/uploadfile/paulabraham/building3tierapppa11282005053625am/building3tierapppa.aspx[^] http://www.15seconds.com/issue/050721.htm[^]
Regards, Jamil
-
HI, the n-tier application is not related to the socket , for more information about how to build a 3-tier application please check this article with a sample code: http://www.c-sharpcorner.com/uploadfile/paulabraham/building3tierapppa11282005053625am/building3tierapppa.aspx[^] http://www.15seconds.com/issue/050721.htm[^]
Regards, Jamil
Billian... Thank you... :-D
oooo, the Jedi's will feel this one....
-
Billian... Thank you... :-D
oooo, the Jedi's will feel this one....
you are welcome
Regards, Jamil