Limit this search to....

Building an ASP.NET Intranet Softcover Repri Edition
Contributor(s): Ardestani, Kourosh (Author)
ISBN: 1590592565     ISBN-13: 9781590592564
Publisher: Apress
OUR PRICE:   $44.99  
Product Type: Paperback - Other Formats
Published: August 2003
Qty:
Annotation: 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--from effectively using stored procedures, to creating an advanced user interface with ASP.NET Web Controls.

Additional Information
BISAC Categories:
- Computers | Web - Design
- Computers | Programming Languages - General
- Computers | Software Development & Engineering - General
Dewey: 005.276
Physical Information: 0.98" H x 7.18" W x 8.98" (1.69 lbs) 480 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
Do you want to know how you can use ASP.NET to build a modular Intranet? An intranet that could be used to share information within a small or medium sized organization? Well, congratulations, you've come to the right place! Microsoft provides sample architecture for this sort of 'portal' application, available at www.IBuySpy.com. Since they encourage developers to use this as a starting point for their own applications, we decided to take advantage ofthe functionality it offers. We will be taking this example and extending it to suit our needs, learning some valuable lessons in code reuse along the way. Just as we used the IBuySpy example as the starting point for our Intranet, readers are encouraged to use the code in this book in their own applications - the modules we have created will slot into any implementation of the IBuySpy architecture, and let's be honest - no-one wants to re-invent the wheel, right? What This Book Covers The book starts by discussing general issues of Intranet development: o Chapter 1 looks at why developing Intranet sites is different from building sites for the Internet. There are some considerations that need to be addressed in order for Intranet projects to be successful. The next three chapters look at the IBuySpy Architecture. o Chapter 2 provides a thorough explanation of the architecture and what it provides. It also explains why we decided to use the existing architecture rather than starting from scratch.