Creating a Visual Studio Offline Installer
Usually, I work with more than one computer and reinstall my operating system from time to time, so I spend a lot of time downloading and configuring Visual Studio. To make this process easier, we can add parameters to the Visual Studio installer and create a local copy with all the files needed for our […]
VSTS: Build and Deploy on your own Server
Visual Studio Team Services provides an excellent cloud-based solution for project management and code repositories (both TFS and Git). Part of our standard process at Trailhead is to set up Continuous Integration builds and deployments so the team and client can get immediate feedback on unit tests and visibility into the current state of the application. […]