Book recommendations???

  • Thread starter Thread starter Guest
  • Start date Start date
If you already know C++, _A Programmer's Introduction to C#_ is probably
best to start learning the language.
 
I don't understand you
Are you giving away your book
you can post your listing here, if you want.
 
alcayro said:
Hi,

Any book recommendations for C# (I know C++) and also for building web
services????

From the C# FAQ:

http://www.yoda.arachsys.com/csharp/faq/#books
Applied Microsoft .NET Framework Programming, Jeffrey Richter. ISBN
0-7356-1422-9
Not a book for beginners, this gives some coverage of C#, but is mostly an
excellent and detailed guide to some of the innards of .NET such as garbage
collection, AppDomains, delegates etc. (Recommended by Jon Skeet)
Essential .NET Volume 1 - The Common Language Runtime, Don Box with Chris
Sells. ISBN 0-201-73411-7
Again, not particularly C#-specific, but even more in-depth than the
Richter book, this delves right into the CLR to the extent of explaining
exactly what is stored where in memory, etc. (Recommended by Jon Skeet)
Erik
 
Back
Top