This repository contains the completed source code for Tutorial #1 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).
- Takes simple number inputs for the base and height of a triangle.
- Automatically calculates the area when the user clicks the "Calculate" button.
- Displays the final result clearly on the screen.
- Uses a clean, straightforward design that is easy for anyone to understand.
- 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.