See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

Ready to Buy?
aphrohead_b...
Price: £26.45
In stock

woodys-uk
Price: £26.49
In stock

the_book_de...
Price: £27.07
In stock

12 used & new from £12.99

Have one to sell? Sell yours here
 
   
Real World ASP.NET: Building a Content Management System (.NET developer series)
 
 

Real World ASP.NET: Building a Content Management System (.NET developer series) (Paperback)

by Stephen R. G. Fraser (Author)
2.5 out of 5 stars See all reviews (2 customer reviews)

Available from these sellers.


7 new from £25.94 5 used from £12.99

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
Content Management System
   ApprovedCMS.co.uk    Compare free no obligation quotes from 6 leading CMS providers. 
World's most used CMS
   www.aoemedia.com    Get the TYPO3 OpenSource CMS System from the market leader worldwide. 
Content Management System
   www.Ektron.com    SEO Friendly CMS System Register for an Instant Demo 
  
 

Customers Who Bought This Item Also Bought

ASP.NET 2 for Dummies

ASP.NET 2 for Dummies

by Bill Hatfield
5.0 out of 5 stars (8)  £8.49
Explore similar items

Product details

  • Paperback: 522 pages
  • Publisher: APRESS (1 April 2002)
  • Language English
  • ISBN-10: 1590590244
  • ISBN-13: 978-1590590249
  • Product Dimensions: 23.5 x 18.7 x 3.4 cm
  • Average Customer Review: 2.5 out of 5 stars See all reviews (2 customer reviews)
  • Amazon.co.uk Sales Rank: 341,162 in Books (See Bestsellers in Books)

    Popular in this category:

    #99 in  Books > Computing & Internet > Microsoft Windows > Programming > .Net > ASP.NET
  • See Complete Table of Contents

Product Description

Amazon.co.uk Review
Aimed at aspiring .NET developers who want to work with Content Management (CM) applications, Real-World ASP .NET: Building a Content Management System provides both a fine overview of what's involved in managing Web site content and also delivers working code for a free, proprietary CMS using the latest in .NET technology and C#.

With commercial CM systems costing proverbial big bucks, this book shows you that for a small to mid-sized site you can beat licensing fees with a proprietary system built using the powerful .NET framework and ASP .NET. One of this text's most valuable features is its thorough tutorial to what goes into today's commercial CMS applications from basic content types, version control and workflow. These early chapters will be indispensable for anyone working with CM whether Web master, content creator, or developer. (The author provides everything you wanted to know about CM but were afraid to ask. You might well read this book to swot up for a job interview having anything to do with CM in any capacity.)

After describing what goes into an effective CM application, this title turns to .NET and the recommended three-tiered architecture for .NET applications, the basics of .NET, ADO .NET (for database programming with dynamic content) and a quick overview XML support in .NET. The rest of the book delves into the author's own CMS .NET application, which is used to discuss issues in administering (and programming a site).

After first setting up and getting the site up-and-running, the author looks at basic operations like viewing, posting and updating stories, along with sample .aspx Web pages and the code-behind forms written in C# that brings these pages to life. Besides basic CM, the author shows how to provide simple role-based personalisation and security (including protecting pages from certain users).

While CMS .NET may not be a complete substitute for an expensive CM solution, it can no doubt be adapted to meet the needs of a small to medium-sized Web site. As both a way to get a handle on CM and a practical tutorial to getting started with.NET development, Real-World ASP .NET will serve as a useful resource for a good range of readers. --Richard Dragan

Topics covered: Introduction to Content Management Systems (CMS), elements of a CMS system explained: the Content Management Application (CMA), the Metacontent Management Application (MMA) and the Content Display Application (CDA); types of content, benefits of CMS, commercial vs proprietary systems, simple and complex version control, rollback support, CMS and workflow (including the Workflow Definition Application, WDA and workflow engines), personalisation basics (including types of personalisation from using cookies to push content to rule-based personalisation, the law of diminishing returns, privacy issues), building customer relationships, Web architecture explained: the presentation, application and database layers, Web scripting languages compared, introduction to ASP .NET and the .NET Framework, using Visual Studio .NET to build a CMS (using basic control types), tutorial to ADO .NET for database programming (basic objects and database basics including stored procedures for SQL Server), using the DataGrid control, introduction to XML and .NET classes for XML (manipulating XML nodes), overview of CMS .NET (the author's case study for a content management system built with .NET), installing and configuration the sample code, tour of CMS .NET features, an XML-driven navigation bar (NavBar), administering content (adding, editing, updating and removing stories), security issues in .NET (including role-based authentication in CMS .NET), displaying dynamic content (including pre-canned zones for home pages, headlines and stories), workflow support in CMS .NET (including authoring, editing, approval and deployment phases) and protecting content (privacy issues and gathering user information for profiles).

Product Description
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.


Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index
Search inside this book:

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

 

Customer Reviews

2 Reviews
5 star:    (0)
4 star:
 (1)
3 star:    (0)
2 star:    (0)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
2.5 out of 5 stars (2 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
26 of 26 people found the following review helpful:
4.0 out of 5 stars A very good starting point, 16 Aug 2002
The author of this book has done a very good job of walking you through the basics of a Content Management System. The book provides a good level of theory and is very easy to read.

However, the CMS application that is written as you work through the book in my opinion does not have enough meat on the bones even for a simplified CMS. Although the information was good I felt too much time was spent on table updates, authentication etc, as you can find this in any half decent asp.net book.

Multiple content types were mentioned within the theory, but within the implementation only one type of content was ever used.

An area of interest to me personally was user profiling from their navigational habits. Again this topic was mentioned but no information was given on how to record and use this type of information.

On the whole this book was well written and is a very good starting point for anyone interested in learning more about a CMS. If you want to build a serious CMS however, you will need more than just this book in your collection.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
2 of 3 people found the following review helpful:
1.0 out of 5 stars Not a CMS but a Database Driven Website Guide, 3 May 2006
By S. Leonard "Programmer" (UK) - See all my reviews
(REAL NAME)   
The CSMNET content management system, which is describe in detail in the book, is really and advanced way to add data to a backend database to create a database driven website, instead of a content management system, like described. The web sites pages, layout and content are pre made and cannot be changed by a user from the admin area only in code; nor can the user add new pages to the website dynamically. All the admin area allows users to do is add articles to pre made pages. This is no help to someone who wants to design a content management system, allowing users to create new pages dynamically and be able to control the website fully from the admin area. The book does not even metion these areas, which are the main basis of a content management system.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Only search this product's reviews



Customer Discussions

 Beta (What's this?)
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
  [Cancel]

   


Look for similar items by category


Feedback


Health & Beauty at Amazon.co.uk

Elemis Resurface and Renew Skin Care Gift Set of 4 Products
From soap to shavers, massagers to mascara, stock up on your daily essentials or truly pamper yourself.

Discover Health & Beauty

 

Up to 75% off Shoes

Shoe Clearance - 75% off Shoes
Save up to 75% on shoes for the whole family.

Shop clearance shoes

 

Boys Smell

Lynx Africa Body Spray and After Shave Gift set
But we make sure they smell good...

Discover male grooming at Amazon.co.uk

 

Treat Someone

Amazon.co.uk Gift Certificates--available in any amount from £5 to £500 With an Amazon.co.uk Gift Certificate, you can get them what they want (even if you don't know what that is).

Learn more about Gift Certificates

 
Ad

Where's My Stuff?

Delivery and Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue Shopping: Top Sellers

amazon.co.uk Amazon Home
International Sites:  United States  |  Germany  |  France  |  Japan  |  Canada  |  China
Business Programs: Sell on Amazon  |  Fulfilment by Amazon  |  Join Associates  |  Join Advantage
Customer Service  |  Help  |  View Basket  |  Your Account
About Amazon.co.uk  |  Careers at Amazon
Conditions of Use & Sale |  Privacy Notice  © 1996-2009, Amazon.com, Inc. and its affiliates