This is a C# WinForms application integrated with an Oracle Database, developed as part of the DM2 module at NIBM.
- Customer & Supplier Signup/Login
- Secure password hashing (SHA-256)
- Oracle PL/SQL procedures for authentication
- Form validation with error messages
- UI built with Windows Forms (Clean UI with separate homepages for Customers and Suppliers)
- Oracle PL/SQL integration for authentication
- C# (.NET Framework / WinForms)
- Oracle DB (PL/SQL functions and tables)
- Git + GitHub for version control
- Visual Studio 2022
- Clone the repository (git clone https://github.com/Heshaniii/DM2coursework.git)
- Open in Visual Studio
- Configure the Oracle connection string in
Database.cs
- Run the application
Heshaniii
Data Management 2 Module Coursework