Looking for .NET book recommendations

I bought two books from Amazon and I think theyre pretty good.

Applied Microsoft .Net Framework Programming
by Jeffrey Richter

This book gives you the low-level details about how the framework works and why it was built the way it is.

And,

Programming Windows with C#: Core Reference
by Charles Petzold

Youll know the author if youve done windows programming with C in the past. This book basically teaches you how to build windows forms programs with C#. Its a good read because the author isnt boring.
 
For web programming I use ASP.NET Unleashed. Its a good book but the index sucks.

For Windows programming I use Programming Microsoft Visual Basic .NET (Core Reference).

Ive used VB 6 and ASP in the past and I was worried that it would be difficult to learn .NET programming. However, with the books above I was coding within a week. .NET programming isnt that bad. Im still run into problems only because I lack experience with the technology. But I come to this forum to find the answers to my problem.

James
 
Back
Top