项目作者: AghaDostain

项目描述 :
To Do Task Management simple CRUD in Dot Net core
高级语言: C#
项目地址: git://github.com/AghaDostain/Todo_DotNetCore_2.git
创建时间: 2018-08-13T13:05:34Z
项目社区:https://github.com/AghaDostain/Todo_DotNetCore_2

开源协议:The Unlicense

下载


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