- ASP.NET 3.5 CMS Development
- Curt Christianson Jeff Cochran
- 167字
- 2021-04-01 14:20:58
Why use a database
That's actually a fair question. After all, there are other storage mechanisms such as XML files, which could be used. But none of the other storage possibilities allow us the flexibility, and especially the programmability, of a database. A modern database is capable of holding many millions of records, while being able to search for and retrieve records fitting specific conditions. Exactly what we need to store for our CMS—the content or data.
Databases provide additional advantages over file-based storage such as our simple CMS or even an XML file. While a file on the system can get fragmented through constant changing, causing slower access times, data in a database can be changed at will without changing the access time. Compared to XML files, which get unwieldy after the size of the file exceeds the available memory resources, databases have near unlimited storage capacity. This means our CMS can scale from a simple family web site to a corporate publishing portal.
- Excel商務數據分析與應用(慕課版)
- 穿越Photoshop CC
- CorelDRAW X5實用教程(第2版)
- Google App Engine Java and GWT Application Development
- CryENGINE 3 Cookbook
- Photoshop插畫藝術火星風暴
- Backbone.js Cookbook
- Choosing an Open Source CMS: Beginner's Guide
- 中文版Photoshop CS5實用教程(第2版)
- Apache CXF Web Service Development
- Photoshop CC圖像處理案例教程(第2版)
- Quality Assurance for Dynamics AX-Based ERP Solutions
- Photoshop CC 從入門到精通
- AutoCAD快速自學寶典(2019中文版)
- SPSS統計分析從入門到精通(第五版)