Introduction to Visual Studio Team Services
Continuous integration and continuous delivery is a process which requires lots of tools and processes such as an online code repository for developers to submit code, version control, agents to build code every time a developer submits code to the repository, and finally a release agent which can deploy code to multiple environments. Apart from these, the management team would also need a reporting platform and dashboard which depict the status of development day-to-day. VSTS (formerly Visual Studio Online) is one tool which provides all the features described here, plus many more. VSTS integrates seamlessly with Visual Studio IDE creating a perfect development environment for our team. We can write code in any language and build applications targeting any platform. Since VSTS is a code repository and a build tool it can also be integrated with many application development tools used for any other language, such as Eclipse, Xcode, IntelliJ, Visual...