@martinwoodward

Slides:



Advertisements
Similar presentations
Modern Application Lifecycle Visual Studio Online journey, capabilities and DevOps Scenarios Good to know.
Advertisements

Eralp Erat Senior Software Developer MCP,MCAD.NET,MCSD.NET.
Microsoft Confidential2 AdministrationTestingProject Mgmt.
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.
Visual Studio Online. What it Provides Visual Studio Online, based on the capabilities of Team Foundation Server with additional cloud services, is the.
@martinwoodward
Grant Holliday Senior Service Engineer Microsoft.
MSDN subscriptions Stand- alone tool Team collaboration Release management Visual Studio Team Foundation Server Device CAL Visual Studio Team Foundation.
Ed Blankenship Product Manager,
Visual Studio 2012 Launch Team Foundation Service Free Plan Visual Studio 2012 Update 1 3-week service delivery sprints Frequent updates for on-premises/boxed.
Software Development using SCRUM for Visual Team System Sascha P. Corti Developer Evangelist Microsoft Switzerland GmbH
DISCLAIMER DON’T PANIC These frameworks are still supported.
Deployment and Configuration Management Solution
Patterns & practices Symposium 2013 Introducing Git version control into your team Mark
T EAM F OUNDATION S ERVER IN D EVELOPMENT Kambiz Saremi.
Modern app development Continuous value delivery and rapid response to change.
Modern app development Continuous value delivery and rapid response to change.
Pricing Changes MSDN subscriptions Stand- alone tool Team collaboration Release management Visual Studio Team Foundation Server Device CAL Visual Studio.
@martinwoodward
Programming in Teams And how to manage your code.
Application Lifecycle Management and the cloud
Visual Studio 2012 or 2013 VisualStudio.com (or) Github (or) Bitbucket (or more) Azure Cross-Platform Command Tools Setup if you want to play too.
tinyurl.com/ProTFS2012.
tinyurl.com/ProTFS2012.
FDN04 Configurable CFD Dates Backlog Mapping Removing Weekends from Burndowns Agile Portfolio Management Updates Work Item Chart Pinning Java in.
Source Code Management with CVS Kurt Wiersma December 2004.
Modern app development Continuous value delivery and rapid response to change.
April 4, Team Foundation Server Business Analyst Build Server Tech Writer on Mac OS X.NET Developer on Visual Studio Test Team User.
Msdevcon.ru#msdevcon. ОПЫТ ИСПОЛЬЗОВАНИЯ GIT КОМАНДОЙ РАЗРАБОТКИ MSN Евгений Чигиринский Microsoft Corp.
GIT An introduction to GIT Source Control. What is GIT (1 of 2) ▪ “Git is a free and open source distributed version control system designed to handle.
Perforce Software Version Everything.. Visual Studio Industry Partner Perforce Software NEXT STEPS Contact us at: Perforce products.
IOS and Android with Windows Azure Websites Name Title Address Website.
Top Ten Tips for Team Foundation Server Martin Woodward Teamprise.
DEV307. REQUIREMENTS Construct WORKING SOFTWARE.
IAsyncResult ar = BeginSomething(…); // Do other work, checking ar.IsCompleted int result = EndSomething(ar);
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.
Cloud computingNew technology enabled value opportunities Compete velocity Direct-to-consumerMobility and devices proliferation Business modernization.
DeviceProfileTime MoneyData It is the user’s:
Git met Visual Studio en Team Foundation Server Arjen Steinhauer Architect, ilionx Software Solution
Anubha Gupta | Software Engineer Visual Studio Online Microsoft Corp. Visual Studio Enterprise Leveraging modern tools to streamline Build and Release.
Go Deep Federated Identity Management Team Foundation Server SCM and Version Control Team Foundation Service Agile Planning.
Sofia Event Center May 2014 Martin Kulov Git For TFS Developers.
BODY From Source Code Management to Daily Build Soren Klemmensen, Kamil Sacek & Luc van Vugt
@mariorod1 source control models.
Multi-Tier Apps with Admin Access, RDP, Custom Installs Modern Scalable Web Sites Full Windows Server/Linux VMs Web Sites Virtual Machines Cloud Services.
ActionHTTP VerbURL Suffix CreatePOST/tasks RetrieveGET/tasks?$filter=id%3D42 UpdatePATCH/tasks/id Delete /tasks/id
Neil Kidd Developer Tools Technical Specialist Microsoft UK.
New Database Existing Database Designer Centric Code Centric Database First Reverse engineer model in EF Designer Classes auto-generated from.
No Mixed Mode Debugging Support Use Multiple Instances Instead Launch the app under the script debugger Attach with the native debugger from.
Introduction to Git - Chirag Dani. Objectives Basics of Git Understanding different “Mindset of Git” Demo - Git with Visual Studio.
Windows Azure and iOS Chris Risner Windows Azure Technical Evangelist Microsoft
Cloud computingNew technology enabled value opportunities Compete velocity Direct-to-consumerMobility and devices proliferation Business modernization.
New Database Existing Database Designer Centric Code Centric Database First Reverse engineer model in EF Designer Classes auto-generated from.
123 What is it? End-to-end capabilities Work ItemsDashboards and Charts Your IDE Your Languages Visual Studio Online and TFS give you a drag and drop collaboration.
Version Control Systems
TechEd /11/2018 6:16 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
I don’t git it! Source control management deep dive with tfvc and git
Modern Application Lifecycle Management
Cloud Data platform (Cloud Application Development & Deployment)
Version Control Systems
Git it Done with Team Foundation Server
Git Version Control for Everyone
TechEd /21/2018 3:13 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
IntelliJ + Visual Studio Team Services Jamie Cool
TFS from on-prem to the cloud with Azure DevOps Services
Paul S Waters Getting Git.
Getting Started with Team Foundation Service
Presentation transcript:

@martinwoodward

tinyurl.com/ proalm12

StrengthsBest for Check-in Check-out Scales to very large codebases Fine level permission control Allows usage monitoring Large integrated codebases Control and auditability over source code down to the file level Offline editing support Easy to edit files outside Visual Studio or Eclipse Medium-sized integrated codebases A balance of fine-grained control with reduced friction

StrengthsBest for Check-in Check-out Scales to very large codebases Fine level permission control Allows usage monitoring Large integrated codebases Control and auditability over source code down to the file level Offline editing support Easy to edit files outside Visual Studio or Eclipse Medium-sized integrated codebases A balance of fine-grained control with reduced friction Full offline experience Complete repository with portable history Simplified branching model Modular codebases Integrating with open source Highly distributed teams

Git is the Leading DVCS Tool Adoption of Git is growing exponentially Git is used to interchange data between SCM tools Git as a Deployment Protocol Used to deploy web applications on many cloud providers (Windows Azure, Heroku, Facebook) Git has support across platforms Strong Linux and Mac tooling Support could be improved for Windows developers

Git fully integrated into Visual Studio and TFS

Team Foundation Server / Service Project 2Project 1 3 rd Party Local Repo Other Remote Git Repo

Included for certain paid MSDN subscribers: Free Plan for up to 5 users Unlimited number of projects Version control (TFVC or Git) Work item tracking Agile planning tools Feedback Management Build (in preview - limits apply) Find out more:

|