novaonline / emmanuel_quagraine_data_maniupulation_1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Manipulation 1

Setup

Make sure you have .NET core installed

Console Run

  1. Open console
  2. If you have a desired database connection make sure to run set DB_CONNECTION=[Desired Connection String]
  3. Navigate to the project folder
  4. Run application using dotnet run [filename] (e.g. dotnet run patients.dat)

Visual Studio Run

  1. Navigate to Solution Folder
  2. Open Solution (i.e. PatientsParser.sln)
  3. if you have a desired database connection, right click on PatientsParser project > Properties > Debug > Add with Name=DB_CONNECTION and Value=[Desired connection string]
  4. Run PatientsParser

About


Languages

Language:C# 100.0%