layout | title | nav_order | permalink |
---|---|---|---|
default |
Clean Architecture Series |
5 |
/architecture-series |
This series of articles provides an in-depth understanding of the architecture and implementation details of this project. Each article focuses on a specific aspect of the Clean Architecture principles applied in this solution.
-
Clean Architecture: Introduction to the Project Structure
- Overview of architectural layers and their roles
- How responsibilities are separated in the solution
-
Clean Architecture: Implementing AutoMapper for DTO Mapping with Audit Details
- Setting up AutoMapper for data transformation
- Incorporating audit trails in mapping profiles
-
Clean Architecture: Validating Inputs with FluentValidation
- Implementing clean input validation
- Using FluentValidation in the API layer
-
Clean Architecture: Dependency Injection Setup Across Layers
- Configuring dependency injection for better modularity
- Managing service lifetimes across architectural boundaries
-
Clean Architecture: Implementing Activity Logging with Custom Attributes
- Building a custom attribute system for activity tracking
- Monitoring user actions throughout the application
-
Clean Architecture: Handling Authorization and Role-Based Access Control (RBAC)
- Setting up robust authorization
- Implementing role-based access control
-
Clean Architecture: The Unit of Work Pattern and Transaction Management Using Dapper
- Implementing reliable transaction management
- Coordinating database operations with Unit of Work
-
Clean Architecture: Using Dapper for Data Access with the Repository Pattern
- Implementing efficient data access patterns
- Performance considerations with Dapper
-
Clean Architecture: Best Practices for Creating and Using DTOs in the API
- Designing and implementing effective DTOs
- Mapping strategies between domain entities and DTOs
-
Clean Architecture: Seeding Initial Data Using Docker Compose and SQL Scripts
- Setting up automated data seeding
- Managing database initialization
-
Dockerizing the .NET Core API and PostgreSQL Server
- Creating a containerized development environment
- Docker setup for both development and production
-
Error Handling and Exception Management in the API
- Building a robust error handling system
- Standardizing error responses
For more in-depth understanding of Clean Architecture principles: