Tugas 2 PBKK C - Simple Application .NET

 SIMPLE APPLICATION .NET

1. Instalasi

1.1 Download aplikasi Visual Studio 2019 pada link berikut.

1.2 Install dan pilih .NET Core cross-platform development.


2. Membuat Project Baru

2.1 Pilih menu "Create a new project"





2.2  Pilih "Windows Forms App (.NET Core)" untuk membuat aplikasi desktop.


2.3 Konfigurasi Project Baru yang akan dibuat


3. Hello World

3.1 Konfigurasi Project HelloWorld


3.2 Pilih Target Framework

3.3 Membuat Aplikasi HelloWorld 
        Membuat Aplikasi HelloWorld menggunakan .NET yang berisi :
        1. Identitas (Nama, NRP, Kelas, Alamat, dll)
        2. Aplikasi yang pernah dibuat.



4. Membuat Kalkulator Sederhana

4.1 Membuat Project SimpleCalculator seperti langkah nomor 2.
4.2 Pada Form1.cs [Design] tambahkan text box, label, icon, dan beberapa button sehingga terbentuk seperti ini.

4.3 Form1.cs

4.4 Program.cs

4.5 Form1.Designer.cs

Comments