03 | Application Lifecycle Management Susan Ibach| Technical Evangelist Christopher Harrison | Head Geek.

Slides:



Advertisements
Similar presentations
02 | New Features for Web Developers Susan Ibach| Technical Evangelist Christopher Harrison | Head Geek.
Advertisements

Modern Application Lifecycle Visual Studio Online journey, capabilities and DevOps Scenarios Good to know.
Susan Ibach | Microsoft Technical Evangelist Christopher Harrison | Microsoft Certified Trainer.
Modern Application Lifecycle Visual Studio Online journey Visual Studio Online capability Good to know.
Visual Studio 2013 Licensing Overview Offerings, Pricing, Licensing, and Promotions Rachel Pekin Microsoft.
Modern app development Continuous value delivery and rapid response to change.
Modern app development Continuous value delivery and rapid response to change.
Modern app development Continuous value delivery and rapid response to change.
Feature: Purchase Requisitions - Requester © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names.
MIX 09 4/15/ :14 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
MSDN subscriptions Stand- alone tool Team collaboration Release management Visual Studio Team Foundation Server Device CAL Visual Studio Team Foundation.
Feature: Web Client Keyboard Shortcuts © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are.
Pricing Changes MSDN subscriptions Stand- alone tool Team collaboration Release management Visual Studio Team Foundation Server Device CAL Visual Studio.
Feature: Assign an Item to Multiple Sites © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names.
Feature: Print Remaining Documents © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or.
Windows Azure Connect Name Title Microsoft Corporation.
08 | What’s Next and Resources Jon Galloway | Tech Evangelist Christopher Harrison | Head Geek.
© 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or.
Feature: Customer Combiner and Modifier © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are.
© 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or.

Visual Studio Online Writing code in a browser or is there more to it?
Agile tooling and Portfolio Management Agile Tooling Basics Agile Portofolio Management Kanban Team Room.
DevDiv’s Cadence – The Journey Feb Jan Mar TFS 2008 TFS 2010 TFS 2012/ weeks 10 – 12 weeks 3 weeks Apr.
03 | Word Templates Brian Meier| Senior Lead Program Manager.
demo © 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names.
demo Demo.
demo QueryForeign KeyInstance /sm:body()/x:Order/x:Delivery/y:TrackingId1Z
Feature: Suggested Item Enhancements – Analysis and Assignment © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and.
06 | Debugging and Deploying on Azure Stacey Mulcahy | Technical Evangelist Rami Sayar | Technical Evangelist.
05 | Debugging and Deploying on Azure Stacey Mulcahy | Technical Evangelist Rami Sayar | Technical Evangelist.
04 | Business Analyzer Brian Meier| Senior Lead Program Manager.
Pricing Changes MSDN subscriptions Stand- alone tool Team collaboration Release management Visual Studio Team Foundation Server Device CAL Visual Studio.
What’s new in Visual Studio 2013 Preview Speaker Name.
TechEd /11/2018 6:16 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
What's new in Visual Studio 11 for Application Lifecycle Management
Microsoft Virtual Academy
Modern Application Lifecycle Management
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Dev and Test Environments in the Cloud
Windows Store for Business
TechEd /21/2018 3:13 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
Release Management with Visual Studio Team Services
11/29/2018 2:52 AM MDC317A Continuous Delivery - The Agile End to End Story for Developers & IT Pros! Morgan Webb Technical © 2013.
TFS from on-prem to the cloud with Azure DevOps Services
12/28/2018 Desktop Virtualization Corey Hynes Kyle Rosenthal President Technical Lead HynesITe Inc Spider Consulting @windowspcguy.
Release Management with Visual Studio Team Services
TechEd /18/ :08 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
Microsoft Virtual Academy
Microsoft Virtual Academy
One Marketing Template
5/5/2019 7:56 PM TOOL-818T Taking your Application Lifecycle Management to the cloud with the Team Foundation Service Doug Neumann
01 | A Lap Around Visual Studio Online
Microsoft Virtual Academy
Office 365 Development July 2014.
Microsoft Virtual Academy
Microsoft Virtual Academy
Welcome to Architect Insight 2010
Mobile App Management David Alessi — Support Topic Owner for Enterprise Windows Phone, Microsoft Corporation Simon May — Enterprise Device Infrastructuralist,
02 | Release Management Architecture
Getting Started with Team Foundation Service
Microsoft Virtual Academy
Microsoft Virtual Academy
11/1/2019 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Presentation transcript:

03 | Application Lifecycle Management Susan Ibach| Technical Evangelist Christopher Harrison | Head Geek

What is TFS? Team Foundation Server (TFS) allows you to plan and track your projects from requirements collection to production TFS 2012 made it much easier to install TFS, added support for GitHub, and a number of big improvements for requirements tracking TFS 2013 has made improvements for managing larger projects, and a number of improvements along the way to help all TFS users

Module Overview TFS New features for planning TFS New features for development Visual Studio Online In release Management

TFS 2013 new features for planning Iteration task board Administration View for managing multiple teams Features work item Kanban board Work Item tagging

Planning in TFS In TFS you define one or more teams and team members You enter your project requirements in the form of user stories. You assign user stories to different iterations User stories are broken up into tasks and assigned to team members You can update progress for different tasks, re-assign work items to different iterations, or view the backlog of work remaining

Have you ever tried to keep track of status for all the tasks for a release?

The iteration view shows you all the user stories assigned to a specific iteration

In TFS 2013 You can view a task board for each iteration

DEMO Iteration Task Board

Ever work on a project where you have multiple teams, and some individuals are split across teams?

Managing work across teams TFS 2013 has new portfolio capabilities so you can see the work across multiple teams and how that works rolls up to a bigger project or goal

DEMO Administration view for managing multiple teams

Do you think about requirements as Features -> User Stories -> Tasks?

The new Feature Work Item type acts as a parent to one or product backlog items

DEMO Features

Have you ever tried to track the status of tasks for a specific team?

The Kanban board assists with throttling and tracking your work over time

DEMO Kanban

Have you ever needed a way to identify a set of tasks that you needed to track separately? (e.g. tasks that connect to a 3 rd party system)

Work Item tagging allows you to categorize and filter lists of work items

DEMO Work Item Tagging

TFS 2013 new features for development Team Room Lightweight code comments Code Lens

Ever missed taken a couple of days off and then spent the first day back trying to find out what happened while you were away?

The team room is a record of everything happening with the team

You can use a Team room to Share announcements with team members Send messages to team members Track events

DEMO Team Room

Have you ever gone digging through your to try and find the discussion on why you made a code change?

Lightweight code comments allow you to have conversations about code within the browser

DEMO Lightweight code comments

How often do you find yourself looking up references to a method, or looking up when a method was last modified?

CodeLens provides insight about classes, methods, and properties within the code editor

DEMO Code Lens

Are you using GitHub?

GitHub is supported for source control

DEMO Using GitHub

Have you heard of Visual Studio Online?

Visual Studio Online user capabilities Unlimited projects/repositories Agile planning Work item tracking Code discussions Work item chart viewing = Basic capabilities + Agile Portfolio Management Team Rooms Work item chart authoring Request & manage feedback = Advanced capabilities + Web test case management

Options for users to access Visual Studio Online 3) New cloud-only monthly user plans 2) Included for MSDN subscribers Increased value to existing and new MSDN subscribers User plans purchased via Windows Azure. 1) Completely free for small teams FREE: 5 users FREE: 60 minutes Cloud Build per month FREE: 5 users Additional users $20/month All users $45/month Max 10 per account with this plan Includes use of the VS Pro IDE All users $60/month

DEMO Visual Studio Online

How many environments do you typically support on a project? (dev, test, …)

Optimizing the release cycle DEV QA INT PROD Team Foundation Server

Release process

Release cycle

Stage stack

In Release Management A continuous deployment solution for.NET teams Automates the deployment process Simplifies managing multiple environments Improves collaboration throughout the process Provides release analytics and reporting History Originally launched in 2009 as InRelease by InCycle Software InRelease 2.0 launched in 2010, 3.0 in 2013 Acquired by Microsoft in 2013

Release Management components Release Management Client for Visual Studio 2013 is available with: Visual Studio Test Professional Visual Studio Premium Visual Studio Ultimate Release Management Server for Team Foundation Server 2013 Microsoft Deployment Agent 2013 Required per deployment node Licensed separately

Resources In Release

Where can I get Visual Studio 2013 MSDN subscribers can download Startup companies may qualify for MSDN through BizSpark Students can access through Dreamspark Anyone can download Express or Trial versions at Visual Studio Online – free for up to 5 users

©2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Office, Azure, System Center, Dynamics and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.