async-dolls
async-dolls copied to clipboard
Async Dolls / Chain of Responsibility
Please read the LICENSE.md agreement
The font used in the slides is
Links
About me
Async / Await
- Six Essential Tips for Async
- Asynchronous Programming with Async and Await
- Async/Await - Best Practices in Asynchronous Programming
- Async/Await FAQ
- Should I expose synchronous wrappers for asynchronous methods?
- Should I expose asynchronous wrappers for synchronous methods?
- Await anything
- Async methods can't have out parameters
- [
TaskContinuationOptions.AttachToParentdon't work with async](To be announced soon) - Task Parallel Library
Task.Factory.StartNewvsTask.Run
Transactions
- Working with Transactions (EF6 Onwards)
- Enlisting Resources as Participants in a Transaction
- Participating in TransactionScopes and Async/Await