An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# examples-dotnet-design

![Dynamic XML Badge](https://img.shields.io/badge/dynamic/xml?url=https%3A%2F%2Fraw.githubusercontent.com%2Fsuzu-devworks%2Fexamples-dotnet-design%2Frefs%2Fheads%2Fmain%2Fsrc%2FDirectory.Build.props&query=%2F%2FLTSFrameworks&logo=dotnet&label=Frameworks)
[![build](https://github.com/suzu-devworks/examples-dotnet-design/actions/workflows/dotnet-build.yml/badge.svg)](https://github.com/suzu-devworks/examples-dotnet-design/actions/workflows/dotnet-build.yml)
[![CodeQL](https://github.com/suzu-devworks/examples-dotnet-design/actions/workflows/github-code-scanning/codeql/badge.svg)](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!