Resources  
  • Voice Of A Developer: Decoupling Your Application - Part 35Jun 07, 2016. In this article, you will learn about decoupling your application in JavaScript.
  • Creating Consistent ASP.NET Core Web API Responses with AutoMapper and DTOsNov 17, 2023. Developing a robust ASP.NET Core Web API hinges on the subtle yet pivotal details of response structuring. Leveraging AutoMapper in tandem with well-designed Data Transfer Objects (DTOs) not only ensures the separation of concerns but also orchestrates a symphony of consistent and predictable API responses. These intricacies extend beyond mere data mapping; they epitomize a strategic approach in harmonizing the internal model intricacies with the API's outward-facing facade. Unveiling the elegance of these detailed mappings and the orchestration of a uniform response structure not only enhances the developer's workflow but also augments client-side integration, presenting an intuitive and standardized communication channel. Addressing these finer points not only establishes a foundation for resilient error handling but also fuels the API's scalability and ease of maintenance, fostering an environment where agility meets reliability.
  • Efficient ASP.NET Core Web API Development with Clean Architecture, Flyweight PatternOct 11, 2023. the implementation of the CarCompany CRUD operations within an ASP.NET Core Web API, following the Clean Architecture principles, has been successfully structured. The separation of concerns into layers such as Web API, Application, Domain, and Infrastructure promotes maintainability and scalability. Leveraging the Flyweight Pattern ensures efficient management and sharing of common data, particularly with the inclusion of the FlyweightProperties within the CarCompany entity.
  • Differences Between CQRS, MediatR, and CRUDSep 21, 2023. Explore the differences between CQRS, MediatR, and CRUD in this insightful article. Learn when to use each technique, their unique benefits, and find scenarios where they shine in .NET development.
  • EF Core - Effectively Decouple The Data And Domain ModelMar 04, 2022. In this article. you will learn about effectively decoupling the data and domain model.
  • Why AngularOct 22, 2021. This article discusses the reason to choosing Angular as a development platform.
  • How To Create Extensible Software ComponentsSep 13, 2021. 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 and how we can implement in our codebase by applying concepts such as abstraction, Dependency Injection.
  • Overview Of DelegatesDec 18, 2015. In this article you will learn about Delegates and its types.
  • Design Pattern For Beginners - Part 11: Implement Decouple Classes in ApplicationSep 18, 2013. Today let’s start with a very common and easy design pattern called Implement Decouple Classes in applications.
  • Writing Decoupled and Scalable ApplicationsDec 04, 2012. 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 architectureFeb 13, 2009. 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 WebSericesAug 10, 2006. The article shows the advantages of using Proxy layer to add Web Services compared to using the Add Web Reference wizard.

About decoupling

NA

OUR TRAINING