This repository contains the completed source code for Tutorial #2 on my YouTube channel. It demonstrates how to build a basic graphical user interface and apply Object-Oriented Programming (OOP) principles in C#.
📺 Watch the full tutorial here: (https://www.youtube.com/@codedbyvin).
- Captures student information including Title, Initials, Name, and Surname via a clean, structured form.
- Automatically generates and extracts a shortened summary (Title and Surname) at the click of a button.
- Displays the complete, formatted student registration details within a dedicated text viewer.
- Includes clear instructional labels and intuitive buttons to process user input dynamically.
- Language: C#
- Framework: .NET Framework (Windows Forms)
- IDE: Visual Studio
- Click the green Code button and download the ZIP file, or clone the repository.
- Extract the folder and open the
.sln(Solution) file using Visual Studio. - Ensure you have the .NET desktop development workload installed.
- Press Start (or
F5) in Visual Studio to run the application.