Found 142 packages
SimpleMessageBus is a system for making applications more reliable and responsive to users by processing potentially long-running tasks out-of-band from the user's main workflow. It is designed to run either on-prem, or in the Microsoft Cloud, making it suitable for any application, and able to grow as your needs do.
Open source library for Windows Phone and Windows 8 XAML applications. This library is focused on web connected and data driven applications. It includes helpers to easily cache data from API calls and cache web images to the local storage. There's also a DataLoader included which functions as a wrapper around a Task<T> method. You can bind a progress bar to the DataLoader and show it as long as the task is running.
SimpleMessageBus is a system for making applications more reliable and responsive to users by processing potentially long-running tasks out-of-band from the user's main workflow. It is designed to run either on-prem, or in the Microsoft Cloud, making it suitable for any application, and able to grow as your needs do.
AWS lambda enables users to write serverless functions. However, a lambda function can have a maximum execution time of 15 minutes after which it times out. Hence, it is not possible to write long running processes in AWS lambda. AWS has introduced step functions to overcome this shortcomming. However, there is a steep learning curve to learn the state machine language and the service itself comes at a premium cost. The purpose of this project is to enable existing C# users of AWS to write long running orchestrations which are durable.
CLI Application edition of ".NET Core Logging Files Monitor and Archiver". It is a long running monitor which scans file directories, archives them and deletes the old. It keeps file directories in tidy state by the rules. Visit GitHub project for more information.
Creates a default Windows Service with WIX installer.
SimpleMessageBus is a system for making applications more reliable and responsive to users by processing potentially long-running tasks out-of-band from the user's main workflow. It is designed to run either on-prem, or in the Microsoft Cloud, making it suitable for any application, and able to grow as your needs do.
Incredibly easy and reliable way to perform fire-and-forget, delayed and recurring long-running, short-running, CPU or I/O intensive tasks inside ASP.NET application. No Windows Service / Task Scheduler required. Even ASP.NET is not required. Backed by Redis, SQL Server, SQL Azure or MSMQ. http://hangfire.io/
A library that allows resilient context.SaveChanges / SaveChangesAsync in Entity Framework Core, logging of long-running transactions and limiting of concurrent SaveChanges.
Asynchronously pipe progress messages from long running functions to PowerShell cmdlets.
.Net ASP.NET Job Scheduler Long-Running
.Net ASP.NET Job Scheduler Long-Running
Long-running task progress tracking: WPF frontend.
Workflow Foundation (.Net 4.x System.Activities workflows) over Microsoft Orleans framework, providing stable, long-running, extremely scalable processes with XAML designer support.
Provider-agnostic operation tracking primitives for long-running workflows.
Long-running task progress tracking: abstractions and console frontend.
.Net ASP.NET Job Scheduler Long-Running
Provides worker components to implement long running services, background jobs and scheduled jobs based using Hangfire.
A very simple and easy-configurable busy indicator for WPF. SpinningWheel is part of the Hammer UI Kit set. It lets you to put it over any control during long running processes, configure color, size, design and speed even in runtime.
To be used with WEB API projects. A library that provides a way for waiting the execution of a method in days or months, without blocking the CPU or consuming memory.This can be useful for writing workflows tha has a long running tasks.