Please comment below...
- Contributing to Open-Source - My first Roslyn pull request - Getting the environment ready by Maxime Rouiller.
- Installing Ubuntu 16.04 on a Raspberry Pi 3, installing .NET Core 2, and running a sample .NET Core 2 app by Jeremy Lindsay.
- Blue Green Deployments with Azure - The Simple way by Faesel Saeed.
Exception handling in .NET:
https://medium.com/@alexyakunin/try-catch-finally-throw-or-exception-handling-101-9f824136b21b by Alex Yakunin (disclaimer: me)
The article is mostly for beginners, though there are a few advanced topics (IDisposable, finalization, cost of exception handling, cost of finalization).