The system is to use .NET CORE to read CSV file then show it on web by using MVC and vuejs
The system use AutoMapper also
The way read CSV file, I plan to use Microsoft.VisualBasic.FileIO.TextFieldParser but it depend .NET farmework so I have to build a new class to read CSV.
Just get coding then run AcmeContract.sln by visual 2017
-
Preparation: 1 hour
-
Create Web API .NET CORE 2.0: 2.5 hours
-
Display on Web by Vue :5.0 hours
-
Testing: 30 minutes