evgomes / csharp-designpatterns
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
- ☆42Updated last year
- This project is a sample of using CQRS and Mediator design pattern in Microsoft .NET Core☆38Updated 4 years ago
- This repo contains the source code for the "CQRS and MediatR with ASP.NET Core" article on Code Maze☆54Updated 2 years ago
- ☆64Updated 2 years ago
- ☆55Updated 4 years ago
- A repository showing how to handle concurrent conflicts using EntityFramework Core and DDD Aggregates☆66Updated 4 years ago
- ☆32Updated 4 years ago
- This is a demo project built on .NET Core 3.1 Clean Architecture. Please refer the articles mentioned in the readme to learn more.☆36Updated 3 years ago
- Sample ASP.NET Core API that uses MediatR in a CQRS approach to handle requests and responses.☆42Updated 5 years ago
- This repo contains the source code for the "ASP.NET Core MVC Testing" series of articles on Code Maze☆26Updated 2 years ago
- Better Enhanced Repository Pattern Implementation in .NET C#☆40Updated last year
- Microservices ASP.NET Core + Event Bus + Kubernetes + Design Patterns☆65Updated 2 years ago
- Clean Architecture project of an ASP.NET Core WEB API provided by my Visual Studio Extension 'AspNetCore.Templates' : https://marketplace…☆79Updated 2 years ago
- Exploratory ASP.NET Core Web API using Dapper as an ORM☆43Updated 2 years ago
- A pub/sub scenario with MassTransit, RabbitMQ and .NET Core☆44Updated 2 years ago
- .NET 5 Samples☆44Updated 2 years ago
- Specification pattern implementation in C#☆57Updated 7 years ago
- This repo contains the source code for the "CQRS Validation Pipeline with MediatR and FluentValidation" article on Code Maze☆68Updated 7 months ago
- CQRS with MediatR in .NET 6.0☆52Updated last year
- Security is a vital part of any kind of application. Since APIs can expose highly sensitive data like user details, email adressses , it …