Desktop application currently in developed written on C# using WPF framework and implemented using N-Layer architecture. The app provides chat following REST conventions.
- .NET 6.0
- WPF used as desktop UI framework
- Prism 8.1 used as Dependency Injection library for views registration
- .NET 6.0
- ASP.NET Core 6.0
- Entity Framework Core 6.0
- SQLite EF Core used as database provider
- Autofac 6.4 used as Dependency Injection library
- Automapper 11.0 used as custom models mapping library