Visual Studio 2015 is officially released!

By Anthony Borton

Monday 20th July was a big day for Visual Studio with the official release of Visual Studio 2015, .NET 4.6 and much more. There are a number of compelling features that will likely mean that many organizations will choose to install this update sooner rather than later.

Here’s just a few of my favorite things in the new version.

  •  A completely new Build automation system. This is not only easier, faster and more powerful, but also now cross-platform.
  • Cross platform. Build for windows, Android and iOS!
  • More features for less money. With the removal of the “Premium” edition of Visual Studio in 2015, anyone with Visual Studio 2013 Premium with MSDN is now upgraded automatically to Visual Studio 2015 Enterprise edition. Now you get ALL the Visual Studio features.

Naturally there are many, many new features and the Visual Studio site goes through the list in detail. You can even watch recorded sessions from launch event including some great Q&A.

A DeVOps walkthrough using Visual Studio 2015

By Anthony Borton

 

The new Build automation system included in TFS 2015 and Visual Studio Online is a huge improvement over the previous XAML based builds in previous releases. To help people get an appreciation for just how powerful and flexible the new system is, I have created a short (12min) overview video and published in on the MSDN Channel 9 website.

The video walks through the following features:

  • Create a new Agent Pool, install Build Agent and configure permissions
  • Create a new build definition and configure it to execute Unit Tests (Continuous Integration)
  • Package our the built website as a Web Deploy Package
  • Create a Machine Group and add a new test web server
  • Use PowerShell DSC to configure a basic web server (IIS, ASP.NET 4.5, Website & WebDeploy)
  • Use WebDeploy to deploy the site package to the newly configured Web Server
  • Auto deploy and configure the new Test Agent on our web server
  • Run Coded UI Tests and report results

Click on the following image to watch the video.

A DevOps Walkthrough