How to create hundreds of tasks with minimal overhead. Let us consider that in my application that i have thousands of users registered for their birthday reminders. I need to write a scheduler task each registered which wakes up before birthday and greet them.
1 .How to do this?
2. believe TPL has support for handling this sceneraio and some link to real world examples (avoid hello world style applications)