Added books to java, c#, and added databases (#20229)

Add books to java, C#

Also added a section for books on databases
This commit is contained in:
PatrickRJadwin
2018-10-28 13:23:19 -04:00
committed by Tom
parent 867d25322d
commit 0eb442a949

View File

@ -96,6 +96,10 @@ title: Books to Read for Programmers
- 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
*Murach's C# 2015 by Joel Murach (Author), Anne Boehm (Author)
- https://www.amazon.com/Murachs-C-2015-Anne-Boehm/dp/1890774944
- ISBN-13: 978-1890774943
## Coding Interview
*Cracking the Coding Interview: 150 Programming Questions and Solutions*
@ -106,6 +110,11 @@ title: Books to Read for Programmers
- [Wiley](https://www.wiley.com/en-id/Programming+Interviews+Exposed:+Secrets+to+Landing+Your+Next+Job,+2nd+Edition-p-9780470121672)
- ISBN: 978-0-470-12167-2
## Database
*Database Systems: Design, Implementation, & Management 12th Edition*
- [Amazon Smile](https://smile.amazon.com/Database-Systems-Design-Implementation-Management/dp/1305627482/ref=sr_1_1?s=books&ie=UTF8&qid=1539892264&sr=1-1&keywords=database+systems+design%2C+implementation%2C+%26+management)
## Java
*Head First Java* by Kathy Sierra and Bert Bates
@ -116,6 +125,9 @@ title: Books to Read for Programmers
- [Amazon Smile](https://smile.amazon.com/Effective-Java-3rd-Joshua-Bloch/dp/0134685997)
- ISBN-13: 978-0134685991
*Introduction to Java Programming and Data Structures by Y. Daniel Liang
- [Amazon Smile](https://smile.amazon.com/Introduction-Programming-Structures-Comprehensive-Version/dp/0134670949/ref=sr_1_3?s=books&ie=UTF8&qid=1539892132&sr=1-3&keywords=introduction+to+java+programming+daniel+liang+11th+edition&pldnSite=1)
## JavaScript
*You Don't Know JS (book series)*