- ASP.NET 3.5 CMS Development
- Curt Christianson Jeff Cochran
- 310字
- 2021-04-01 14:20:58
Chapter 2. Adding a Database to a Content Management System
The simple Content Management System we developed in the last chapter worked, but there were plenty of drawbacks to the system we created. One of the major drawbacks was the use of the file system for storing content. Files can be insecure, text files can be unwieldy in size, and you can hold only text content in one. We could use other file types, maybe save the text as HTML to overcome some issues, but that means our content and our presentation are part of the same file. In a CMS, this is one of the issues we need to avoid.
Imagine something as simple as your boss deciding that headings in the pages will now be formatted as a <h2>
heading with a purple font color. If we stored 500 pages as simple files that included the HTML, we would have to edit 500 files to change every heading. And you know that, once we finished that task, the company president would want the headings formatted simply as bold text in green. And we would have to change all 500 files again. Even with a search and replace function that works across files, we would still have to check every page to make sure the changes take place. I don't know about you, but I would either rewrite the application or quit the company. As we both need to pay the rent and buy food, let's change the application to use a database to store our content.
In this chapter, we will cover:
- Why to use a database
- How to install, configure, and use SQL Server Express
- How to install and use SQL Management Studio Express
- Creating your database, creating a user, and setting user permissions
- Connecting our CMS to the database
- Managing data from our CMS application
- PS是這樣玩的:輕松掌握 Photoshop 通關秘籍
- ModelSim電子系統分析及仿真(第3版)
- RAW攝影后期從入門到精通:Photoshop+Lightroom雙修精解
- 3ds Max 2016中文版完全自學手冊
- 從零開始:Flash CS6中文版基礎培訓教程
- AutoCAD 2014實用教程(第4版)
- 手機/電腦雙平臺剪映短視頻后期編輯從新手到高手
- Origin科技繪圖與數據分析
- 中文版Photoshop CC基礎教程
- CAD/CAM應用教程
- Flash CS5動畫設計教程
- Drupal 7
- 零基礎學Revit 2018建筑設計(全視頻教學版)
- 老郵差Photoshop數碼照片處理技法蒙版篇(第2版)
- 中文版3ds Max 2016基礎教程