A collection of awesome and useful C# articles
- Intro to threading in C#: http://www.albahari.com/threading/
- .NET CLR Thread pool: https://www.infoworld.com/article/3201030/understand-the-net-clr-thread-pool.html
- Comparing .NET Async patterns: https://stackoverflow.com/questions/11276314/asynchronous-programming-apm-vs-eap
- C# Async: https://www.codeproject.com/Articles/996857/Asynchronous-programming-and-Threading-in-Csharp-N
- C# Syncronization Context: https://docs.microsoft.com/en-us/archive/msdn-magazine/2011/february/msdn-magazine-parallel-computing-it-s-all-about-the-synchronizationcontext
- Unity .NET overview: https://docs.unity3d.com/Manual/overview-of-dot-net-in-unity.html
- Base class extension methods: https://weblogs.asp.net/scottgu/new-orcas-language-feature-extension-methods