- SharePoint Development with the SharePoint Framework
- Jussi Roine Olli J??skel?inen
- 231字
- 2021-07-08 10:14:03
Managing and versioning source code and assets
Source code should be versioned so that changes to your code can be undone, should you run into unforeseen issues. We should also have clear visibility on who did what, when, how, and why. With classic SharePoint solutions, such as full-trust code projects, the versioning system was typically Microsoft's Team Foundation Server (TFS), an on-premises service that could be deployed locally. It would provide a portal for accessing different team projects, managing tasks, bugs, project schedule, and resources. TFS is still widely used, but it's fairly complex to deploy and configure, and numerous version upgrades in past years have proven that such services can also be provisioned as cloud-based services.
For the SharePoint Framework-style projects, you should typically choose either GitHub.com (a third-party cloud service), which allows you to store your project data and code in a private or public repository, or Visual Studio Team Services (VSTS), which is a service from Microsoft and hosted through the Microsoft Azure public cloud offering. GitHub is hugely popular, as basic use is free, and it's widely accepted as a trusted party for hosting your code. As you saw before, all Office Dev PnP repositories are hosted on GitHub. Enterprise developers might be inclined to choose VSTS, TFS, or a similar platform for source control, as that might be the platform their IT department supports and maintains.
- Data Visualization with D3 4.x Cookbook(Second Edition)
- 測試驅(qū)動開發(fā):入門、實戰(zhàn)與進階
- 少年輕松趣編程:用Scratch創(chuàng)作自己的小游戲
- 數(shù)據(jù)結(jié)構(gòu)習(xí)題精解(C語言實現(xiàn)+微課視頻)
- Learn Programming in Python with Cody Jackson
- 秒懂設(shè)計模式
- JavaScript by Example
- Python機器學(xué)習(xí)實戰(zhàn)
- Ext JS 4 Web Application Development Cookbook
- 零基礎(chǔ)入門學(xué)習(xí)Python(第2版)
- Unity 2018 Shaders and Effects Cookbook
- Learning AWS
- Julia 1.0 Programming Complete Reference Guide
- Mudbox 2013 Cookbook
- FusionCharts Beginner’s Guide:The Official Guide for FusionCharts Suite