Click here to Skip to main content
15,889,909 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Want to learn C#. Need suggestions on books and compiler
Posted

I would go with something like "Head First C#" by Andrw Stellman & Jennifer Greene if you're a beginning programmer, and then switch over to things like "Pro C# 2010..." once you start to get the hang of it. It also helps if you know C++ and Java, because C# was heavily based on both those languages.
 
Share this answer
 
Comments
Clifford Nelson 19-May-12 17:44pm    
I agree that the Head First is probably the best starting place.
For the book I'd suggest either Pro C# 2010 and the .NET 4 Platform[^] or Pro C# and the .NET 4.5 Framework (Professional Apress)[^]

And for the compiler, Visual Studio C# Express Edition, which can be downloaded from http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-csharp-express[^]
 
Share this answer
 
Comments
Manfred Rudolf Bihy 19-May-12 17:36pm    
5+So you've finally shot past me Mika. Congratulations to having passed the 100K mark! :)
Wendelius 19-May-12 17:43pm    
Thanks Manfred. I don't know if it's an achievement. About 5k more but a whole lot of more wrinkles around my eyes :) Then again, they could've come from something else also.

Anyways, glad to see you back on the board!
As Solution 1 and Solution 2 has been suggested few books, I would say you could probably look few of the articles from CP,



and lastly I would suggest you C# in a Nutshell[^] book.

Hope it helps :) All the best.
 
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