I just saw this post: Entity Framework - Saving results to the database asyncronously
which says:
I'd like to save all the changes asynchronously because then I can call my web-service multiple times per second and just buffer any database changes to be saved by a quartz timer, which should lead to better performance.
It is not clear to how the buffering actually works and how the mentioned quartz timer works.