/CRUD.NorthwindDB

Performing CRUD operations on the Category, Brand, and Product tables in the Northwind database using a Windows Forms Application based on the principles of N-tier architecture in C#

Primary LanguageC#

  • Sözde Kod // Pseudocode

1- Başlat / Start

2- Ana menu formu oluştur ve ana menuye menu strip ekle / Create a main menu form and add a menu strip to the main menu

3- Kategori, Marka, Ürün; veri giriş ve listele formlarını oluştur / Create data entry and listing forms for Category, Brand, and Product

4- Formlara gerekli toolbox atamalarını yap / Assign necessary toolbox items to the forms

5- SQL DB bağlatısı (Connection class) yap / Establish SQL DB connection (Connection class)

6- SQL View ve Storage Procedure oluştur / Create SQL Views and Stored Procedures

7- CRUD metodlarının Class'larını (Kategori, Marka, Ürün) oluştur / Create CRUD method classes (Category, Brand, Product)

8- Metodları form butonlarına entegre et / Integrate methods into form buttons

9- Bitir / End

  • Akış Şeması // Flowchart

CRUD NorthwindDB