WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Sample project architecture with CQRS/MediatR and separated API, application, domain and persistence layers.

Notifications You must be signed in to change notification settings

Luke-G/dotnet-architecture-sample

Repository files navigation

dotnet-architecture-sample

Sample project using architecture discussed in this Pluralsight course..

Separated layers: API, Application, Domain, Infrastructure.

Using CQRS with MediatR.

This is an abstraction heavy approach and can be cut down to the needs of the application. The clean communication from the API to the application, exception handling and infrastructure injection would be great for any project, though abstracting data access into repositories may be an over-abstraction and create more work depending on the projects scale.

image

About

Sample project architecture with CQRS/MediatR and separated API, application, domain and persistence layers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages