| Reference | Description |
|---|---|
| Microsoft C# docs | Official C# language reference and tutorials. |
| w3schools.com | Quick tutorial with examples. |
| tutorialspoint.com | Fairly quick with examples. |
| Tour of C# | Microsoft's introductory tour of all major C# features. |
| dotnetfiddle.net | Browser-based C# REPL — run snippets without installing anything. |
| BCL API reference | Complete .NET Base Class Library API documentation. |