Second year varsity project
Study tracker app for helping student study time management
Developed in XAML with MySQL Database
Software: Visual Studio, MICROSOFT SQL SERVER MANAGEMENT STUDIO 18
INSTRCUTIONS ON HOW TO RUN AND COMPILE THE PROGRAM
-
Extract and open the zip folder
-
After that, Open the PROG 2B POE PART 2 folder
-
Scroll down and until you find PROG 2B POE PART 2.sln
-
Open PROG 2B POE PART 1.sln in Visual Studio
-
Once in Visual Studio, locate and hover over to the green "Start" button above the source files.
-
Click the green "Attach" button or "Start without debugging" green button command to compile and run the program
-
Should you want to manually exit the program while its running, click on the top right red "X" (default close button) of the currently showing window .
DATABASE
-
INSTALL (IF NOT ALREADY) THEN OPEN MICROSOFT SQL SERVER MANAGEMENT STUDIO 18
-
REPLACE THE CONNECTION STRING IN THE DBConnection.cs WHICH IS LOCATED IN THE Connection folder file WITH YOUR COMPUTER'S CONNECTION STRING
-
OPEN AND EXECUTE THE CREATE_TABLES_SQLQUERY sql file, it will create the tables
-
TO VIEW THE TABLE RECORDS, OPEN AND EXECUTE TH ViewTableRecords sql file
MULTITHREADING
LOCATE MULTIHTREADING ON THE Login.xaml.cs and Register.xaml.cs pages
SNAPSHOTS