Good C#/ASP.NET self learning books?

Associate
Joined
26 Dec 2008
Posts
1,211
Location
Scotland
Anyone recommend some good books for C#/ASP.NET?

What im really interested in is books with good practical examples. possibly some kind of exercises to test knowledge as the book progresses. How to use the code rather than just what it does.

Ive found a lot of programming books rather dry reading, mostly theory and reference with large lists of functions and methods.
 
Try using the video tutorials on the Microsoft website. I worked through the C-sharp one a few years back and it helped me far more than a book ever did.
 
www.learnvisualstudio.net - some good vids there.

also look for 'the beer house project' - there are two versions, one for asp.net mvc and one which was done in asp.net 2.0 - get the one with asp.net 2.0 and go through that.

it basically works via the problem solution implementation approach and made learning easy. it also shows good practice in seperating dataacess and business logic etc.
 
Thanks guys, I'll have a look at those ideas.

I wouldn't say i was looking for purely practical learning, just one that tests you on what was just learned in the previous chapter via questions and exercises.
 
Back
Top Bottom