Building an ASP.NET Intranet

The authors base the books sample intranet on Microsofts 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 pro...

Full description

Bibliographic Details
Main Author: Ardestani, Kourosh
Format: eBook
Language:English
Published: Berkeley, CA Apress 2003, 2003
Edition:1st ed. 2003
Subjects:
Online Access:
Collection: Springer Book Archives -2004 - Collection details see MPG.ReNa
Table of Contents:
  • 1: Intranet Concepts
  • 2: The IBuySpy Portal Architecture
  • 3: Customizing the Portal
  • 4: Security in the Intranet
  • 5: The Discussions Module
  • 6: Extending The Events Module
  • 7: Content Management
  • 8: Document Management
  • 9: Human Resources Information System
  • Appendix A: Common Data Access Class
  • The Database Class
  • Implementing IDisposable
  • Exposing The Connection String
  • Running Stored Procedures
  • Why Abstract Stored Procedure Execution?
  • The Methods For Executing Stored Procedures
  • Handling Errors
  • A Problem With The Database class