TFSFor the last year or so, I’ve been living in a mostly Atlassian world: JIRA OnDemand, BitBucket, SourceTree… likely more before the year is done. Sure, I still use our on-premise TFS 2010 at work along with Visual Studio of various editions, but my ALM world has really been rocked by those gorgeous tools from Atlassian. This past Friday I should have been doing something productive (like writing a blog post) but suddenly I was captivated by the world of Visual Studio Online.

How it starts

Last week my colleague asked what the difference was between Visual Studio 2013 and 2012. I honestly hadn’t looked into it, so didn’t have an answer. Which of course made my obsessive compulsive behaviour kick in.  So I google’d (yes, that is a real verb) “Visual Studio 2013” and clicked on the first link I received in the search results. The top banner on the page told me Visual Studio Online was now available to everybody. For free.

Free. I like free.

So I don’t even have a copy of Visual Studio 2013 yet and I’m already clicking into something new. More freebies! That single marketing banner added at least a 500% increase to my toolset beyond what I intended to do Friday evening. In the next few minutes, I’d created my own Visual Studio Online (VSO) portal, complete with a new project, and a Git repository. I can even get another 4 friends in here, without paying a cent for (basic) licensing. So now I could start downloading and installing Visual Studio Express. Again, free. This was probably the longest portion as it took almost 20 minutes to download and install end-to-end. You know what this did? Made me spend more time investigating VSO.

Backlogged

So I have a few minutes to wait on the install, and now I’m back in VSO and clicking around on things. I’d seen this before as Team Foundation Service last year, so for the most part I was familiar with what was here already. During the time it took me to install, I had configured my profile picture, set my sprint capacity and start/end dates, created my initial backlog stories, and started tasking them out on the workboard. Note: One of the default links on the VSO allows you to create Features. Great! Yeah, sort of. The Features section of the backlog requires more than Basic licensing, so be careful before you create a bunch of Features that you won’t be able to manage easily. You can still get to them using queries, but who wants to do that? Visual Studio Online

Ready to build

Once Visual Studio was installed, it didn’t take long to create a quick solution with a single project and test the repository check-ins. Without installing any Git plugins or console tools, I could use Visual Studio to directly connect to my VSO project and push to my Git repository. Completely seamless. Not only that, but I’m set to start automated builds in VSO without any additional tools. This is a big bonus, as I hate having to start over setting up a TeamCity server or some other tool. Having the builds right there really gets things started right. At this point, I’ve only spent about 45 minutes, and I’m pretty much ready to go.

Mongolab for the combo take-down

While having my ALM toolset covered was great, I couldn’t actually build something real without a database back-end. That’s where Mongolab came to my rescue. Hosted MongoDb databases, available for free if you just want a single sandbox with less than 500 megs of data storage. For quick development and PoCs, this is perfect. The configuration wizard had me set up with a hosted database in the cloud inside of 5 minutes, and with the MongoDb C# driver installed via a NuGet package I was able to spin up a basic data layer and test it out inside of 20 minutes. That included the research to get the driver and install it. Now, I’m ready to get going with my prototype. I’ve spent zero dollars, just over an hour of time, and feeling groovy!

Getting it out there

The final piece of the puzzle will be virtual hosting. I’m going to need to spend some time on this one, as there are a lot of sketchy or expensive hosting options. I’ll be looking to get something that lets me directly publish from VSO, ideally is a cloud-based Microsoft web server, and most of all is free. Let me know if you’ve seen a good solution for this!

If you’re into ALM, some other stuff:

10 Comments

  1. Nice post! You can use the Azure portal to create a continuous deployment between your azure web app and VSO. Just as simple as creating a new account !

  2. Pingback: Brian Harry's blog
  3. As the other guys have said. Azure allows you to do a free 90 day trial or something like that and you can set up continuous delivery to Azure where once you do a checkin, it automatically builds and publishes your app/site. Ive been learning and working with this stuff for the past few months and it does make the process much more simple. There’s also your choices of Scheduled, Manual and Gated builds that can use the Azure template to push them up there.

    (sorry if this is a duplicate, wasn’t sure if it made it through)

  4. You can deploy to your own webDeploy servers, setting up the parameters for your MSBuild, anyway yes, Azure will give you a very good integration with VSO, and the new Azure slots configuration you can select what version of your site to be active, VSO is a good tool.

  5. Hi Jason,

    Great post!

    I have a question…

    2 years on….VSO or Jira Software?

    I love Confluence, Jira Software and now Portfolio for full end-to-end control of the development lifecycle.

    I’ve recently started in .net MS house using TFS and Visual Studio. I’d like to introduce them to the world of Atlassian but perhaps keep the code in Azure and use BitBucket to integrate work over to Atlassian.

    Any thoughts?

    Cheers

    1. Hi Ryan, over the past few years VSO (now VSTS) has definitely grown in leaps and bounds. However, I’m not sure what benefit you would get out of using VSTS for your source control repository if you weren’t going to take advantage of the rest that VSTS has to offer. One way you could delineate things is to use the Atlassian stack for your ‘work items’ and handle all your planning and bug/task tracking but keep your continuous integration, release management, automated testing, and the rest in VSTS. At the very least you would be getting some value out of putting your code into VSTS.

      That being said, the question to ask is if having multiple tools for the team is providing a greater benefit than the investment in the integration? The answer can often be yes, but I’ve seen many instances where a team isn’t using enough of the features from one stack or another for it to matter which tool was being used. If your team is only using the essentials that are available in both stacks, a single point of management might be easier.

      Team size and licensing comes into play as well. If you get big enough to need to be paying for VSTS and you are also paying for Atlassian licenses as well, you might be doubling up your costs needlessly. Where are you getting the best bang for your licensing buck?

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s