- SharePoint Development with the SharePoint Framework
- Jussi Roine Olli J??skel?inen
- 95字
- 2021-07-08 10:13:55
Site definitions
Templates used to be XML-based definitions, called Site Definitions. These would reside on the SharePoint servers in an on-premises deployment, but one couldn't directly modify these. The reason was that all SharePoint default files, that reside in the so-called SharePoint Hive (or SharePoint Root) on the file system, might be updated in any upcoming service pack, cumulative update, hotfix, or public update. Thus, if you edited even one XML file just slightly, you would run into unforeseen provisioning troubles, or even render yourself in a state that your SharePoint deployment would be unsupported.
推薦閱讀
- Flask Blueprints
- Java應用與實戰
- Node.js 10實戰
- Java EE 6 企業級應用開發教程
- 程序員數學:用Python學透線性代數和微積分
- MATLAB 2020 從入門到精通
- Hands-On Microservices with Kotlin
- Mastering Drupal 8 Views
- Bootstrap 4 Cookbook
- Statistical Application Development with R and Python(Second Edition)
- Raspberry Pi Robotic Projects(Third Edition)
- Python 3 數據分析與機器學習實戰
- Android應用開發實戰(第2版)
- jMonkeyEngine 3.0 Beginner’s Guide
- Tkinter GUI Programming by Example