https://github.com/michaeidietrich/uwpnotificationnetcoretest
This is a quick sample how to create Windows desktop notifications from an unpackaged .NET Core 3 / WPF application and also how to receive notification invocations using a local COM server or protocol activation.
https://github.com/michaeidietrich/uwpnotificationnetcoretest
component-object-model netcore3 notifications uwp wpf
Last synced: about 2 months ago
JSON representation
This is a quick sample how to create Windows desktop notifications from an unpackaged .NET Core 3 / WPF application and also how to receive notification invocations using a local COM server or protocol activation.
- Host: GitHub
- URL: https://github.com/michaeidietrich/uwpnotificationnetcoretest
- Owner: MichaeIDietrich
- License: mit
- Created: 2020-03-03T17:04:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T22:45:41.000Z (about 5 years ago)
- Last Synced: 2025-02-28T22:47:37.983Z (2 months ago)
- Topics: component-object-model, netcore3, notifications, uwp, wpf
- Language: C#
- Homepage:
- Size: 14.6 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
This is a quick sample how to create Windows desktop notifications from an unpackaged .NET Core 3 / WPF application and also how to receive notification invocations using a local COM server or protocol activation