[How To] Open Source Licence System using C#

I wanted to contribute to the open-source world, so I created a project that provides a licence system for your applications: AS_Licence, an open-source licence system.

Technologies and patterns used in this project:

  • ASP.NET Core 2.2
  • .NET Standard 2.0
  • N-Tier Architecture
  • Unit of Work Design Pattern
  • Repository Pattern
  • Dependency Injection

The source code is available on GitHub.