This is a another Stack Overflow question I answered for someone concerning the best way to handle processing data changes in a C# client connecting to a SQL-Server data store.
The question was like this:
I am trying to optimize Quartz .NET
scheduler by eliminating the foreach iteration through each jobs.
Read more