https://github.com/suzu-devworks/examples-dotnet-design
A workspace for learning programming patterns such as Domain-Driven Design with .NET.
https://github.com/suzu-devworks/examples-dotnet-design
csharp ddd-patterns design-patterns devcontainers dotnet
Last synced: 5 months ago
JSON representation
A workspace for learning programming patterns such as Domain-Driven Design with .NET.
- Host: GitHub
- URL: https://github.com/suzu-devworks/examples-dotnet-design
- Owner: suzu-devworks
- License: mit
- Created: 2023-12-03T13:35:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T14:32:14.000Z (5 months ago)
- Last Synced: 2026-01-12T20:55:23.768Z (5 months ago)
- Topics: csharp, ddd-patterns, design-patterns, devcontainers, dotnet
- Language: C#
- Homepage:
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# examples-dotnet-design

[](https://github.com/suzu-devworks/examples-dotnet-design/actions/workflows/dotnet-build.yml)
[](https://github.com/suzu-devworks/examples-dotnet-design/actions/workflows/github-code-scanning/codeql)
## What is the purpose of this repository?
This repository is just my personal playground for learning programming patterns like Domain-Driven Design (DDD) with .NET.
The content here might actually be helpful to other developers facing similar issues.
However, please keep in mind that this code is based solely on my own perspective and probably has lots of inaccurate or questionable parts!