about
      12/11/2022
      C# Track Summary
      
      
      C# Track Summary
              Story, Bites, and Repositories
            
          
          
          
          Bite Index
Story Index
- Anonymous
Table 1. C# Resources
| Site Resources | Contents | |
|---|---|---|
| C# Bites | Focus on specific C# features | |
| C# Story | Coming eventually | |
| Bits of Code | Compares small C++, Rust, C#, Python, and JavaScript codes | |
| Code Examples | Content | |
| C# Repositories | Index of all the C# code repositories | |
| C# Code examples | C# Basic Demos, CsParser, Diff_WPF | |
| online code execution | dotnetfiddle, tutorialspoint, CSharpPad | |
| Other Resources | Content | |
| C# Tutorial - w3shools | Simple tutorial with guided exercises | |
| Tooling | Using Visual Studio Code to create and build C++, Rust, and C# code | |
| 
                dotnet CLI install and use CLI - select C# radio button  | 
              See Tooling, Section #3, for an introduction to use. Works on Windows, Linux, and MacOS. | |
| Visual Studio Community Edition | Download Visual Studio Integrated Development Environment. It's large and configurable. Visual Studio is the default environment for developing C# code. | |
| 
                Visual Studio Help Slides (VS2017), Visual Studio Help (VS2012)  | 
              These presentations are for earlier versions of Visual Studio, but they are still fairly accurate, except for VS2012 screenshots. | |
| Intermediate and advanced resources from Microsoft | ||
| docs.microsoft.com | Introduction to C# tutorial , C# documentation, C# Reference | |
| C# Coding Conventions | Guidelines for crafting C# code, from the source | |