The authors base the book's sample intranet on Microsoft's free best practices example, the IBuySpy Portal, and teach you to quickly create an application that exploits the advanced features of ASP.NET. A full explanation of the IBuySpy Portal architecture is provided, which allows you to maximize product usage.
Further, the authors explore customizing existing portal modules, and even build some of their own. In the course of reading, you will acquire a breadth of techniques for ASP.NET development&emdash;from effectively using stored procedures, to creating an advanced user interface with ASP.NET Web Controls.
User review
Outstanding IBuySpy (pre-DotNetNuke) Book!
[,,.]
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).
User review
No CD, broken promise of downloadable code
I bought this book for 62 Euros (75 USD) in Lisbon that is too much for 450 pages (with promos, content, indexes, images from internet) book without any CD and with broken promise of the downloadable code!
IMHO, there was no need to bloat the volume of a book and reader's tiredness reprinting from internet the lengthy code examples just for the sake of a few modifications and after that again printing, again, the resulting snippets (it is proper only for e-books)
Since the book is oriented for working with codes, the absence of electronic version is also the great drawback.
The book seems to be the monopolist on IBuySpy Portal (the only one available) , but I wouldn't have bought it, had I known about mentioned above.
While the book is useful (in abscence of any other choice, esp. in electronic version), I estimate the ratio `price/worthyness` as extremely high
PS
I was also more interested in C# and/or Visual Studio .NET versions of IBuySpy Portal, and I think VB.NET is just inappropriate language for the middle-, like IBuySpy Portal,
and large-size projects)
User review
A Fair 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.
User review
Another `let's get it published asap` book.
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.
User review
Good blueprint; confusing target audience.
I bought this book because I have been thrust into the Intranet development world, and I really don't have a lot of experience building multi-functional web pages. I bought this book to really help me understand the IBuySpy portal, and I have used it to customize that package for a couple of different web sites now.
The Good:
The book is very good at explaining the various components of the IBuySpy Portal. It's a lot like a tourist map; highlighting certain pieces (while complete overlooking other aspects).
The Bad:
As others have noted, this book doesn't go deep into explaining ASP.NET, or how to use classes in the .NET architecture. It merely allows you to copy a lot of code, cross your fingers, and see something work.
The Ugly:
As with most `best-of-breed` solutions from Microsoft, stuff breaks. While this particular manual does point out why some stuff doesn't work as well as intended, it doesn't go into a lot of detail (and don't expect it to catch everything).
In Sum: Buy this book if you have a need to get an intranet up and running quickly, and want to impress your non-developer friends. Don't buy it if you're expecting to use it to learn ASP.NET.