Fix(guide): Add C# book recommendations

pull/18801/merge
Andrew 2018-10-15 18:53:51 -04:00 committed by Heather Kusmierz
parent f097ffaf2e
commit 7fc676a4d3
1 changed files with 10 additions and 0 deletions

View File

@ -82,6 +82,16 @@ title: Books to Read for Programmers
- [Amazon](https://www.amazon.com/Book-Programming-4th-Al-Kelley/dp/0201183994/ref=cm_cr_arp_d_bdcrb_top?ie=UTF8)
- ISBN-13: 978-0201183993
## C#
*C# 6.0 in a Nutshell: The Definitive Reference 6th Edition* by Joseph Albahari (Author), Ben Albahari (Author)
- https://www.amazon.com/C-6-0-Nutshell-Definitive-Reference/dp/1491927062/ref=sr_1_2?s=books&ie=UTF8&qid=1539643378&sr=1-2&keywords=C%23+6.0+in+a+nutshell
- ISBN-13: 978-1491927069
*Pro C# 7: With .NET and .NET Core Paperback Nov 21 2017* by Andrew Troelsen (Author), Philip Japikse (Author)
- https://www.amazon.com/Pro-NET-Core-Andrew-Troelsen/dp/1484230175/ref=sr_1_1?s=books&ie=UTF8&qid=1539643534&sr=1-1&keywords=Pro-NET-Core-Andrew-Troelsen
- ISBN-13: 978-1484230176
## Coding Interview
*Cracking the Coding Interview: 150 Programming Questions and Solutions*