.NET books

Im fond of books by Wrox Press, but as with all programming books you have to avoid getting books that repeat the basics that you already know for half the book, which seems to be trend with .Net-oriented books. Two good ones I have:

Professional C#, 2nd Edition (I think they have a 3rd ed now)
Professional ASP.Net

Im about to crack:

Windows Forms Programming in C#, by Chris Sells

which gets really good reviews and involves some more advanced windows topics like graphics and drawing custom controls. Im more of a web dev so a lot of that is fun stuff for me to dink with.

Then theres this thread from the knowledge base here with some ideas and this thread which is more VB.Net oriented from this forums sister site.

Lastly, you can always search amazon with the right .Net keywords and check out reviews there - or search the internet in general (google or whatever) for the same.

In general for books Id suggest seeking books on specific topics unless you are specifically seeking a general reference or book with the basics. Id also suggest looking for books pertaining to your language of choice. A lot of .Net books give examples in random .Net languages. I prefer books that deal with C# only (even if I can read VB.Net just fine).

Books are nice to have but keep in mind that the internet itself has a wealth of information available. I tend to mix MSDN with google to find anything I want and I think this and the sister forum usually present more interesting (and practical) coding challenges and solutions than most books ever will.

Paul
 
huntercobrax said:
what are some good .NET books?
The ones mentioned so far are excellent in my opinion as I have some of them and others I have put on my wish list to eventually buy and read.

One book that I am very happy with is MCAD/MCSD Developing And Implementing Web Applications With Visual C#

I am still fairly in the early parts of the book, but I like the authors method for explaining the material, the hands on excercises, and the questions that are included in each chapter. I am just getting started working on my MCAD certification and I thought Id take the plunge with this one first. I am excited and learning all sorts of great things about .NET at this time :)
 
PWNettle said:
Im fond of books by Wrox Press...
I really like Wrox books too. The one Ive been using recently is ADO.NET Programmers Reference.

I also use the Beginning and Advanced ASP.NET with VB.NET books.
 
Its not .NET, but the book I use the most is the SQL Server 2000 Bible by Nielsen. Its a great book for learning or reference.
 
neodammer said:
I find better prices with Ebooks than with solid copies. I just print it out in draft mode saves ink and alot of money :D
Sometimes (for me) the draft mode looks like crud and nothing is worse than doing them single sided (what a waste of paper!) except doing them doublesided and having an error half way through and the pages start printing on the wrong back!!

Not many places sell computer/tech oriented ebooks. I found one - safari something and it had an awful selection in what I was looking for.

Most the ebooks are pirated and illegal
 
Back
Top