Multi Layered Architecture
-
Hi everyone! I'm looking for some informations about the multi tier/layer architecture for a web project (AJAX + tons of javascript) but also with a lot of C# code for the web portal's objects parts. I've found some informations (even some in CP) but I think I need more and go deeper, especially, something that contains examples. Could someone help me? Thanks in advance! :] See you...
-
Hi everyone! I'm looking for some informations about the multi tier/layer architecture for a web project (AJAX + tons of javascript) but also with a lot of C# code for the web portal's objects parts. I've found some informations (even some in CP) but I think I need more and go deeper, especially, something that contains examples. Could someone help me? Thanks in advance! :] See you...
well if you want examples then try these Microsoft .NET PetShop 4.0 http://msdn2.microsoft.com/en-us/library/aa479071.aspx[^] Stock Trader http://msdn2.microsoft.com/en-us/netframework/bb499684.aspx[^] Dinner Go .NET http://dinnernow.net/default.aspx?tabindex=0&tabid=1[^] All of these applications mentioned above use design patterns to implement n-tier style architecture. Hope this helps. Both the Stock Trader and Dinner Go sample applications are based on .NET framework 3.5.