Skip to content
/ Arc Public

A Clean Architecture Template for ASP.NET MVC

Notifications You must be signed in to change notification settings

mgdagpin/Arc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arc for ASP.NET MVC (Clean Architecture Template)

A simple ASP.NET MVC clean architecture

Technologies

Overview

Domain This layer contains all entities aggregates, enums, exceptions, event handlers and so on.

Application This layer contains all application/business logic and model. It is dependent on the domain layer.

Infrastructure This layer contains classes that accessing external resources particularly web services, server resources, SMTP and so on. Also, the persistence layer

WebUI The entry point of the application is the ASP.NET web project.

Discussions

Join our discord channel https://discord.gg/GdHCtHn

About

A Clean Architecture Template for ASP.NET MVC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published