Implement Task Recurrence Pattern in .NET like Outlook?

旧城冷巷雨未停 提交于 2019-12-11 16:54:50

问题


I have to implement Scheduler like outlook in my .NET application.I have already started working on it but I can't implement Recurrence Pattern.please suggest me that how could i achieve this functionality. how to save task with Recurrence in database? I found this RadScheduler for ASP.NET AJAX but unfortunately this controller is commercial


回答1:


A good place to start is Quartz.Net

This is an open source library that does exactly what you want, sans any UI component.



来源:https://stackoverflow.com/questions/3660945/implement-task-recurrence-pattern-in-net-like-outlook

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!