I've been refreshing my brain on threading in C# recently and have compiled a list of resources I found excellent on the subject.
I'll leave them here for future me and also for anyone interested in the topic - save some google bandwidth :)
I'll leave them here for future me and also for anyone interested in the topic - save some google bandwidth :)
- Joe Albahari - Threading in C# http://www.albahari.com/threading/
- Async Programming : Unit Testing Asynchronous Code: Three Solutions for Better Tests - https://msdn.microsoft.com/en-gb/magazine/dn818494.aspx?f=255&MSPPError=-2147217396
- Async/Await - Best Practices in Asynchronous Programming - https://msdn.microsoft.com/en-us/magazine/jj991977.aspx
- Talk: Async best practices - http://blogs.msdn.com/b/lucian/archive/2013/11/23/talk-mvp-summit-async-best-practices.aspx
Comments
Post a Comment