Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Which is the good book for studying c# for beginners?
Posted
Comments
Anisuzzaman Sumon 29-Dec-14 5:43am    
Start through the book "C# 4.0 The Complete Reference" by Herbert Schildt
Simon_Whale 29-Dec-14 5:46am    
Also have a look at midnight beginners centre

I would recommend "C-Beginners-Guide By Herbert-Schildt". See the lists:
http://www.amazon.co.uk/C-Beginners-Guide-Herbert-Schildt/dp/0072133295[^]
This one is also good:
C# 5.0 in a Nutshell: The Definitive Reference[^]
Also find some others good:
A C# Reading List by Eric Lippert[^]
C# Corner:Ebooks[^]
 
Share this answer
 
v3
Any of the Apress or Addison Wesley books are good: http://www.amazon.co.uk/Pro-NET-Framework-Experts-Voice/dp/1430242337[^] is a good one.

Basically, get anything that doesn't have multiple exclamation marks, "in xxx days", or "for dummies" in the title, and work through it from front to back, doing all the exercises as you meet them.
Learning C# is the simple bit: it's the framework around it that takes a huge amount of time to learn! :laugh:
 
Share this answer
 
I answered a QA question recently with a fairly long post suggesting books, and exercises: [^].

In October this year, I wrote this as a comment on a QA question:
If you have a good background in some other programming language, and object-oriented development, or C/C++ I'd recommend any of Jon Skeet's books on C#, or books by Andrew Troelsen.

If C# is your first language, I'd recommend books by Jesse Liberty, Matthew MacDonald. My first pick for a newcomer would be Liberty's "Learning C#."

Even though it was published five years ago, I think it's still excellent.
[^].

In March this year : [^].
 
Share this answer
 
Pro C# 2010 and the .NET 4 Platform 5 edition
Andrew Troelsen wrote.Said to be the best one.
http://www.amazon.com/2010-NET-Platform-Experts-Voice/dp/1430225491</a>
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900