EasyNotification

A .NET Push Notification Helper Library for Windows Phone.

https://www.nuget.org/packages/EasyNotification

'Easy Notification' is a C# 4.0 Push Notification helper library that provides a simple interface to send Toast, Tile, Raw and other notifications to Windows Phone devices.

Using the library is as simple as creating a message object and calling a method.

var toastMessage = new WindowsPhoneToastPushNotificationMessage();
var result = PushNotifier.SendPushNotificationMessage(toastMessage);

Common Features:

Special Features:

Versioning Scheme:

they say that 'if at first you don't succeed, call it version 1.0.' alright, point taken.

feel free to create a new work item if you see any issues.