What book is most recommended to teach yourself c# programming?

I installed MS Visual C# 2008 express edition and can do some very simple programs. There should be a lot of .net and c# books out there, but where should I start?

2 Responses to “What book is most recommended to teach yourself c# programming?”

  • lkool:

    It sounds like you have at lease some programming knowledge and want to learn C#.

    When I was in the same boat I read the book C# Programming. I think this could halep you as well.

    http://oreilly.com/catalog/9780596006990/

    I read the book away from the computer, when you get to the examples tru to read then and right down the output on a piece of paper. This way you really find yourself digging into the code to understand what is going on and not bothered with the input into the computer. Once you get done with the example, then go ahead and type it into the computer and compile.

    Good Luck!

  • $1 Solutions:

    I always find that for starters the ‘dummies’ books are a good way of introducing the basics for a language.Try searching for "C# 2008 for Dummies" on one of the online book sellers.

Leave a Reply