I just started working for a new company. On the first day the lead developer was discussing the design of a Windows Application.
I was attempting to talk about a 3-Tier design but my recent development experience has been with Web Applications. The lead developer talked about the Logical Tier consisting of the Business Logic and Data Access Layer should reside on an Application Server. I went into this discussion thinking that the Logical Tier should be deployed to the client (fat client).
What is the latest thinking on the design of Windows Applications? Does it include remoting? Does it include a Service Oriented Architecture? And if this is a Service Or ...
Go to the complete details ...