Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.
/ sample-aspnet Public archive

The final project, to understand the organization of the process of writing ASP.NET applications on the .NET Framework.

License

Notifications You must be signed in to change notification settings

liannoi/sample-aspnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample ASP.NET

Codacy Badge CodeFactor License

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.

Technologies

  • .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

License

This repository is licensed under Apache-2.0.

About

The final project, to understand the organization of the process of writing ASP.NET applications on the .NET Framework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages