How to handle recurring dates (dates only) in .NET?
- by Wayne M
I am trying to figure out a good way to handle recurring events in .NET, specifically for an ASP.NET MVC application. The idea is that a user can create an event and specify that the event can occur repeatedly after a specific interval (e.g. "every two weeks", "once a month" and so on).
What would be the best way to tackle this? My brainstorming…