March 2020
Intermediate to advanced
534 pages
14h 15m
English
Source control in SCM has come a long way in this release, mainly because our development tool is now Visual Studio and the source files are now actual files in the filesystem. SCM no longer needs special code to integrate with a Team Foundation Server.
The reason we have two folders is that our projects don't actually contain the files we create when writing code. When we create a file, such as a new class, it is created within the local packages folder and referenced within the project. This also means that we can't just zip up a project and email it to a co-worker. This is done by connecting to the same Azure DevOps project or using the project export feature.
Read now
Unlock full access