vote up 6 vote down star
3

I'm an experienced programmer in C/C++, Java and PHP and I've recently become interested in learning ASP.NET. I'm looking for a book geared toward someone who already knows web development (I don't need to relearn HTML and CSS) and programming that will dive into using ASP. Also, a book that teaches ASP development using Visual Studio and Windows Server 2008 would be great.

I found Beginning ASP.NET 3.5: In C# and VB by Imar Spaanjaars but it goes into too much depth on the simple stuff... maybe there's something better?

Bonus points if it's available on books24x7.com. :D

flag

8 Answers

vote up 2 vote down check

One detail before: ASP and ASP.net are two different things. ASP is an older technology, that is still being used, so it may confuse.

As for books, i am always a big fan of the Apress stuff, and I do like their "Beginning ASP.NET 3.5 in C# 2008: From Novice to Professional, Second Edition".

link|flag
vote up 0 vote down

I started with ASP.NET 2.0 For Dummies. I thought it was a great introduction and really easy to read. The 3.5 book was written by a different author and has examples mainly in VB. I was more interested in using C# so that book didn't really appeal to me. However, the author did post many of the C# examples on his website.

link|flag
vote up 0 vote down

Professional ASP.Net 3.5 in C# and VB - Bill Evjen, Scott Hanselman, Devin Rader from Wrox Press

link|flag
vote up 1 vote down

Fritz Onion's books are great.

link|flag
vote up 1 vote down

I found Dino Esposito's Programming ASP.NET 2.0: Core Reference and Programming ASP.NET 2.0 Applications: Advanced Topics to be really well done. It's massive (which is why it's in two volumes), but very few people know the ins-and-outs of ASP.NET like Dino. His writing is exceedingly precise, which makes it a slow read but very detailed.

link|flag
vote up 0 vote down

You can find tons of asp.net info online. www.asp.net and www.4guysfromrolla.com are both great resources for info, and code examples.

link|flag
vote up 0 vote down

I have always enjoyed the "Unleashed" series and ASP.NET 3.5 Unleashed is a good start. It is reasonably comprehensive, but I fear it will also suffer from going "into too much depth on the simple stuff".

link|flag
vote up 0 vote down

I've always enjoyed the Jesse Liberty range of books on the .NET families, but then again I haven't read (or used) .NET so I don't have much to compare them with.

link|flag

Your Answer

Get an OpenID
or

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