views:

198

answers:

7

Possible Duplicate:
What are the best C# .NET books?

Hello,

I m sorry this obviously is not a programming questions, hope it s fine.

Can you please recommend a book on C# ?

I have been programming with C# for a year. I have Java and OOP experience. Looking to learn more about C# .

Thanks.

A: 

I just purchased C#3.0 by Albahari & Albahari and C# in Depth by Skeet. Great references.

Randy Minder
+3  A: 

There are plenty of questions (and answers) regarding the right C# book.

Wolfram
A: 

Definitely C# in Depth by Skeet.

tk-421
+1  A: 

If you're confident in your coding abilities and just want some tips about the peculiarities of C# I highly recommend Effective C#

Guildencrantz
A: 

Highly recommended book by Bill Wagner:

More Effective C#: 50 Specific Ways to Improve Your C#

Amazon has it in both paperback and as a Kindle version.

Frode N. Rosand
A: 

Try to search for related posts on stackoverflow.

But still, here you go.

I like to read .NET Framework Design guidelines. It's not exactly C# book, but kind of 'must follow rulebook' for .net developers.

And one for designing enterprise applications is 'Professional Enterprise .NET' from Wrox.

cdpnet