An application designed to demonstrate and serve as an example for writing monolithic applications with a three-tier architecture, not only on the .NET Framework, but also on .NET Core.
In this project, I tried to implement the idea of "Clean Architecture" by Robert Martin.
Also, the project contains a Web API that you can deploy locally and use if necessary. The data is based on a test database that simulates a student testing system that I implemented in this project.
- .NET Framework 4.8
- ASP.NET MVC 5
- ASP.NET Web API 2
- Entity Framework 6.4
- Bootstrap 4.4.1
- [Dependence] jQuery 3.4.1
This repository is licensed under Apache-2.0.