views:

515

answers:

12

Were there any awesome C# tutorials you found that helped you learn it? Or any books that you thought were particularly successful? Any that should be avoided?

UPDATE: Tons of good answers, thank you all! To clarify the earlier question, hobbyist with only light programming experience previous. Working through online tutorials currently, probably going to pick up Head First C#.

+3  A: 

C# Station has a fairly straightforward introduction to C#. You may also want to check other Stackoverflow questions which have already covered this topic.

JasCav
+1  A: 

Online Tutor
C# Books
Skeet's recommended Books

SwDevMan81
+1  A: 

How about the MSDN C# Tutorials?

luvieere
+1  A: 

I wouldn't go anywhere near anything entitled Learn C# in 24 hours/7 days. Absolute tripe. I like apress titles but it really depends if you need something for a C# newbie or a programming newbie.

If you are a programming newbie consider http://www.apress.com/book/view/9781590598696, if you're a C# newbie but have programmed before get http://www.apress.com/book/view/1590598849.

Stephen Newman
+1  A: 

Assuming that you want to use the most recent features I'd recommend the following book.

Beginning C# 2008 From Novice to Professional

I used a previous version specific to ASP.NET with C# and found it quite useful and would recommend it.

Beginning ASP.NET 3.5 in C# 2008

sparks
+1  A: 

I really liked these books:

Reshure
+1  A: 

Your already there: http://stackoverflow.com

csharptest.net
I agree with you. :-) +1
Nano HE
A: 

Ironically I've just answered a similar question. I'm using Head First C# and finding it readable and enjoyable. A good mix of info and exercises. It's an interesting layout, but possibly not for all so do have a look before you commit.

Mike
A: 

If you had no experience with OOP before I suggest to read something about it too.

Andrew Bezzub
A: 

try this

http://csharp.net-informations.com

Thanks Gever

geveruk
A: 

Searc in Google...

  • C# School [PDF]
  • CSharp 2.0 - Practical Guide For Programmers (2005) [PDF]
  • CSharp 2005 For Dummies (2006) [PDF]
  • CSharp - Your Visual Blueprint For Building .NET Applications (2002) [PDF]
  • microsoft visual C# 2008 step-by-step [PDF]
  • CSharp Precisely (2004) [PDF]
  • CSharp Cookbook, 1st Edition (2004) [CHM]
  • CSharp 2.0 - The Complete Reference, 2nd Edition (2006) [CHM]
  • CSharp In A Nutshell, 2nd Edition (2003) [CHM]
  • CSharp Cookbook, 2nd Edition (2006) [CHM]

In the beginning, and still today, these files help me greatly. Enjoy!

Ph.E
A: 

study the http://www.c-sharpcorner.com/ articles and tutorials.

Lalchand