Customer Reviews


16 Reviews
5 star:
 (1)
4 star:
 (3)
3 star:
 (4)
2 star:
 (4)
1 star:
 (4)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


13 of 13 people found the following review helpful:
5.0 out of 5 stars 4 1/2 stars
I rounded up. I found this book very helpful for 3 reasons. Many books just throw code at you - pages and pages stuff that you can find in MSDN for example. What you need is perspective The first several chapters give a good summary of the technical underpinning. The following chapters show development with more emphasis on the IDE than any other books I've seem...
Published on March 5, 2002 by Mike Tanona

versus
26 of 29 people found the following review helpful:
3.0 out of 5 stars Good ASP.NET book
After working with ASP.NET for more than a year and a half, I am glad to see that the product is very near to its ship date. Perhaps this is why we are finally seeing some good books on the market.

Of all the ASP.NET books out thus far, this is the first that actually follows proper development practice, according to Microsoft. Let me explain:

* While most of the...

Published on January 22, 2002 by gbworld@comcast.net


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

26 of 29 people found the following review helpful:
3.0 out of 5 stars Good ASP.NET book, January 22, 2002
This review is from: Designing Microsoft® ASP.NET Applications (Paperback)
After working with ASP.NET for more than a year and a half, I am glad to see that the product is very near to its ship date. Perhaps this is why we are finally seeing some good books on the market.

Of all the ASP.NET books out thus far, this is the first that actually follows proper development practice, according to Microsoft. Let me explain:

* While most of the ASP.NET books slap code into the ASP.NET page (which is legal), the paradigm is separation of code and tags using a CodeBehind file. This is the first book that follows that paradigm, over all. The chapter on validation is the most glaring fallback.

* While most of the books on the market are placing their SQL code in the page, this one is actually using SQL stored procedures to create a data tier (thin, but still a data tier).

Now that I have worked through the good, let's look at the shortcomings. While there is a lot of good material, it is rather thin. This can partially be blamed on the breadth of ASP.NET, but it can also be blamed on a tighter focus. This is not a major shortcoming, overall, but, after spending the first few chapters introducing the framework, et al, you would think the author would have some form of object reference somewhere.

Shining moments:
* Validation controls - this is very useful stuff
* Working with Visual Studio .NET - some of the most useful screen shots I have seen.
* User controls - while a bit thin, a great into to real world user controls.
* ADO.NET - while the coverage is not in depth, the material that is there is well worth the read
* XML Web Services - nice, real world perspective

While a beginner might be able to pick up this book and run with it, the material is not aimed at those without programming experience. Keep this in mind if you are planning on using this book to learn your first language.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


13 of 13 people found the following review helpful:
5.0 out of 5 stars 4 1/2 stars, March 5, 2002
By 
Mike Tanona (Plum Island, MA) - See all my reviews
This review is from: Designing Microsoft® ASP.NET Applications (Paperback)
I rounded up. I found this book very helpful for 3 reasons. Many books just throw code at you - pages and pages stuff that you can find in MSDN for example. What you need is perspective The first several chapters give a good summary of the technical underpinning. The following chapters show development with more emphasis on the IDE than any other books I've seem. After all, that's what most of us are using to actually develop apps.

The appendix on configuring IIS was also helpful. Most of what you need to know can be explained in one appendix chapter. If your are coming from a C++/Windows (not a web developer) background you really need a summary not another book to buy. Why all books don't have this is strange.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


25 of 29 people found the following review helpful:
2.0 out of 5 stars Disappointing, February 27, 2002
By 
Steve Shirkey (Manhattan Beach, CA United States) - See all my reviews
(REAL NAME)   
This review is from: Designing Microsoft® ASP.NET Applications (Paperback)
I have to admit that I expected more from MS Press. This book doesn't appear to be simple enough for beginners or advanced enough to help existing developers architect solutions. Most of the information is presented in an elliptical format. Events, methods and properties of core classes are rushed in randomly with little introduction before fading away in obscurity. No detail is given to any important topics: the complete Page lifecycle, how the code-behind and aspx page eventually are compiled together, how state management is being performed on the server, internationalization best practices - essentially how to design an ASP.NET application. The most significant flaw is the use of alternating C# and VB examples, distracting the reader from the topic at hand by switching between the two languages randomly and without notice. Based on the numerous "VB programmers will notice..." references, I have to assume this text may be aimed at just that audience - VB developers with no previous web development experience. Better information on the topic can be obtained from the QuickStart tutorials or MSDN.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 9 people found the following review helpful:
4.0 out of 5 stars Good Perspective, November 14, 2002
By 
Mr. Raymond Ovanessian "gen2k" (Westlake Village, Ca United States) - See all my reviews
(REAL NAME)   
This review is from: Designing Microsoft® ASP.NET Applications (Paperback)
I find myself agreeing with most of the reviews here!

Even though this books lacks a great deal of detail, and thus is hardly a definitive guide (it's title doesn't claim to be), it contains some very informative in-depth coverage, providing very useful insights. The explanation of concepts that you'll need for application design are more thoroughly done, and that has helped improve my view of how the pieces fit. I own four highly rated ASP.NET books, and I find more rigorous tutoring of critical concepts in this one than any of the others. They offer lots of detail, this one offers some important clues that you'll need to connect the dots, plus some detail.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 9 people found the following review helpful:
4.0 out of 5 stars Good, informative read from someone who's got experience, January 16, 2002
By 
"trageley" (Tampa, FL USA) - See all my reviews
This review is from: Designing Microsoft® ASP.NET Applications (Paperback)
As typical of many technical books, I don't like the title of this book. I didn't feel I was reading a book on how to architect a site built on ASP.NET. However, I did find this book to be a very useful tutorial on ASP.NET. It was an easy read and contained lots of useful tips and gotchas that are the result of the author's experience in working with .NET. The author's writing style is easy to tread through and contains lots of useful nuggets of info.

The other book I have on ASP.NET is Professional ASP.NET from Wrox, and I found this book complemented that book nicely. Where the Wrox book is a bit wordy and allows me to get lost in the details, this book is to the point and lets me see the forest for the trees...so to speak. While it didn't go too deeply into all the technical details of ASP.NET (hey, that's what MSDN is for) it did provide enought information for me to feel much more comfortable in ASP.NET after reading it. I recommend it to anyone looking to get a grasp on what ASP.NET is all about.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 10 people found the following review helpful:
3.0 out of 5 stars NO Design, August 5, 2002
By 
James M. Fleeson (Mount Gilead, OH USA) - See all my reviews
(REAL NAME)   
This review is from: Designing Microsoft® ASP.NET Applications (Paperback)
This book has many code examples, but no design. A better name for this book would have been "An Example of Coding ASP.NET Applications". I would like to of seen some design diagrams.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2.0 out of 5 stars Misleading book title, March 29, 2006
This review is from: Designing Microsoft® ASP.NET Applications (Paperback)
this book isn't that bad as describe by the others readers who rated 1 star. In fact, it is elaborate some of the in-depth concept pretty well. unfortunately, this book doesn't surve the purpose of designing a real world applications. it's merely teach very fundamental of Asp.Net and doesn't really teach how to design an efficient and scalable asp.net application. I would rate more star if the title is Asp.Net in a nutshell
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 5 people found the following review helpful:
1.0 out of 5 stars Absolutely Awful, March 29, 2004
By 
This review is from: Designing Microsoft® ASP.NET Applications (Paperback)
If you're thinking about buying this book, don't. Go with a reputable publisher who puts out quality work like O'Reilly or Wrox. This book is a piece of trash. The only "interesting perspective" it provides is the nearly half of the book that is dedicated to praising what a wonderous achievement the .NET platform is. The author just can't get enough of telling people who already bought the book that .NET is better than Java and actually is an original idea. Well, he does a lot of this and very little of teaching the language. There are very few examples, and those that are there aren't useful at all. The index is also terrible, making this book also worthless as a reference book. I really can't find any redeeming qualities about this book except that it's printed on fairly high quality paper. Far better than it deserves. If you're completely new to this, it might be useful as an introduction, but there are better books for that as well.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 10 people found the following review helpful:
3.0 out of 5 stars Not great book., March 3, 2002
By A Customer
This review is from: Designing Microsoft® ASP.NET Applications (Paperback)
According to MS-Press this should be for advanced programmers. Truth is first 100 (4 chapters) pages are just waste of money.
Chap-5 (Web forms) Chap - 9 (ADO .net) are the only useful chapters. If you know ASP. NET and want to learn more this is not the perfect book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 3 people found the following review helpful:
1.0 out of 5 stars Absolutely Awful, March 29, 2004
By 
This review is from: Designing Microsoft® ASP.NET Applications (Paperback)
If you're thinking about buying this book, don't. Go with a reputable publisher who puts out quality work like O'Reilly or Wrox. This book is a piece of trash. The only "interesting perspective" it provides is the nearly half of the book that is dedicated to praising the wonderous achievement that the .NET platform is. The author just can't get enough of telling people who already bought the book that .NET is better than Java and actually is an original idea. Well, he does a lot of this and very little of teaching the language. There are very few examples, and those that there are there aren't useful at all. The index is also terrible, making this book also worthless as a reference book. I really can't find any redeeming qualities about this book except that it's printed on fairly high quality paper. Far better than it deserves. If you're completely new to this, it might be useful as an introduction, but there are better books for that as well.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

This product

Designing Microsoft® ASP.NET Applications
Designing Microsoft® ASP.NET Applications by Douglas J. Reilly (Paperback - November 10, 2001)
Used & New from: $0.01
Add to wishlist See buying options