sample aspnet
1.0.0
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.
This repository is licensed under Apache-2.0.