The online computer book shop for UK & Europe                                   

   Books Home | About Us | Index | Next Record | Browse

 
  

Tel: 0121 706 6000 

Static Book Details Page - Computer Manuals Website

 Real World ASP.NET: Building a Content Management System
  

  Real World ASP.NET: Building a Content Management System by Fraser, Stephen R. G.

  • Published by: APRESS
  • Author: Fraser, Stephen R. G.
  • Page Count: 520
  • Group: ASP.NET
  • ISBN: 1590590244/9781590590249
  • Published: Apr 2002

Our Price: 26.63
Discount: 25%
RRP: 35.50 

For Latest Pricing and Availability Click Here
 

The online computer book shop for UK & Europe

Book store with some thing for everyone

Book Information and Description:

Real World ASP.NET: Building a Content Management System
Real World ASP.NET: Building a Content Management System provides web developers with a cost-effective way to develop a content management system within Microsoft's .NET Framework. Unlike other .NET books on ASP.NET that teach technologies on a piecemeal basis, this book explains the underlying technologies and also shows how they are integrated into a complete ASP.NET application suitable for many organizations. Complete source code written in C# and ASP.NET is included, which will enable web developers to create a dynamic content site at a fraction of the cost of a commercial solution. You will learn about the following:

    Content management system: This system used to manage the content of a website consists of the content management, metacontent management, and content delivery applications.
     C# and ASP.NET: These underlying technologies are introduced and then applied extensively.
     ADO.NET: All aspects relevant to dynamic content management are covered.
     XML: Extensible Markup Language (XML) is introduced and then applied in the programmatic updating of the config.web file.
     Authentication, authorization, and encryption: These topics are discussed in the book, especially with regard to protected content and system administration.
     Personalization: Many key technologies are used to make the CMS solution truly user-friendly.

Real-World ASP.NET: Building a Content Management System is the complete hands-on guide to mastering the art of CMSs and website development using the .NET Framework.

Chapter 1: So, What is a Content Management System Anyway
Chapter 2: Version Control
Chapter 3: Workflow
Chapter 4: What is Personalization?
Chapter 5: Basics of Web Architecture
Chapter 6: ASP .NET, C#, and Visual Studio .NET
Chapter 7: Database Development and ADO .NET
Chapter 8: XML
Chapter 9: A Quick Overview of CMS .NET
Chapter 10: Initializing CMS .NET
Chapter 11: Getting Content Into the System
Chapter 12: Cookies, Authentication, Authorization, and Encryption
Chapter 13: Displaying Dynamic Content
Chapter 14: Using a Workflow to Enter Content
Chapter 15: Regustered Users and Protected Content