1. Roque.Worker

    By:

    This package is for class libraries that implement worker services or subscribers. Roque is a queueing framework. Allows you to create Redis-based distributed async event and work queues by just using plain-old C# methods and events.

  2. Neo4j.Server.AzureWorkerHost

    By:

    Makes it super easy to host Neo4j in an Azure worker role

  3. WebBackgrounder

    By:

    WebBackgrounder is a proof-of-concept of a web-farm friendly background task manager meant to just work with a vanilla ASP.NET web application. See https://github.com/NuGet/WebBackgrounder for more information.

  4. WebBackgrounder.EntityFramework

    By:

    WebBackgrounder.EntityFramework is an implementation of the IJobCoordinator for WebBackgrounder that uses a Database (via EF Code First) as the synchronization mechanism (aka a mutex) for coordinating jobs.

  5. Redis Worker

    By:

    Implementation of a queue / worker pattern backed by Redis Features include: Retries when handling work causes uncaught exceptions Handles work concurrently using the ThreadPool Saves completed work into an audit hash Requeues work dropped by a crashed or disconnected worker

  6. Windows Azure Caching

    By:

    Windows Azure Caching is a distributed, in-memory cache that can be set up in your Windows Azure deployment on web or worker roles. Caching increases performance by allowing you to store commonly accessed data in memory and reduces load on backend databases. The Windows Azure Caching NuGet package allows you to quickly provision a web or worker r... More information

  7. bbv.Common.Async

    By:

    AsyncWorker (simplified API for BackgroundWorker), AsyncResult to implement asynchronous tasks. bbv.Common.Async is a part of bbv.Common, a library of .NET components and functionality including: * (a)synchronous notification component with thread switching using publisher-subscriber pattern, * hierarchical state machine wit... More information

  8. Appccelerate.Async

    By:

    AsyncWorker (simplified API for BackgroundWorker), AsyncResult to implement asynchronous tasks.

  9. Belz

    By:

    Belz is a .Net open source engine for parallel workers processing

  10. XecMe

    By:

    XecMe is a hosting and execution framework. It follows the task oriented design approach for solving the business problems. It is a highly configurable framework to execute batch processes, asynchronous tasks, Windows Service etc. You can simplify your Azure Worker Role development to manage multiple task within the same role

  11. Belz.QueueProvider

    By:

    Belz.QueueProvider is a Queue Provider interface for Belz project

  12. Belz.QueueProvider.IronMq

    By:

    Belz.QueueProvider.IronMq is an IronMq service implementation for Belz Queue Provider interface

  13. itextsharp.xmlworker

    By:

    Parses XML to PDF, with CSS support, using iTextSharp.

    1,082 downloads

  14. CloudCache Server

    By:

    CloudCache is a Windows Azure wrapper around Memcached. This encapsulates the memcached executable and process startup/shutdown logic required to wire up a worker role.

  15. bbv.Common.StateMachine

    By:

    Hierarchical state machine with fluent definition syntax Features: * states and events can be defined with enums, strings or ints - resulting in single class state machines. * actions o on transitions o entry and exit actions * transition guards * hierarchical o different history behaviors to initiali... More information

  16. DesertSoftware Web

    By:

    A few light weight classes for ASP.Net MVC web applications

  17. Appccelerate.StateMachine

    By:

    Hierarchical state machine with fluent definition syntax Features: states and events can be defined with enums, strings or ints - resulting in single class state machines, actions on transitions, entry and exit actions, transition guards, hierarchical with different history behaviors to initialize state always to same state... More information

  18. Castle AutoTx Facility

    By:

    This facility enables ambient easy-to-use declarative transactions through the [Transaction] attribute. This is the glue that holds the bits and pieces from Castle Transactions together and the stuff that will make your co-workers googly-eyed and impressed.

    4,090 downloads

  19. Windows Azure Caching Memcache Shim

    By:

    Windows Azure Caching is a distributed, in-memory cache that can be set up in your Windows Azure deployment on web or worker roles. Caching increases performance by allowing you to store commonly accessed data in memory and reduces load on backend databases. Windows Azure Caching Memcache Shim is a translation layer that enables you to easily com... More information