Please recommend books for learning C#

J

Johann Schuler

I am learning C#. Right now I am working my way thru "Microsoft C# .NET Step
by Step by John Sharp and Jon Jagger." After this I want to get into more
depth. Eventually I want to pass the C# certification test. Please recommend
books for me to read after I get thru the present book, in order of depth
and difficulty. Many thanks!
 
J

Jimmy

Go for

Applied Microsoft .NET Framework Programming
Jeffrey Richter
Microsoft Press

Essential .NET, Volume I: The Common Language Runtime
Don Box
Addison Wesley

Customizing the Microsoft .NET Framework Common Language Runtime
Steven Pratschner
Microsoft Press
 
C

Clive Dixon

Amongst the works I've found most useful are:

Programming C# (Jesse Liberty) - good learning C# book.

Programming .NET Components (Juval Lowy) - good book on .NET development
techniques in general.

Effective C# (Bill Wagner) - tips and tricks for C# and .NET development.

C# Cookbook (Stephen Teilhet & Jay Hilyard) - not a tutorial type book but a
good reference for "how-to's" in C#.

The C# Programming Language (Anders Hejlsberg, Scott Wiltamuth & Peter
Golde) - language reference

ECMA 334 - the official language specification, available as a PDF download:
http://www.ecma-international.org/publications/standards/Ecma-334.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top