We\'re developing a \"middle-tier\" to replace an existing business logic/data access layer.One of the design开发者_StackOverflow社区 concerns we\'re under is that we need to design it in a way that a
I have some questions about three tier architecture. how to implement an application in three tier architecture correctly?
I\'m a Winforms programmer before; I always partition programs I write in two parts, the front-end(Winforms) and middle-tier(facilitated by Remoting/WCF)
I\'ve been asked to populate a flash file with some data from a database. I said, \"Great, I will write some PHP that talks to the database and outputs xml. The swf can call that file.\"
I\'m working on moving a V.Rich Client from talking direct to the DB with one login per user to talking direct with a WCF service layer.