Skip to content

ishak91/CleanArchitecture_Core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Clean Architecture with .Net Core

This repository is a tempate to implement clean architecure pattern in ASP.NET Core Application with Entity Framework

To run the application please add the connection string in following files

Web -> appsettings.json

Persistence -> DesignTimeContextFactory.cs

Then Select the Persistence from Package Manager Console

Then Run the Migration using below command

Update-Database