https://github.com/smirnovma/messenger-app
Messenger Client
https://github.com/smirnovma/messenger-app
csharp messenger mvvm prism webapi wpf
Last synced: over 1 year ago
JSON representation
Messenger Client
- Host: GitHub
- URL: https://github.com/smirnovma/messenger-app
- Owner: smirnovma
- Created: 2017-03-09T05:44:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T17:53:01.000Z (about 4 years ago)
- Last Synced: 2024-07-30T21:04:25.863Z (almost 2 years ago)
- Topics: csharp, messenger, mvvm, prism, webapi, wpf
- Language: C#
- Homepage:
- Size: 43.9 KB
- Stars: 9
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Messenger Client
The Messenger Client is a windows presentation foundation (WPF) application. The application was created in accordance with the guidelines Prism. This is a simple program for demonstrating the implementation of the messenger. Server logic is created as a Web API. You can download Web API: https://github.com/smirnovma/messenger-service. Also you have to change reference to Web API in App.config.
In this solution you can see:
* Desktop application based on WPF
* Construction of the project in accordance with Prism
* Multilayered architecture
* Use of ORM (Entity Framework with Code First)
* Logic of data communication with the Web API
This application is not designed to work under high load conditions. The main objective is to study the technologies described above.


