An open API service indexing awesome lists of open source software.

https://github.com/ajb413/wpf-pubnub-desktop-notifications

Windows Desktop notifications with C#, WPF, MVVM, and PubNub.
https://github.com/ajb413/wpf-pubnub-desktop-notifications

csharp desktop dotnet mvvm mvvm-architecture notification notifications pubnub tutorial windows windows-desktop-notifications windows-forms wpf wpf-desktop

Last synced: about 2 months ago
JSON representation

Windows Desktop notifications with C#, WPF, MVVM, and PubNub.

Awesome Lists containing this project

README

        

# Windows Desktop Notifications with C#, WPF, MVVM, and PubNub

Trigger desktop notifications on one or many Windows Desktop apps using PubNub and C#. This example app uses the MVVM pattern with C# and WPF.

![WPF Custom Notification](https://i.imgur.com/G45tXJY.png)

## Tutorial

A full WPF tutorial is available on the PubNub Blog, click on this picture to visit:


PubNub Blog




## PubNub
**Forever Free PubNub API keys are required in the View Model!** Click on this picture to signup for free, now:


PubNub Signup

## Desktop App
Click on a button to trigger a PubNub message. All clients, around the world, that are subscribed to the PubNub channel will see the notification in real time!

![WPF Desktop App](https://i.imgur.com/iykIGCw.png)