This is a simple ASP.Net Core 3.0 APP
Purpose is to test ASP.Net Core 3 MVC app using XKCD comics services.
You can clone or download and open on your IDE and look at code.
Code is organized into 3 projects:
- web, it contains MVC files like Controllers, Views, ViewModels and DTO.
- model, .Net Standard project to provide repository and business logic implementation so it can be shared between different projects.
- test, provides unit tests for the application.