Coding Challenge 10
C# Interfaces, abstraction and N-Tier Architecture
Today, we are going to create a project called School Management System by applying SOLID Principles. Then, we'll refactor the code step by step. First we created a blank solution to implement layered architecture. After creating a blank solution, open "Solution Explorer" and right-click on the project and add the...
[Read More]