https://github.com/sepppenner/signalrforwpf
SignalRForWPF is an example on how to work with ASP.Net Core SignalR in WPF aplications.
https://github.com/sepppenner/signalrforwpf
Last synced: about 1 year ago
JSON representation
SignalRForWPF is an example on how to work with ASP.Net Core SignalR in WPF aplications.
- Host: GitHub
- URL: https://github.com/sepppenner/signalrforwpf
- Owner: SeppPenner
- License: mit
- Created: 2019-02-17T12:55:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-09T15:36:41.000Z (over 1 year ago)
- Last Synced: 2025-04-02T00:24:37.683Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 706 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: License.txt
Awesome Lists containing this project
README
SignalRForWPF
====================================
SignalRForWPF is an example on how to work with [ASP.Net Core SignalR](https://docs.microsoft.com/de-de/aspnet/core/signalr/introduction?view=aspnetcore-2.2)
in [WPF](https://docs.microsoft.com/en-us/dotnet/framework/wpf/getting-started/introduction-to-wpf-in-vs) aplications.
[](https://ci.appveyor.com/project/SeppPenner/signalrforwpf)
[](https://github.com/SeppPenner/SignalRForWPF/issues)
[](https://github.com/SeppPenner/SignalRForWPF/network)
[](https://github.com/SeppPenner/SignalRForWPF/stargazers)
[](https://raw.githubusercontent.com/SeppPenner/SignalRForWPF/master/License.txt)
[](https://snyk.io/test/github/SeppPenner/SignalRForWPF)
[](https://franzhuber23.blogspot.de/)
[](https://patreon.com/SeppPennerOpenSourceDevelopment)
[](https://paypal.me/th070795)
## General stuff
* The project `SignalRForWPF.Client` serves as a simple client application for sending messages via the SignalR service.
* The project `SignalRForWPF.Server` provides a SignalR service (and includes a sample website).
* The project `SignalRForWPF.Shared` contains the shared model classes of client and server.
## Additional information
This can be used in [WinForms](https://docs.microsoft.com/en-us/dotnet/framework/winforms/), too.
Change history
--------------
See the [Changelog](https://github.com/SeppPenner/SignalRForWPF/blob/master/Changelog.md).