开发者

Task (appointment) scheduling library in C#? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 8 years ago.

Improve this question

Is there any good task scheduling library in C#/.NET ?

I don't mean task in the sense of 'print job', I mean task in the business sen开发者_如何学Cse, like you schedule your tasks in Outlook.

Preferably with overview and calendar, preferably ASP.NET.


I have used Quartz.net and it works very well, you can make the scheduling as fine grained as you need it. Its open source and very well written. The library doesnt have the UI stuff, but only takes care of the actual scheduling, should be easy to implement though, the hard part is the scheduling.


You can use ASPxScheduler from Devexpress.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜