+ 5
Which c# book you would recommend to me?
I mean a book of csharp language. I have been learning through online courses and think of moving to more advanced level c# language. I need your help. Thanks
3 Answers
+ 6
Great question! Congrats on your progress!
By far the best is CLR via C# (4th Edition) (Developer Reference): Jeffrey Richter: 9780735667457: Amazon.com: Books. It won't teach you syntax, but being experienced, you'll learn syntax and LINQ-stuff by experimenting.
Other than that, doing programs, for real. Once you get the hang of LINQ extensions you will never look back; they are an example of functional programming implemented the proper way in (mainly) non-functional languages.
0
head first c#. not the most serious but combining code with the real world problems.