tags:

views:

141

answers:

2

I'm wondering what a good book to read describing how ASP.NET works. I'm thinking something similar to CLR via C# but focused on ASP.NET.

Clarification: I'm interested in ASP.NET as a platform including things like httphandlers, httpmodules, state management (SessionStateModule), and caching. I'm not looking for information on Visual Studio, ADO.NET, XML, or specific controls.

What do you recommend?

+1  A: 
Joel Martinez
I've not read that one, but I have read a lot of Stephen Walther 1stuff, and he is very good. +1
mgroves
I found this book merely just a reference book for developers, it does not get you to the depth.
this. __curious_geek
+2  A: 

I thought Matthew MacDonald's Pro ASP.NET 2.0 in C# 2005 covered the topic well, and it looks like the 'sequel' would be his Pro ASP.NET 3.5 in C# 2008, Second Edition. I would recommend it for your review.

Cal Jacobson
This book is really great. It must be on the shelf of any wanna-be-good asp.net developer.
this. __curious_geek
I also use this book, it's the best one that I have found so far.
RubbleFord
Cool. I'll snag the 2009 edition: http://www.amazon.com/Pro-ASP-NET-3-5-2008-Silverlight/dp/1430215674/ref=reg_hu-wl_item-added
David Silva Smith