thangchung / modular-starter-kit

The starter kit with entire modular approach to help remove boilerplate code in developing
MIT License
15 stars 9 forks source link

Core: Application Architecture #5

Open thangchung opened 6 years ago

thangchung commented 6 years ago

Features architecture with DDD

Package features:

Beauty CQRS stack (pretty much simple) CoD

API standard - ION RPC vs REST vs GraphQL

thangchung commented 6 years ago

We can borrow a lot of things from https://github.com/bitwarden/core/blob/master/src/Core/Core.csproj

thangchung commented 6 years ago

Include with sub-items from https://github.com/Arch/UnitOfWork/blob/master/src/Microsoft.EntityFrameworkCore.UnitOfWork/IRepository.cs#L41

thangchung commented 6 years ago

A lot of things can borrow from https://github.com/Arch/Standard

thangchung commented 6 years ago

Multi-tenancy architecture can reference from https://github.com/joeaudette/cloudscribe/blob/master/src/cloudscribe.Core.Web/BuilderExtensions.cs