This release includes ASP .NET MVC Core Tag Helpers for all widgets by jQWidgets. Some of the most notable are: - Grid - Chart - DataTable - TreeGrid - Scheduler - Layout - Docking Layout - ListBox - DropdownList - ComboBox - Tree - TreeMap - Gauges - Buttons - Navigation Bars - DatetimeInput - Calendar - ScrollView - ListView - Tabs - Expander - File Upload - Ribbon Bar - Pivot Grid - Slider - Splitter - Tooltip - Popover - Notification - NavBar - Progress Bar - Rating - Number Input - Password Input - Masked Input - Text Area - Input - Loader - Panel - ScrollBar - Validator - Window
This package contains scheduling features for NetDaemon.
An asynchronous job scheduling server.
Intuitive drag-and-drop interface allows the end users to quickly manage events and appointments in different views: Day, Week, Month, Year, Agenda, etc. Very lightweight , highly customizable, and fast, dhtmlxScheduler provides a quick way to add an Ajax-based event calendar on a web page.
A thin wrapper around Reactive Extensions for distributed application eventing middleware.
Android library to handle jobs in the background
Turn any pull into a push, extensible and on a schedule
ASP.NET Core MVC Bootstrap tag helpers. Contains tag helpers for Bootstrap's Tabs, Modal, Alert, Popover, Button, Dropdown, NavBar, and more. GitHub Repository: https://github.com/jqwidgets/ASP.NET-Core-MVC-Bootstrap-Tag-Helpers Demo: http://aspcore.jqwidgets.com/bootstrap
This repository provides easy cron job to your application on IHostedService.
SQL Server persistance provider for Dependable.
Exposes scheduling utilities.
Package Description
Spring.NET Integration with the Quartz Scheduling Library 2.0
RavenDB JobStore support for Quartz.NET scheduler.
Ding.Schedulers是基于.net core平台开发的应用框架中的NetCore任务调度操作类库。
Introduces IAsyncEnumerable, IAsyncEnumerator, ForEachAsync(), and ParallelForEachAsync() GitHub: https://github.com/Dasync/AsyncEnumerable PROBLEM SPACE Helps to (a) create an element provider, where producing an element can take a lot of time due to dependency on other asynchronous events (e.g. wait handles, network streams), and (b) a consumer that processes those element as soon as they are ready without blocking the thread (the processing is scheduled on a worker thread instead). EXAMPLE using Dasync.Collections; static IAsyncEnumerable<int> ProduceAsyncNumbers(int start, int end) { return new AsyncEnumerable<int>(async yield => { // Just to show that ReturnAsync can be used multiple times await yield.ReturnAsync(start); for (int number = start + 1; number <= end; number++) await yield.ReturnAsync(number); // You can break the enumeration loop with the following call: yield.Break(); // This won't be executed due to the loop break above await yield.ReturnAsync(12345); }); } // Just to compare with synchronous version of enumerator static IEnumerable<int> ProduceNumbers(int start, int end) { yield return start; for (int number = start + 1; number <= end; number++) yield return number; yield break; yield return 12345; } static async Task ConsumeNumbersAsync() { var asyncEnumerableCollection = ProduceAsyncNumbers(start: 1, end: 10); await asyncEnumerableCollection.ForEachAsync(async number => { await Console.Out.WriteLineAsync($"{number}"); }); } // Just to compare with synchronous version of enumeration static void ConsumeNumbers() { var enumerableCollection = ProduceNumbers(start: 1, end: 10); foreach (var number in enumerableCollection) { Console.Out.WriteLine($"{number}"); } }
Aditi.Scheduler provides a simple API that wraps the Aditi Cloud Scheduler service. Ver-1.0.3 built from master @sha:732209f
Provides the ability to execute job schedules.
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.
TasksOnTime can be used in service , console, website or wpf/winforms applications Use only standard ThreadPool
A library that converts cron expressions into human readable descriptions. Supports multiple languages including: English, Brazillian, Spanish, Norwgian, Turkish, Dutch, Chinese Simplified, Russian, French, German, Ukrainian, Persian (Farsi), Polish, Romanian, Italian, Swedish, Slovenian, Danish, Finnish, Greek, Kazakh and Japanese.
The Syncfusion UI components for JavaScript (Essential JS 1) contains comprehensive suite of HTML5 and JavaScript components for enterprise web development. Essential JS 1 components are built on top of the jQuery library. This package contains more than 70 components, including grid, charts, diagram, spreadsheet, schedule, and more. Using this package, applications can easily be built to work efficiently in desktop, tablet, and mobile devices. Key features: • Supports all major browsers including IE8+, Microsoft Edge, Chrome 17+, Firefox 22+, Safari 5+, and Opera 12+. • Globalization and localization. • 17 built-in themes including Material, Office 365, Bootstrap. High contrast themes, etc. • Built in integration with the popular third-party frameworks like Angular, AngularJS, React, Aurelia, Ember, and TypeScript. • Built-in compliance with WAI-ARIA specifications that ensures components work properly in assistive technologies. • Persistence required by interactable components can be maintained/handled by browser’s local storage. • Seamlessly works with jQuery validation to validate form controls like Numeric, MaskEdit, CheckBox, RTE, and DropdownList. • RequireJS support for all its components, which implements AMD specifications. So, user-specified scripts/modules can be loaded to a page. Learn more: https://www.syncfusion.com/jquery/javascript-ui-controls?utm_source=nuget&utm_medium=listing Documentation: https://help.syncfusion.com/js/overview?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing Forum: https://www.syncfusion.com/forums/general?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing).
Scheduler Quartz.NET for .NET Standard 2.0 - Autofac job factory and module
Scheduler Quartz.NET for .NET Standard 2.0 - ServiceProdiver job factory
Provides the ability to manage jobs and schedules.
Schedule representation library that has objects to represent recurring schedules with the ability to convert to and from a UNIX Cron Expression.
Control Sky Q box by IP address over wired or wifi network. Supports all remote control commands including power on/off, change channel, play/pause/stop/record, show program guide, box office and UI navigation. Retrieve set-top box information such as device manufacturer, model and software version. View all Sky electronic programme guide (EPG) channel information and programme guide data, search for what's on now/next. Schedule recordings, list and delete recordings. Complete re-write for version 4, now targeting .Net Standard and async support.
This package is the base library for Syncfusion components in ASP.NET Core (Essential JS 1) platform. It contains Tag Helpers and strongly typed extension that allows creating Syncfusion components in ASP.NET Core application. Learn More https://www.syncfusion.com/products/jquery/aspnet-core-ui-controls Documentation https://help.syncfusion.com/aspnet-core/ Support Please contact us by creating a support ticket. Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident Forum: https://www.syncfusion.com/forums/aspnetcore This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials). © Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
Small .NET package with simple generic implementation of cron scheduling based on ncrontab and System.Threading.Timer.
Util.Scheduling是Util应用框架后台任务封装基础类库
Installs CrystalQuartz panel (pluggable Quartz.NET viewer) to .NET Core or .NET Standard application (web or self-hosted) that uses AspNetCore environment.
Apple Business Chat SDK. It is a .NET C# library used to integrate directly with customers using iPhone, iPad, Mac, and Apple Watch. Allows you to send and receive notifications to easily chat, get assistance, schedule appointments, and complete purchases with Apple Pay, right from within Messages.
Scheduling library for (recurring) tasks that need in-memory scheduling.
LiteDB async storage implementation for Hangfire (background job system for ASP.NET applications). based on: https://github.com/codeyu/Hangfire.LiteDB
Common elements for use by conference scheduling tools including Entities, Exceptions, Extension menthods and Interfaces.
Recommended Google client library to access the Google Cloud Scheduler API (v1), which creates and manages jobs run on a regular recurring schedule.