By ConstructG.com – The Ultimate C# Learning Bundle
This repository contains a collection of comprehensive C# learning resources, cheatsheets, and references designed for developers at all skill levels. Whether you're a beginner learning the basics or an experienced developer looking for a quick reference, you'll find valuable resources here.
| Resource | Description | 
|---|---|
| C# Ultimate Cheatsheet | The most comprehensive C# cheatsheet covering C# 14+ features | 
| C# Comprehensive Reference | Detailed reference guide covering all C# features through version 14 | 
| C# Concise Reference | A more concise reference guide for quick lookups | 
| C# Mindmap | Visual mindmap of C# concepts and their relationships | 
| C# Legacy Cheatsheet | Legacy version of the C# cheatsheet (C# 8.0) | 
- For beginners: Start with the C# Concise Reference to get familiar with the core concepts.
- For quick lookups: The C# Ultimate Cheatsheet is organized for easy reference.
- For visual learners: Check out the C# Mindmap to see how concepts relate to each other.
- For in-depth learning: The C# Comprehensive Reference provides detailed explanations of all features.
CSharp Cheatsheet/
├── assets/                         # Static assets
│   ├── css/                        # Stylesheets
│   ├── js/                         # JavaScript files
│   ├── csharp-mindmap-poster.png   # Mindmap poster image
│   └── favicon.svg                 # Site favicon/logo
├── docs/                           # Documentation files
│   ├── comprehensive-reference.md  # Comprehensive C# reference
│   ├── concise-reference.md        # Concise C# reference
│   ├── legacy-cheatsheet.md        # Legacy C# cheatsheet
│   ├── mindmap.html                # Visual C# mindmap
│   └── ultimate-cheatsheet.md      # Ultimate C# cheatsheet
├── index.html                      # Main landing page
├── LICENSE.md                      # License information
└── README.md                       # This file
Contributions, bug fixes, additions, and improvements are welcome! Please feel free to submit a pull request or open an issue.
This project is licensed under the GNU Affero General Public License v3.0 - see the LICENSE.md file for details.
ConstructG.com is an online game development academy that offers comprehensive courses on C#, Data Structures & Algorithms, Avalonia UI, and Unity game development.