To Do Task Management simple CRUD in Dot Net core
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
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.