Clean Architecture with C# and .NET

Ahmad Vegah

During the development of an enterprise app developers face several challenges such as:

With these in mind, it's important to build apps that can be easily modified or extended over time. Designing for such adaptability can be difficult as it requires an architecture that allows individual parts of the app to be independently developed and tested in isolation without affecting the rest of the app.

An effective remedy for these challenges is to partition an app into discrete, loosely coupled components that can be easily integrated together into an app. Such an approach offers several benefits:

Before proceeding to decouple the app in different components, it's important to choose the design patterns that will help us to do it properly. These are the patterns we have decided to choose for the App:

This guide not only explain in detail each of the patterns used, it also shows you how are being applied in the App.

1. Application

This is an enterprise application focused on Line of Business scenarios and implementing best patterns and practices to simulates a real-world scenario where you can manage customers, enquires and products as well generate quotation documents.

The application solution has been divided in three decoupled projects, and each of them represents an important role in the app: