Home :: Books :: Computers & Internet  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet

Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
Building an ASP.NET Intranet :

Building an ASP.NET Intranet :

List Price: $49.99
Your Price: $34.99
Product Info Reviews

<< 1 2 >>

Rating: 1 stars
Summary: Another "let's get it published asap" book.
Review: If you wish to understand the IBUY Portal, don't count on this book to help you. I didn't like the style and structure of this book. I got the sense that this book was just another rush publication with a group of programmers getting together, assigning chapters with desired content and then got down to pulling and writing code.

WROX needs to do a better job of controlling quality and up front planning for their books. Sorry, but this book shows none of that. The design of the existing site was mostly crammed into a single chapter. A decent database diagram was not included and no UML or other diagrams were presented so we could easily understand the Object architecture. Instead, the documentation was simply a straight lift from sql server table descriptions. I found myself drawing my own diagrams as I went through the book. An architect's perspective was desparately needed in this first chapter.

I won't be buying any more WROX books if things don't improve by enforcing good technical writing standards for their publications.

Rating: 3 stars
Summary: A Fair review
Review: In order to use this book effectively, you really need a good understanding of SQL and SQL stored procedures. The book isn't for SQL Beginners. The tables come from WROX without the identities being set, so you will need to know how to do that. The book also requires a good understanding of stored procedures, you will need to know how to fix the stored procedure if it isn't working correctly. The easy way to work with the stored procedures and all of the changes the WROX programmers made to IBUYSPY is to load their backup database onto your server using a different database name, then import the tables and stored procedures you need into your Portal database. There are some problems with the code that requires revising the name spaces and assembly references to get them to work with the ASPNET Portal, but once modified the code does work well for the most part. I really wish the WROX programmers had spent more time on the RTF piece. I eventually replaced the RTF functionality with someone else's software, but I have to admit that I learned alot about ASP.NET controls by examining the WROX RTF code. The document management piece is worth the price of the book. The documentation really is not very good but if you study the code, you'll learn alot. I disagree strongly with the reviewer who stated this is for people who want code but don't want to learn what it does. If you can make the WROX code work, you're doing pretty well.

Rating: 3 stars
Summary: A Fair review
Review: In order to use this book effectively, you really need a good understanding of SQL and SQL stored procedures. The book isn't for SQL Beginners. The tables come from WROX without the identities being set, so you will need to know how to do that. The book also requires a good understanding of stored procedures, you will need to know how to fix the stored procedure if it isn't working correctly. The easy way to work with the stored procedures and all of the changes the WROX programmers made to IBUYSPY is to load their backup database onto your server using a different database name, then import the tables and stored procedures you need into your Portal database. There are some problems with the code that requires revising the name spaces and assembly references to get them to work with the ASPNET Portal, but once modified the code does work well for the most part. I really wish the WROX programmers had spent more time on the RTF piece. I eventually replaced the RTF functionality with someone else's software, but I have to admit that I learned alot about ASP.NET controls by examining the WROX RTF code. The document management piece is worth the price of the book. The documentation really is not very good but if you study the code, you'll learn alot. I disagree strongly with the reviewer who stated this is for people who want code but don't want to learn what it does. If you can make the WROX code work, you're doing pretty well.

Rating: 5 stars
Summary: This book rocks!!!
Review: This book is just what I have been looking for. The documents and content apps in particular saved me from having to hire a consultant that was asking $$$ to do lesser work!

Rating: 4 stars
Summary: The Devil is in the Details
Review: This is the book I have been waiting for! Since last summer, when ASP.NET was (somewhat) introduced and the best practices app IBuySpy was released, I and others have awaited a tome that would walk us through the process of building an ASP.NET intranet step-by-step and this book is it.

It starts off by highlighting what is important to have in an intranet but it quickly gets down to the nitty-gritty of (1) dissecting IBuySpy and (2) showing how to customize and extend the IBS application to a full fledged intranet portal. Their explanations are well written and concise and there were a number of topics that I was able to finally understand.

This book is not exactly for newbies, but for the person that has gotten their feet wet with ASP.NET and wants to get his or her hands dirty with a serious project.

I only have one negative point about this book and it is the reason I gave it 4 stars instead of 5. No CD and No online code.

I do not know about the rest of you, but I would have prefered to spend an extra 5-10 dollars not to have to type all of this code over again. Additionally, the authors use an abstracted database class in all of their code that is supposed to be downloadable from the WROX website, but, at this time, is not available, which was very frustrating. The upside is, I ended up re-writing it myself, so I actually ended up learning more!

All in all, a good book and well worth the price.

Rating: 5 stars
Summary: Outstanding IBuySpy (pre-DotNetNuke) Book!
Review: [...]

I picked this book up about three years to late, as it is entirely written about the original IBuySpy Portal framework, and I am an avid DotNetNuke module developer. The author presents numerous great examples of custom module development for IBuySpy, including a simple library application, extended discussions module, a complex Human Resources module, and a great Document Management System. Keep in mind IBuySpy is the forerunner to DotNetNuke, and all of the modules outlined in the book port nicely to the newer architecture, as they leverage many of the features moved forward into DotNetNuke, like user account integration, portal security, and more.

As I worked through configuring the various samples provided with the book, I got to set up & play with the original IBuySpy Portal framework after nearly three years of playing with it for the for the first time. When it was first released, it very intimidating in some of it's implementation details, although it didn't appear as sophisticated in it's business architecture, unlike the original Reports, Time Tracking, & Issue Tracking kits.

The book provides one of the best guides I have read to everything IBuySpy. The second time looking at IBuySpy portal, I was more able to appreciate the great concepts introduced in it, and I was at times amazed at how simple the IBuySpy Portal is when compared to the latest version of DotNetNuke. With the Introduction of the DotNetNuke Data Access Layer (DAL) in version 2.x, DotNetNuke was able to encapsulate all of the sophistication, and more, of the business layer found in the Time Tracking/Reports starter kits, at which point I was hooked.

I found the Document Management System described in Chapter 9 sophisticated enough that I believed it was worth the effort to convert it to a modern DotNetNuke module. The module is very well designed and documented in the book, so I decided on an uneventful Sunday afternoon to start converting it. Approximately 40 hours of development later, I have completed converting the module to DotNetNuke 2.1.2 (DotNetNuke 3.0.9 was released two days before the writing of this review).




<< 1 2 >>

© 2004, ReviewFocus or its affiliates