vote up 2 vote down star
1

I have a profound knowledge of the .NET framework - except ASP.NET. What would be a good book for getting started with ASP.NET that maybe also covers the latest buzz like ASP.NET AJAX and ASP.NET MVC?

flag

51% accept rate

7 Answers

vote up 1 vote down

I have a similar background and just purchased "Beginning ASP.NET 3.5" by Imar Spaanjaars. This shows source code in both C# and VB.NET. I haven't read much yet (just got it yesterday), but the contents look very promising.

link|flag
vote up 0 vote down

As well as the books dont forget the likes of the ASP.NET Tutorials and similar sites with good examples like w3schools. (Both of these are based around ASP.NET 2.0)

ASP.NET quickstart Tutorials

W3Schools

link|flag
vote up 1 vote down

Grab the NerdDinner tutorial, or some other tutorial on MVC, and start playing. I think you'll get more out of that than sitting down with a book.

This tutorial comes from the Professional ASP.NET MVC 1.0 book by Rob Conery, Scott Hanselman, Phil Haack, Scott Guthrie.

You can get the NerdDinner tutorial and chapter FREE from here...

http://www.wrox.com/WileyCDA/Section/id-321793.html

I'd seriously suggest you don't bother buying a non-MVC ASP.NET book. Learn MVC, use online resources where you need to find out about some aspect of the ASP.NET "plumbing", and go MVC from day one.

link|flag
vote up 1 vote down

The O'Reilly ASP.NET books have been good in my experience. If you've learnt using their publications before you'll find it even easier to follow.

link|flag
vote up 1 vote down

Professional ASP.NET 3.5 Eill Evjen, Scott Hanselman, Devin Rader

Has C# and VB code

You may also want to look into a Javascript book if you want to do stuff on the client side.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.