arupcse / MyTasks

Task management application.
MIT License
0 stars 0 forks source link

Create database #7

Open shimanbb opened 7 years ago

shimanbb commented 7 years ago

As a developer I want to create a database so that I can save data in it.

Scope

Assumptions

shimanbb commented 7 years ago

Table Names >> Does not meet semantics. EntityFramework turns DB tables to classes. Having a class named "tblTask" is kind of weird.

Data Types >> Lack of consistency. Some of them are char, some are varchar, some are nvarchar... what is the logic behind that?

Model Class >> What the hell are these?

Folder structure >> There is a folder named "Scripts" inside ~/Resource/DB. The generated scripts meant to go there.