Skip to content

Super simple Clean Architecture template for .Net Core Web Applications.

License

Notifications You must be signed in to change notification settings

janosSarusiKis/dotnetcleantemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Clean Architecture skeleton template for .Net Core Web Applications.

Contains Visual Studio project template as zip and source code aswell.

To use the template in VS, copy the Template.zip to Users{user}\Documents\Visual Studio 2019\Templates\ProjectTemplates and in VS19 click on File -> New -> Project -> Clean Architecture Backend Template and give your project a name and select a location.

The new sln will contain a Documentation and a src folders. The src folder will contain your application's code organised in Clean Architecture in the following structure:

-ApplicationCore
--Application.csproj
--Domain.csproj
-Infrastructure
--Infrastructure.csproj
--Persistance.csporj
-Presentaion
--Api.csproj

Swagger included by default with basic setup.

About

Super simple Clean Architecture template for .Net Core Web Applications.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages