about
07/08/2024
CsBites - References
C# Bites - References
language, tools, applications
Language Reference | Description |
---|---|
C# Tutorial - w3shools | Simple tutorial with guided exercises |
Language Reference | Microsoft - informal reference |
Learning Aggregator | Microsoft - aggregation of videos, tutorials, and references |
Tools Reference | Description |
dotPeek - JetBrains decompiler | Tool for translating between assemblies <--> CIL <--> C# source |
ByteCode Reference | Description |
Understanding CIL - Code Project | Clear introduction to the Common Intermediate Language |
Common Intermediate Language - Wikipedia | Quick summary |
List of CIL Instructions - Wikipedia | Extensive list, useful for reference |