Development environment
After you understand the architecture and technical concept development environment in Dynamics 365 for Finance and Operations, Enterprise edition, it is time to iterate and build solution as per your requirement. Before the development phase of the project starts, you need to set up the development environment, version control strategy and a few ground rules, such as coding standards, the naming convention to be followed, and the code review process. In this section, we will walk through these topics in brief to understand what they mean.
The version control
Keeping track of the code is critical to development practices. Visual studio team service (formally known as Visual Studio Online or VSO) is the version control system supported Finance and Operations. VSTS includes source control, work item tracking, build and reporting services. VSTS build server can be used to build releases from specific elements stored in its source control system. Visual Studio's code...