I'm mainly here to answer questions. As of this post I've only posted 5 questions, all of which went great.
I use async and await in all my methods, where it's feasible and adds benefit to the result.
But, I feel showing examples using async and await might add an extra layer of confusion for users that aren't ready to deal with these additional learning curves.
What are your thoughts?
EDIT:
I find myself spending more time deleting async and await (and Task) code from what I copy from my own projects to give answers on here without confusing the OP.
Go to the complete details ...