Skip to content
southernsun edited this page Apr 5, 2024 · 6 revisions

Clean Architecture Solution Template

This is a template for creating ASP.NET Core solutions following the principles of Clean Architecture.

Getting Started

See README.md for instructions on how to get started with the Clean Architecture template.

Architectual Decision Log

This log lists the architectural decisions made during the development of the Clean Architecture template.

  • ADR-001: Using Entity Framework Core Directly in the Application Layer
  • ADR-002: Adopting Trunk‐Based Development for Branching Strategy