evgomes / csharp-designpatternsLinks
Design patterns examples applied in real world situations. The intent of this repository is to show how .NET developers can write clean code, easy to maintain, using consolidated patterns to approach common situations while developing softwares..
☆37Updated 7 years ago
Alternatives and similar repositories for csharp-designpatterns
Users that are interested in csharp-designpatterns are comparing it to the libraries listed below
Sorting:
- Sample ASP.NET Core API that uses MediatR in a CQRS approach to handle requests and responses.☆42Updated 5 years ago
- This project is a sample of using CQRS and Mediator design pattern in Microsoft .NET Core☆38Updated 5 years ago
- Specification pattern implementation in C#☆57Updated 7 years ago
- Sample implementation of a WebApi that publishes messages to RabbitMQ and consume them using a BackgroundWorker.☆25Updated 2 years ago
- Small demo showing how to use DDD with Persistence Ignorance using Entity Framework Core 3.☆36Updated 2 years ago
- A repository showing how to handle concurrent conflicts using EntityFramework Core and DDD Aggregates☆66Updated 5 years ago
- Sample Domain Events implementation with MediatR☆25Updated 5 years ago
- ☆55Updated 4 years ago
- ☆35Updated 4 years ago
- Source code for an (upcoming) course about Clean Architecture☆42Updated 3 years ago
- Self study: DDD, .net core, entity framework core☆87Updated 11 months ago
- ☆32Updated 4 years ago
- Some examples showing domain modeling tips and traps☆22Updated 3 years ago
- Microservices ASP.NET Core + Event Bus + Kubernetes + Design Patterns☆64Updated 2 years ago
- Playground for Unit Tests and Integration Tests☆20Updated 4 years ago
- ☆1Updated 4 years ago
- A library to allow developer use events to update their database via Entity Framework Core (EF Core)☆68Updated 4 years ago
- ☆29Updated 11 months ago
- Implementation of the Outbox pattern to improve microservices reliability☆49Updated last year
- This demo shows how to implement simple containerized (Docker) microservice architecture with gateway, load balancer (Ocelot) and automat…☆46Updated 6 months ago
- ☆42Updated last year
- ☆14Updated 3 years ago
- ☆90Updated 4 years ago
- VShop is a sample .NET 6 application built as Modular Monolith with Domain-Driven Design (DDD) approach. Each module is an independent ve…☆52Updated 3 years ago
- ☆64Updated 3 years ago
- A template for a dotnet core api / mvc "clean architecture" project.