1. toastr

    By:

    3 Easy Steps: (1) Link to toastr.css (2) Link to toastr.js (3) Use toastr to display a toast for info, success, warning or error // Display an info toast with no title toastr.info('Are you the 6 fingered man?') *** For other API calls, see the demo

  2. bbv.Common.EventBroker

    By:

    Notification component for synchronous and asynchronous loosly coupled notification with automatic thread switching: * Synchronous and asynchronous notification * Automatic thread switching: to background or UI thread * Loose coupling of event topic publishers and subscribers * Publishers and subscribers are referenced by we... More information

  3. Hardcodet.Wpf.TaskbarNotification

    By:

    It does not just rely on the Windows Forms NotifyIcon component, but is a purely independent control which leverages several features of the WPF framework in order to display rich ToolTips, Popups, context menus, and balloon messages. It can be used directly in code or embedded in any XAML file.

  4. EmailNotification

    By:

    The Email Notification wrapper makes it easier for .NET developers to wire up emails using fluent configuration. You'll no longer have to manually setup the email service and handle possible exceptions.

  5. WnsRecipe

    By:

    The Windows Push Notification Service Recipe provides an object model to easily construct and send Toast, Tile, Badge and Raw Notifications using the Windows Push Notification Services (WNS).

  6. Microsoft Push Notification Service Recipe

    By:

    Class library to communicate with the Microsoft Push Notification Service (MPNS).

  7. Easy Push Notification Library

    By:

    Send notification, sync & async, in-built validations, authenticated notifications, callback requests, localization & smart next steps on erroneous responses. More Details: http://easynotification.codeplex.com/

  8. VioletTape.NotificationBar

    By:

    Core library for the NotificationBar component and notification logic

  9. jQuery Notification Plugin

    By:

    noty is a jQuery plugin that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog. Each notification is added to a queue. (Optional) The notifications can be positioned at the : top - topLeft - topCenter - topRight - center - centerLeft - centerRight - bottom - ... More information

  10. Growl

    By:

    Includes libraries for sending growl notifications from your applications (functionality as in the .NET SDK). Also includes a helper class to enable sending of simple notifications with just one line of code: GrowlHelper.simpleGrowl("Hello World", "This is my message"); The helper only seems to work with WinForms apps at the moment, but the libra... More information

  11. Minimod.NotificationObject

    By:

    A minimod that provides a base class that implements the INotifyPropertyChanging and INotifyPropertyChanged interfaces

  12. NLog.Growl

    By:

    NLog GrowlNotify is a custom target for NLog version 2.0 allowing you to send logging messages to Growl for Windows

  13. WINRTNotifications

    By:

    Library for notification templates for winrt

  14. Prowl.NET

    By:

    This library allows you to access the Prowl API from within a .NET application. The Prowl service allows you to push notifications to the iPhone or iPod Touch. You can learn more about this service at http://prowl.weks.net/.

  15. Device Management Library

    By:

    This project is an easy to use wrapper for native Windows device management and device setup functions. You can use the library for querying device configuration, registering for device change notifications or sending I/O control codes to device drivers. It´s an experimental project, which enables .NET-developers, who want to avoid the use of WMI, ... More information

  16. BuiltToRoam.NotificationClient

    By:

    Provides support for subscribing to push notifications and registering with http://www.appredirect.com

  17. NLog adapter for AirBrake / Errbit

    By:

    Publish error notifications from NLog directly to AirBrake or an Errbit server.

  18. ObservableCollection with ability to delay notifications.

    By:

    ObservableCollection works in most cases but sometimes it would be beneficial to postpone notifications until later time or temporarily disable them all together. ObservableCollectionEx is designed to provide this missing functionality. The ObservanleCollectionEx is a direct replacement for ObservableCollection and could be used without any code mo... More information

  19. bbv.Common

    By:

    Provides shared types needed by other bbv.Common projects: * Generic EventArgs * EventFilter (aggregate frequently occurring events) * DateTimeProvider to make operations on current time testable * string Formatting operations bbv.Common assembly is a part of bbv.Common, a library of .NET components and functionality including: ... More information

  20. PushSharp

    By:

    A server-side library for sending Push Notifications to iOS (iPhone/iPad APNS & PassKit), Mac OSX (Mountain Lion+), Android (GCM/C2DM), Windows Phone 7/8, Windows 8, and FirefoxOS (soon)