Good intermediary C# book

  • Thread starter Thread starter Benito
  • Start date Start date
B

Benito

I not a beginner at C# and I am looking for a book that will skip the
whole variable and scope and class explanation and get down to core
stuff.

Any suggestions?

Benito
 
Benito,

I think that "Programming .NET Components" by Juval Lowy is a good book
this purpose. It definitely assumes you already know all the syntactical
things, and gets to how to implement a good design for your components, and
the different technologies in the framework you can use.

You can find more information about the book at Amazon.com (watch for
line wrap):

http://www.amazon.com/exec/obidos/t...002-8666457-0547243?v=glance&s=books&n=507846

Hope this helps.
 
Back
Top