Resource links for C# duckling contributors (AKA those new to C#) - tommy9/Rubberduck GitHub Wiki
Resources that introduce new ducklings to C#.
Basics
- Operators: https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/
- Keywords: https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/
Intermediate
- http://blog.somewhatabstract.com/2015/08/25/c6-auto-property-initializers-and-expression-bodied-properties/ Provides a good illustration how using Expression-bodied properties can keep code very concise and readable.
Videos
- https://channel9.msdn.com/Series/Programming-in-C-Jump-Start is really good at introducing things to those that have some experience. Requires a decent level of C# to understand, best viewed once basics are understood well.
SOLID principles
- https://checkersweblog.wordpress.com/2017/01/15/writing-solid-code/ Written by @Hosch250