/KodlamaIO2024-SecondWeek-Task

Kodlama.io 2024 Yazılım Geliştirici Yetiştirme Kampı (C#) 2.hafta ödevi

Primary LanguageC#

Kodlama.io 2024 Software Developer Training Camp (C#) 2nd week assignment.

💬 Model the Course, Category, Instructor objects on the Kodlama.io home page. Build relationships. Simulate all CRUD operations in a layered structure.

✔️ Generic structure is used in the Business Layer
✔️ In the Data Access Layer, interfaces are implemented with a generic structure, but since they were developed without a database connection, the implementing classes do not have a generic