Setting Up a Continuous Integration Server with Team Foundation Server (TFS)
Jul 15,
2014
What is Continuous Integration? The goal of continuous integration is to allow developers to check in their code, compile it, run the tests, and deploy the application all in a single step. To accomplish this goal a number of things must be setup. First, a version control system. Programmers check their work into the source […]
What is Visual Studio Online?
Jul 14,
2014
The name “Visual Studio Online” might be misleading. Visual Studio Online is not an online version of Microsoft’s Visual Studio development tool. It is actually an online version of Team Foundation Server (TFS). Visual Studio Online and Team Foundation Server are complete application lifecycle management tools. The advantage of Visual Studio Online over TFS is […]