Good books/reference site with C# code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Good books/reference site with C# code?

Just useful strings and things that you may need, a bit like a index or a library

17th Aug 2016, 8:38 PM
Ryan Bunting
5 Answers
+ 3
Hi Ryan. Save your money. There a lot of good classes in youtube.
17th Aug 2016, 10:13 PM
Ricardo Pucca
Ricardo Pucca - avatar
18th Aug 2016, 5:01 PM
Plamen Dokulyakov
Plamen Dokulyakov - avatar
0
As Ricardo said, you can manage to learn in-depth C# with many tutorials eager to get your view. If you are like me and really do love reading the information for reference and in front of you, the book I use is "Step by Step Visual Studio C#". It is a BIT expensive for a textbook, and it isn't for a brand new begineer who doesn't know why some things are the way they are, but if you have a basic understanding of a language it will go great. If you're brand new to coding a good book is "C++ Demystified" "WAIT! That's C++, not C#!?" Yes! It is! But the book is for those that are a bit slow at first and really want to know why everything works fully so in the future you can work with it in your own thoughts and not with the book's words. It goes a little bit past functions, so most of the code it gives is the same with C#, but here are some differences C# - Console.Writeline("This will be shown in the console."); C++ - cout << "This will be shown in the console." << endl; -------- C# - int Help Console.ReadLine(Help); C++ - int Help cin >> Help; There are more that I can't remember but you can always google. Hope this helps!
17th Aug 2016, 10:24 PM
Dinoswarleafs
Dinoswarleafs - avatar
0
"CLR via C#" by Jeffrey Richter is one of the best books
18th Aug 2016, 9:35 PM
Ivan G
Ivan G - avatar
0
Not a book but two amazing dev resources learnvisualstudio.net (LIFETIME subscription is totally worth it) && plural sight. d[~,~]b
6th Dec 2016, 1:34 PM
Dainichi Daigoro
Dainichi Daigoro - avatar