|
|||||||||||||||||||||||||||||||||||
|
10 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
13 of 15 people found the following review helpful:
4.0 out of 5 stars
The view of ASPs from underneath,
By Charles Ashbacher (Marion, Iowa United States) - See all my reviews (TOP 500 REVIEWER) (VINE VOICE) (HALL OF FAME REVIEWER)
This review is from: ASP Internals (Paperback)
A few years ago, I started an introductory course in Active Server Pages and wrote my own instructional material. Although it has always gone well, until now, I had never made the attempt to get deep under the hood and examine what is happening behind the scenes. It always seemed that delving into the C++ code would be a low Return On Investment (ROI) operation. When I first received this book, I read the blurbs and was somewhat skeptical. However, once I started, the reading was completed in less than a day, and the ROI was rather high.It was gratifying to learn that some of the implementations were as I had always suspected. The basics of underlying data transfer are thoroughly introduced and several of the points made in the book will be incorporated into the next rewrite of my ASP material. While it does help to understand C++, particularly Visual C++, it is not an absolute requirement. I learned more about the underlying mechanics of IIS and ASPs in the reading of this book than I have in over six sessions of a class where students and I always tinker with the code. If you have more than a passing interest in coding ASPs, then this is a book that will be of enormous value in learning how things are executed. The knowledge will also help you understand some of those infuriatingly cryptic errors.
8 of 9 people found the following review helpful:
2.0 out of 5 stars
A disappointment,
Amazon Verified Purchase(What's this?)
This review is from: ASP Internals (Paperback)
I was very disappointed with this book. As a heavy-duty ASP programmer, the subject seemed very interesting and relevant, but the book was quite a let down. There was nothing terribly deep here. I was hoping that we might learn about how ASP works as a very high bandwidth service, but all we learn is very straightforward info that is more or less obvious to anyone with COM and IIS experience. True, there was some discussion of Microsoft's continued use of undocumented interfaces (!) that is probably not findable anywhere else, but these tended to be minutiae of how ASP works. Since the theme of the book is the ASP clone that Flanders wrote, you'd think the source code would be available somehow. There are lots of excerpts in the text, but it would be nice to be able to see the whole thing somewhere - and perhaps even try to run it. But if this code is available somewhere, I couldn't find it. The book is advertised as 212 pages, but in fact the text is a grand total of 123 whole pages - the font is large, and big margins.... The level of discourse was also very uneven. The first chapter was a first-level cut at how HTTP works, which I would hope would be blindingly obvious to the target audience for this book. So kudos are in order for taking on a new and important topic - at least it wasn't yet another copy of publicly available documentation. But I wanted more.
9 of 12 people found the following review helpful:
1.0 out of 5 stars
A Very Big Disappointment,
By A Customer
This review is from: ASP Internals (Paperback)
This book is not worth the paper it's printed on. It does not describe the INTERNAL of ASP. This book does not bring any value to any ASP programmer, novice or experienced. I have had high hope on this book since it came from DevelopMentor, which I have attended many of its classes and been very happy with its instructors. A very big disppointment on this book.
1 of 1 people found the following review helpful:
2.0 out of 5 stars
Rushed and incomplete,
This review is from: ASP Internals (Paperback)
After reading this book, I was very disappointed. The author seemed hurried and the book felt incomplete. While I think the aspirations of this book were high, I have to question the usefulness of the content of this book.
6 of 9 people found the following review helpful:
1.0 out of 5 stars
Flanders doesn't deliver,
By A Customer
This review is from: ASP Internals (Paperback)
I've been working with ASP for some time, and like many of the other reviewers here was very excited to know the internals of ASP, and squeeze more out of it. Unfortunately, Flanders doesn't deliver. It is a large bloated, schizophrenic work that fades in and out of detail. It goes in depth on simple concepts and glosses over the complex, interesting ones. Besides a few undocumented interface calls, I got the impression that Flanders knew just as much as anyone did about the internals of ASP, and without seeing this "mystical" source code he refers to often, have to take his word that he really did do something and did not just smoke and mirror his way around the rest. A reader remarked that this book is at least better than MSDN documentation. While this may be true, it is hardly a redeeming quality for a book with the ambitious and lofty title of "ASP Internals" and from a developmentor.
2 of 3 people found the following review helpful:
1.0 out of 5 stars
Flanders doesn't deliver,
By A Customer
This review is from: ASP Internals (Paperback)
I've been working with ASP for some time, and like many of the other reviewers here was very excited to know the internals of ASP, and squeeze more out of it. Unfortunately, Flanders doesn't deliver. It is a large bloated, schizophrenic work that fades in and out of detail. It goes in depth on simple concepts and glosses over the complex, interesting ones. Besides a few undocumented interface calls, I got the impression that Flanders knew just as much as anyone did about the internals of ASP, and without seeing this "mystical" source code he refers to often, have to take his word that he really did do something and did not just smoke and mirror his way around the rest. A reader remarked that this book is at least better than MSDN documentation. While this may be true, it is hardly a redeeming quality for a book with the ambitious and lofty title of "ASP Internals" and from a developmentor.
1 of 2 people found the following review helpful:
5.0 out of 5 stars
A Very Good Resource To Know Pseudo Implementation of ASP,
By ThirdEye (Nashua,NH) - See all my reviews
This review is from: ASP Internals (Paperback)
I found the book to be a very good resource to see pseudo implementation of ASP. The explanation is as good as real inside impelementation of ASP. This is book is not about samples on how to use ASP to write your web pages. It is more about how ASP works.
3 of 6 people found the following review helpful:
3.0 out of 5 stars
Nice peek into ASP, but....,
By A Customer
This review is from: ASP Internals (Paperback)
This book gives you a great look into the implementation of ASP, and its conciseness is appreciated.However, two factors prevented me from giving it a higher rating: (1) No pointers to where the source code may be available. (If the code is not publicly available, please say so in the book). I did send the publishers email asking them about this, but never heard back. (2) Numerous typos - these were more of an annoyance, but were surprising given the consistent high quality of other books in the Developmentor series.
2 of 5 people found the following review helpful:
4.0 out of 5 stars
Update to a previous review,
By A Customer
This review is from: ASP Internals (Paperback)
The source code is now available at Addison Wesley, but still no errata :-)
3 of 11 people found the following review helpful:
5.0 out of 5 stars
Concise and to the point,
By A Customer
This review is from: ASP Internals (Paperback)
It was more useful than all the SDK samples and MSDN documentation. This book shows how to build your own ASP infrastructure using ISAPI.
|
|
Most Helpful First | Newest First
|
|
ASP Internals by Jon Flanders (Paperback - December 15, 2000)
Used & New from: $0.01
| ||