Related resources for Decoupled Architecture
  • Interfaces + Factory pattern = Decoupled architecture6/30/2009 11:27:56 PM. In this tutorial we will try to understand how we can use interfaces and factory pattern to create a truly decoupled architecture framework. In this sample we will take up a simple three tier architecture and apply interfaces and factory pattern to see how we can transform the three tier in to a truly decoupled architecture.
  • Use of Proxy when using WebSerices8/23/2006 2:49:31 PM. The article shows the advantages of using Proxy layer to add Web Services compared to using the "Add Web Reference" wizard.