1. Task Parallel Library for .NET 3.5

    By:

    The package includes: * Task<T> for executing asynchronous operations. * Concurrent Collections such as ConcurrentStack, ConcurentQueue ad ConcurrentDictionary. * PLINQ for writing parallel queries. * additional Threading operations such as Barrier,SpinLock and SpinWait.

  2. Dapper dot net async

    By:

    A fork of Dapper with additional QueryAsync methods using .NET Framework 4.5's Task-Based Asynchronous Pattern.

  3. Task Scheduler Managed Wrapper

    By:

    Provides a single assembly wrapper for the 1.0 and 2.0 versions of Task Scheduler found in all Microsoft operating systems post Windows 98. It simplifies the coding, aggregates the multiple versions and allows for localization support.

  4. BCL Portability Pack for .NET Framework 4, Silverlight 4 and 5, and Windows Phone 7.5

    By:

    This packages enables projects targeting .NET Framework 4, Silverlight 4 and 5, and Windows Phone 7.5 (including any portable library combinations) to use new types from later versions of .NET including: CallerMemberNameAttribute CallerLineNumberAttribute CallerFilePathAttribute Tuple<T1, T2, ...> IProgress<T> IStructuralComparable IStructuralEqua... More information

  5. 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.

  6. TaskHelpers

    By:

    Internal classes to assist in using Task efficiently server-side.

    4,535 downloads

  7. Async and Task Helpers

    By:

    A helper library for the Task-Based Asynchronous Pattern (TAP).

  8. TPL Dataflow

    By:

    TPL Dataflow is a .NET Framework library for building concurrent applications. It promotes actor/agent-oriented designs through primitives for in-process message passing, dataflow, and pipelining. TDF builds upon the APIs and scheduling infrastructure provided by the Task Parallel Library (TPL), and integrates with the language support for asynchro... More information

  9. Ookii Dialogs WPF library

    By:

    Ookii.Dialogs is a class library for .Net applications providing several common dialogs. It includes classes for task dialog, credential dialog, progress dialog, input dialog, and common file dialogs. This library is intended for use in WPF applications.

  10. AsyncTaskFactory

    By:

    这个设计针对在Silverlight中经常需要对多个远程服务进行调用,而且我们可能需要让这些任务之间有固定的顺序,同时还希望能够在任务之间传递任务状态。最新版本还支持进度汇报的功能

  11. Task Scheduler Managed Wrapper UI Library

    By:

    Provides localizable UI elements for editing classes in the TaskScheduler library.

  12. FluentScheduler

    By:

    A task scheduler that uses fluent interface to configure schedules. Useful for running cron jobs/automated tasks from your application.

  13. Task Parallel Library for Silverlight, Windows Phone, and .NET 3.5 3.0.1

    By:

    This package is a port of the Mono version of the *complete* Task Parallel Library (not a subset) to .NET 3.5, as well as all Silverlight platforms, including Windows Phone 7.X. This version contains more classes (and is namespace compatible with the BCL) compared to the PortableTPL project. This project supercedes the TaskParallelLibrary.WP7 packa... More information

    7,905 downloads

    Tags

  14. Embedded Task Scheduler

    By:

    Allows tasks to be run on a schedule within a host application

  15. JavaScript Build Task

    By:

    A custom msbuild task which allows execution of JavaScript during the build process (does NOT allow you to compile/compress/minify javascript itself)

  16. Cavity Task Management

    By:

    Provides concrete task management types.

    1,305 downloads

  17. MSBuildTasks

    By:

    The MSBuild Community Tasks project is a collection of open source tasks for MSBuild.

  18. TaskExtensions

    By:

    Helper extension methods for Task Parallel Library (TPL)

  19. ThreadTaskManager

    By:

    A framework to easily create threads to run tasks Synchronously or Asynchronously. To get started write a class that derives from AThreadTask. From there override the PerformTask(object parameter) method. In this method, write the code you would like to have ran in it's own thread. The value you return will be populated in the ReturnValue prope... More information

  20. YUICompressor .NET MSBuild Task

    By:

    This library can minify and/or combine any Javascript and/or Cascading Style Sheets. It includes an MSBuild task so you can automate this process, per build. This is a direct .NET port of the original Yahoo! UI Library: YUI Compressor.