Best books for C#?

  • Thread starter Thread starter Lee Jackson
  • Start date Start date
L

Lee Jackson

Sorry, Im sure its a FAQ.

Im looking for something fairly in-depth to increase my knowledge of
C#. As well as details on the language, good coverage of the CLR is
needed since Im specifically looking to understand how BEST to use the
language in order to optimise memory usage and create stable apps.

Any recommendations appreciated.

Thanks
 
Thanks, looks like a good one so ordered :)

I know it gets asked alot but its worth re-asking since what people
look for from books differ and there is always something new out.

Lee
 
My favorite c# is the wrox book, C# Classes Handbook.

Not only does it cover all the basics of c# programming, and .net
objects and datatypes, it focuses on the key aspect of OO programming,
the use and design of code using classes -- the bedrock of OO.

Look, the syntax of c# can be written in 3 pages and learned overnight.

But as someone has said in this group before, the real trick is knowing
how to /design/ with it and create useful things.

That's why I like the Wrox c# classes handbook.
 
My favorite c# is the wrox book, C# Classes Handbook.

Not only does it cover all the basics of c# programming, and .net
objects and datatypes, it focuses on the key aspect of OO programming,
the use and design of code using classes -- the bedrock of OO.

Look, the syntax of c# can be written in 3 pages and learned overnight.

But as someone has said in this group before, the real trick is knowing
how to /design/ with it and create useful things.

That's why I like the Wrox c# classes handbook.
Yes, you're right. C# is all about OO! "Beginning C# Objects: From
Concepts to Code" is a book I would like to dig into as well...

Could you please be more specific with the title of the book you
mention? I wasn't able to track the book at Wrox. Did you mean
Professional C#, 3rd Edition or some other book?

Thanks. Chris
 
Back
Top