Part Tasks Participants Messages Attachments Report
:
Begin: 2023-05-20 End: 2023-06-16
: DataBase will be implemented with using "Microsoft SQL Server" database.
Basic schema will contain tables: Customer, Order, OrderDetails, Product, Manufacturer, Category



Every table will contain "ID" field of "integer" type.
Every relation will be implementing with "ID_" fields.
"Name" fields should be "varchar(50)" type
"Description" should be "text" type.
"Price" fields should be "integer" type.
"Quantity" fields should be "integer" type.

No store procedures will be implemented.
Access to data will be implemented with using "Entity Framework" and "LINQ"

: Started
: :