Task (appointment) scheduling library in C#? [closed]
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 questionIs 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.
精彩评论