Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

tnc1997/wpf-university-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

University Management System

Usage

Step 1

Download and install Visual Studio.

Workloads

  • .NET Desktop Development

Step 2

Clone this repository to your computer.

Step 3

Open a connection to your Oracle database.

Step 4

Run the SQL script: UniversityManagementSystem.Data\build.sql.

Step 5

Run the SQL script: UniversityManagementSystem.Data\etl.sql.

Step 6

Open the Solution in Visual Studio.

Step 7

Create a connection strings file: UniversityManagementSystem.Apps.Wpf\ConnectionStrings.config.

<?xml version="1.0" encoding="utf-8" ?>
<connectionStrings>
    <add name="Default" providerName="Oracle.ManagedDataAccess.Client" connectionString="Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=[INSERT HOST HERE])(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=orcl)));Persist Security Info=True;User ID=[INSERT USERNAME HERE];Password=[INSERT PASSWORD HERE]" />
</connectionStrings> 

Step 8:

Build the Solution in Visual Studio.