Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 863 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 863 Bytes

-MVC-DEMO---ASP.NET-

This is the project that exemplify my ability to build up samll scale of website gaming project whose content is for shop simulator.

It includs how you buy in supply for your stocks, change your commoditized price, and how you to predict eveyday's customers' needs for buying goods from your shop

All you need to do is download the zip and depolys it on your IIS.

In order to start this instance, you need download sql server 2017 in addition. I also include the database schema in here, PLEASE IMPORT IT BEFORE YOU LAUNCH THIS APPLICATION! PS:Create database in SSMS, and name it as ConStore

In version 1.02, the async method for Cpu bound code, and await task for I/O bound sql execution has been updated into controller.

IN .NET core version,Cnstore_core v1.0 would be used for testing the performance benchmark against Framwork.