Reddit Reddit reviews Illustrated C# 2010 (Expert's Voice in .NET)

We found 2 Reddit comments about Illustrated C# 2010 (Expert's Voice in .NET). Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Computer Programming
Software Design, Testing & Engineering
Software Development
Illustrated C# 2010 (Expert's Voice in .NET)
Check price on Amazon

2 Reddit comments about Illustrated C# 2010 (Expert's Voice in .NET):

u/wernercd · 7 pointsr/learnprogramming

For a learning resource with C#, I've grown to like Apress books. [http://www.amazon.com/Illustrated-2010-Experts-Voice-NET/dp/143023282X] (2008 version is one of my favorites) (Here's a stackoverflow question about good C# books [http://stackoverflow.com/questions/632571/c-sharp-book-for-the-casual-beginner-c-sharp-programmer] if you want to go the book route).

Quick google search of "C# tutorial" turns up some good looking resources:
[http://msdn.microsoft.com/en-us/library/aa288436(VS.71).aspx]
[http://www.csharp-station.com/Tutorial.aspx]
[http://csharp.net-tutorials.com/]

Most important resource of all, [http://stackoverflow.com]. Best place to ask questions and get answers to programming questions.


Most important thing to do... is while your reading the tutorials, make them into programs yourself. Read & implement. Only times I've gotten noticably better is when I

u/FloatableCat · 1 pointr/learnprogramming

Since no one has recommended any books yet I would say get this:

http://www.amazon.co.uk/Illustrated-2010-Experts-Voice-NET/dp/143023282X/ref=sr_1_1?ie=UTF8&qid=1343053768&sr=8-1

I used it recently to brush up on my knowledge before some job interviews and still found it interesting after working as a programmer for 3 years nearly.

Also Stackoverflow.com is your friend, not just for c# but you can get a lot of info from there on problems you are having, as well as asking for help.