-
A Windows Forms application was developed to connect to an SQL database and perform student record insertion and deletion operations.
-
Entity Framework was used with the Database First approach to create the database, and then a connection was established using the connection method. The listing operation was performed using a datagridview. Includes normalization
- Sözde Kod // Pseudocode
1- Başlat / Start
2- Ana menü formu oluştur ve ana menüye "Menu strip" ekle / Create the main menu form and add a menu strip to the main menu
3- Kayıt ekle ve kayıt listele/sil formlarını oluştur / Create the record add and record list/delete forms
4- Formlara gerekli "Toolbox" atamalarını yap / Assign necessary tools to the forms
5- SQL üzerinden DB ve gerekli tabloyu oluştur / Create the necessary database (DB) and table in SQL
6- SQL bağlatısı için bağlantı Class'ı oluştur / Create the Connection class for SQL connection
7- Kaydet ve Sil butonlarının metotlarını yaz / Write the methods for Save and Delete buttons
8- Bitir / End
- Akış Şeması // Flowchart

