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

https://github.com/jcmdsbr/tot

TOT is a open-source project write in .Net Core 3x
https://github.com/jcmdsbr/tot

aspnet-core aws aws-codebuild aws-codepipeline cqrs ef-core mediator netcore unit-test

Last synced: about 2 months ago
JSON representation

TOT is a open-source project write in .Net Core 3x

Awesome Lists containing this project

README

        

## TOT is a open-source project written in .NET Core :sunglasses:

* The goal of this project is implement the most common used technologies.

## Give a Star! :star:
If you liked the project, please give a star ;)

## You need some of the fallowing tools :exclamation:

- Visual Studio 2019 or Visual Studio Code
- .Net Core 3.1

## CQRS :heavy_check_mark:

Segregation between Commands and Queries, with isolated databases and different models

## Clean Architecture :heavy_check_mark:

- Respecting policy rules, with dependencies always pointing inward
- Separation of technology details from the rest of the system
- SOLID
- Single responsibility of each layer