diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index f8c4ab8f..05b36403 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -3,6 +3,7 @@ * [Artificial Intelligence](#artificial-intelligence) * [Bash](#bash) * [C](#c) +* [C#](#c-sharp) * [C++](#cpp) * [Clojure](#clojure) * [Data Science](#data-science) @@ -45,6 +46,11 @@ * [The C Cheat Sheet: An Introduction to Programming in C](https://sites.ualberta.ca/~ygu/courses/geoph624/codes/C.CheatSheet.pdf) - Andrew Sterian (PDF) +### C# + +* [C# Cheat Sheet](https://simplecheatsheet.com/tag/c-cheat-sheet-1/) - Simple Cheat Sheet (HTML) + + ### C++ * [C++ Quick Reference](http://www.hoomanb.com/cs/quickref/CppQuickRef.pdf) - Hooman Baradaran (PDF)