Related resources for decoupled
  • Why Angular8/16/2024 3:49:54 PM. This article discusses the reason to choosing Angular as a development platform.
  • Managed Identities for Azure Resources5/10/2024 4:15:52 AM. Discover how Managed Identities simplify authentication in Azure by providing automatically managed identities for applications. Explore both System-assigned and User-assigned Managed Identities, thei
  • How To Create Extensible Software Components9/13/2021 5:08:24 AM. As we grow as a software engineers it is important for us to learn the best practices to increase the quality of the code. In this article I would like write on what is extensible software components
  • Writing Decoupled and Scalable Applications12/4/2012 10:39:43 PM. This article is the first in a series of three articles. It's sole purpose is to introduce you to domain events and commands.
  • 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.