ASP.NET Core Application (Blazor) with Clean Architecture (see https://docs.microsoft.com/en-us/dotnet/architecture/modern-web-apps-azure/common-web-application-architectures). This is a toy project that I'm currently working on for the sole purpose of learning as much as I can about the new ASP.NET Core.
Parts
- Api (Swagger / OpenAPI included)
- SignalR
- Client (Blazor WebAssembly)
- Core (Entities, Interfaces)
- Infrastructure (Data, Repos)
- Services
- Tests (xUnit)
Packages / Libraries
- MediatR
- NLog
- xUnit
To be cuntinued... This file will be updated with time.