Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Back in the glory days of ASP.NET 1.1, I bought "Developing Microsoft ASP.NET Server Controls and Components" by Nikhil Kothari and Vandana Datye. I loved this book -- I read it and read it and developed all kinds of cool controls using it. I got my money's worth -- you should see the book, it's totally destroyed. It was probably the best technical book I've ever bought.

But of course, this book was written for the 1.1 framework and only covered server controls, and while much of the content is still valid, there is certainly a lot of new things about building ASP.NET controls is the newest frameworks for both the client and the server. So my question is this:

Is there a book out there for building ASP.NET controls that covers the latest frameworks (AJAX, MVC, server side, the works....) and which is as good as the Kothari/Datye book?

I see a number of books out there on the topic, but I'm afraid that I've been spoiled and that I'll get one that doesn't measure up to the standards set by Kothari and Datye.

Thanks --

share|improve this question
I'm going to guess "duplicate", but it's just a guess – jmfsg Aug 2 '09 at 23:39
Juan-- Lots of ASP.NET book questions, but I couldn't find a question on books specifically about building controls. – Nick Hodges Aug 3 '09 at 0:02

closed as not constructive by Bill the Lizard May 11 at 0:34

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

2 Answers

up vote 1 down vote accepted

It's quite late, but you might still be looking for Pro ASP.NET 3.5 Server Controls and AJAX Components.

share|improve this answer
Perfect -- thanks. – Nick Hodges Sep 13 '09 at 2:56

Nowadays its all about google and random blog posts/tutorials on the subject...

share|improve this answer

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