| Pathway | Description | Entry Point |
|---|---|---|
| C# Story | A comprehensive narrative covering C# from first principles through advanced topics. Chapters: Prologue, Models, Survey, Data, Operations, Classes, Class Relationships, Generics, Reflection, Libraries, Streams, Collections, Interesting, and New Things (C# 11–13). Best for readers who want a complete, linear progression. | Prologue |
| C# Bites | Focused pages each covering a single language feature or concept. Pages form an ordered sequence but also work as stand-alone references. The Pages menu lets you jump directly to any topic. | Introduction |
| Repositories | Documented C# code repositories illustrating real programs - parsers, directory navigators, blocking queues, dependency analysis, WPF demonstrations, and more. Each page discusses the design and links to the GitHub source. | Repositories |
| Other Resources | References page, online playground, and the Microsoft C# documentation portal. |
dotnetfiddle Microsoft docs |
| Resource | Description |
|---|---|
| Microsoft C# docs | Official language reference, tutorials, and "What's new" pages for every C# version. |
| BCL API reference | Complete .NET Base Class Library API documentation with examples. |
| dotnetfiddle.net | Browser-based C# REPL - run and share snippets without a local install. |
| sharplab.io | See the IL, JIT assembly, or decompiled C# that the compiler produces for any snippet. |
| Tour of C# | Microsoft's introductory tour of all major C# features - a good first reading. |
| NuGet.org | The official .NET package repository - search and discover community libraries. |
| csharplang on GitHub | The C# language design repository - proposals, meeting notes, and the language specification. |
| Stack Overflow C# | Large Q&A archive - an excellent first stop when debugging unfamiliar behaviour. |
| Track References page | Curated list of additional blogs, books, and videos from this site. |