keyvan / Abidar

An ASP.NET task scheduler library written in C# based on XML configuration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Abidar Task Scheduler for ASP.NET
Author: Keyvan Nayyeri
Blog: http://keyvan.io
Podcast: http://keyvan.fm
Twitter: http://twitter.com/keyvan
Contact Info: http://keyvan.tel
******************************************************************
Abidar is a task scheduling system for ASP.NET that uses XML
configuration and a level of abstraction to execute different
tasks on a regular basis in ASP.NET applications without requiring
any access to Windows services or other system resources. This
library can be used easily in all hosting environments such as
shared solutions.

The implementaiton is described in details on my blog:

http://keyvan.io/abidar-asp-net-task-scheduling-framework
http://keyvan.io/abidar-1-0-beta-1

NuGet Package:

http://nuget.org/packages/Abidar

About

An ASP.NET task scheduler library written in C# based on XML configuration.

License:GNU General Public License v2.0


Languages

Language:C# 56.1%Language:ASP 43.9%