Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dragouf/signalr.progress

Example of an Async task progression report with signalR, .net MVC and twitter bootstrap
https://github.com/dragouf/signalr.progress

Last synced: about 2 months ago
JSON representation

Example of an Async task progression report with signalR, .net MVC and twitter bootstrap

Awesome Lists containing this project

README

        

SignalR.Progress
================

C# 5.0 async task progression report with signalR.

This example show how to :

- Start a task
- See task progression
- Cancel task

It's based on :

- twitter bootstrap
- knockoutjs
- signalR
- C# 5.0 async/await with CancelToken and IProgress

![alt text](http://i.stack.imgur.com/pQlet.png "App Screenshot")