# matthewrenze/clean-architecture-demo

A sample app for my online course "Clean Architecture: Patterns, Practices, and Principles"

Repository: https://github.com/matthewrenze/clean-architecture-demo
Canonical: https://ross.abutalabs.com/products/clean-architecture-demo
Language: C#
License: BSD-3-Clause
License Family: permissive
Last push: 2025-02-12T01:59:58+00:00

## Health v2 (maintenance only)
Score: 35/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 6, release rhythm 35, longevity 100
- inputs: {"age_days": 3920, "days_push": 568, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1218, forks 502 (observed 2026-08-28T04:04:01.593105+00:00)

## What it is
A sample ASP.NET Core application demonstrating Clean Architecture practices, accompanying Matthew Renze's Pluralsight course. It ships in three variations showing progressively cleaner decoupling from the persistence layer via a DbSet adapter and repository/unit-of-work patterns.

## Use cases
- learn clean architecture in .NET
- see repository and unit of work patterns in C#
- example of decoupling EF Core from the domain layer
- study sample ASP.NET Core MVC app structure
- reference for teaching software architecture patterns

## When to choose
- learning or teaching Clean Architecture with .NET
- comparing persistence-decoupling strategies in C# codebases
- following the accompanying Pluralsight course

## When to avoid
- needing a production-ready application template
- working outside the .NET ecosystem
- wanting a minimal example without architectural ceremony

## Facets
- artifact type: learning-resource
- maturity: active
- function: developer-tools, orm, web-framework, testing
- domain: education, web-development, developer-tools, tutorials
- platform: windows, cross-platform, dotnet
- tags: clean-architecture, sample-app, dotnet, aspnet-core, ef-core, repository-pattern, unit-of-work, course-material

## Member repositories
- matthewrenze/clean-architecture-demo (main) score 35

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:01.593105+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:17:04.564095+00:00, confidence not recorded.
  - readme: https://github.com/matthewrenze/clean-architecture-demo (fetched 2026-08-28T04:04:01.593105+00:00, sha 6628472cc9e1)
- Data as of 2026-08-30T08:39:29.467469+00:00.
