Real World ASP.NET : Building a Content Management System (Softcover reprint of the original 1st)

個数:

Real World ASP.NET : Building a Content Management System (Softcover reprint of the original 1st)

  • オンデマンド(OD/POD)版です。キャンセルは承れません。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 552 p.
  • 言語 ENG
  • 商品コード 9781590590249
  • DDC分類 005.72

Full 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 content management systems and website development using the .NET Framework.

Contents

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