From d7ff437f10f756cc656e90f78d320713915431b3 Mon Sep 17 00:00:00 2001 From: Gustavo Oliveira <127700050+Shockraa@users.noreply.github.com> Date: Tue, 10 Oct 2023 21:30:15 -0300 Subject: [PATCH] Update readme.md --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index 6e58f7c..a9d9dbb 100644 --- a/readme.md +++ b/readme.md @@ -77,6 +77,7 @@ _Please read [contribution guidelines](contributing.md) before contributing._ - [Assembly](#assembly) - [C](#c) - [C++](#c-1) + - [C#](#c-2) - [D](#d) - [Go](#go) - [Clojure](#clojure) @@ -797,6 +798,10 @@ _Please read [contribution guidelines](contributing.md) before contributing._ - [📕 A Tour of C++ (2013)](https://www.goodreads.com/book/show/18197265-a-tour-of-c) - Very concise, updates readers with prior knowledge of C++ to modern C++11. - [📕 Beginning C++ Through Game Programming (2004)](https://www.goodreads.com/book/show/852335.Beginning_C_Through_Game_Programming) +### C# + +- [📖 Fundamentals of Computer Programming with C# (2013)](https://www.introprogramming.info/wp-content/uploads/2013/07/Books/CSharpEn/Fundamentals-of-Computer-Programming-with-CSharp-Nakov-eBook-v2013.pdf) + ### Clojure - [📕 Elements of Clojure (2017)](https://www.goodreads.com/book/show/31159768-elements-of-clojure)