Skip to content

AghaDostain/Todo_DotNetCore_2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo_DotNetCore_2

To Do Task Management With CRUD in Dot Net core Utilizing -ONION Architecture
-Repository Pattern
-Service Pattern
-Fluent Validation
-Entity Framework Core
-REST API
-SQL Server for persisting data
-MOQ Testing
-Unit Testing

QUICK START

Download the code. Create a Database in sql server with the name "ToDo". Leave the database empty. Open the solution in visual studio. Go to Database Project, right click on it and compare the project with your database. Update your database. Run the Unit Tests which are in the Service.UnitTest project.

Cheers