From 6178e36915a771a9e1d48d4a007ecb8a9991eb1a Mon Sep 17 00:00:00 2001 From: fisher Date: Thu, 1 Apr 2021 02:53:21 +0100 Subject: [PATCH] Add "Two Decades of C#" by Ben Bowen. Two Decades of C# is a series of blog posts by Ben Bowen, detailing which versions of C# introduce which features. It seems particularly well written. I am unsure if I have appended it to the correct section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 51085c0..b9b3ba9 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ If you feel something is missing from the list, please feel free to fork the rep 20. [Shaping the Future of Connected Policing](https://www.youtube.com/watch?v=24FaeP_Zv_8) 21. [Enabling Digital Policing: Computacenter and VMWare](https://www.youtube.com/watch?v=wwJyKUv3rcs) 22. [Digital Ocean Tutorials](https://www.digitalocean.com/community/tutorials?primary_filter=popular) - System Administration tutorials from Digital Ocean. Can be followed on any Linux machine. +23. [Two Decades of C#: A Reference](https://benbowen.blog/post/two_decades_of_csharp_i/) - A reference of which C# version introduced which features. Linked is the first blog; later versions are covered under later blogs. ## Linux Distributions 1. [Ubuntu](https://ubuntu.com/) - Great starting distributions for beginners as lots of support is available.