Knowledge

Azure DevOps Server

Source đź“ť

1826: 515:
Server Reporting Services when this option is installed. Since these are standard database and cube structures, any tool which can point to these data sources can report from them. This includes tools such as Cognos, Tableau, Excel and other reporting tools. Included with each out of the box process template is a set of reports for reporting services which cover Build information, Test results and progress, project management, agile reports (Backlog Overview, Release Burndown, Sprint Burndown and Velocity), bug and issue data. New reports can be created using Report Builder for SSRS and any of the existing reports can be modified.
443:
provide notification to other developers that files are being edited. A frequent complaint for this model is that files on the development machine are marked as read-only. It also requires developers to "go offline" when the server can't be contacted. Local workspaces were designed to avoid these problems. In a local workspace scenario files are not read-only and they do not have to be checked out before working on them. As long as the files are on the developer's local machine, it doesn't matter if the server is connected or not. Conflicts are dealt with at
345:, it can communicate with virtually any tool that can call a web service. Another extensible mechanism is subscribing to system alerts: for example, alerts that a work item was changed, or a build completed. There are approximately 20 preconfigured alerts, and teams can configure as many additional alerts as needed. When used in an extensible scenario, these alerts can be sent to a web service, triggering actions to alter or update work items (such as implementing advanced business rules or generating work items programmatically based on a given scenario). 1692: 167: 3901: 309:
scalability mechanism, in that each collection can be placed on different SQL Servers or SQL Server instances. 'Oe' configuration database per Azure DevOps instance stores project collection metadata. Data from the project collection databases is aggregated into the warehouse database, which denormalizes the data in preparation for loading into an Analysis Services cube. The warehouse and the cube allow complex trend reporting and data analysis.
554:
projects) files. The build system is extensible with users being able to create their own workflow activities, the ability to inject MSBuild into the process and to execute external processes. The workflow nature of the build allows for unlimited flexibility, but it may take some work to achieve that flexibility. Shared and open source projects have been started to build community backed activities to enhance the capabilities of Team Build.
38: 546:) files were stored in source control and could be edited and versioned directly from source control. In TFS 2013, these files were removed to eliminate clutter and streamline the build process. The WF templates can still be downloaded, edited and stored in source control if desired and TFS 2013 does not break existing TFS 2010 or 2012 build process templates. With the support of 561:, gated check-in and rolling builds. A gated check-in build will shelve code that a developer checks in, perform a "get latest" on the server code and perform a build. If the build succeeds, the code is checked in on behalf of the developer who submitted the code. If the build fails, the developer is notified and can fix the code before trying another check-in. 384:
contextual feedback to the development team. This provides specific feedback on the functions of an application from a users’ perspective without requiring meetings and demonstration sessions. Azure DevOps also provides for command line tools for both Unix and Windows environments. The Power Tools for TFS include a
577:
are resolved and integrated into builds, the work items which track these artifacts are automatically updated to indicate in which build they were successfully integrated. Combined with the testing tools, testers then get an integrated view of what code was changed in each build, but also which bugs,
568:
The build process in Azure DevOps is also part of the traceability mechanism in that Team Build brings together many of the artifacts that are created and stored in Azure DevOps. Assuming developers associate source code with work items on check-in, Team Build has the ability to report on the changes
564:
Builds have retention policies with them so that they do not accumulate when not needed (or builds can be directed not to produce any saved output) or build output can be locked and saved forever. New with TFS 2013 is the ability to check in the build results into source control. This was a necessary
521:
TFS 2013 introduced a new feature called "light-weight reporting" which provides for the ability to create real-time reports based on query results and which do not rely on the warehouse or cube. TFS 2012 (and continuing into 2013) offers real-time burndown, velocity and CFD diagrams directly within
485:
and the code is freely available from GitHub. Because Microsoft took the approach of using a standard library, any Git client can now be used natively with Azure DevOps (in other words, developers can use their favorite tools and never install the standard Azure DevOps clients). This allows tools on
458:
not allow a check-in unless the developer enters a check-in comment. These policies are extensible and can be used to examine all aspects of the code being checked in, the comments and the related work items. Azure DevOps also supports a Code Analysis feature that when used independently is known as
442:
TFVC is a centralized version control system allowing teams to store any type of artifact within its repository. TFVC supports two different types of workspaces when working with client tools – Server Workspaces and Local Workspaces. Server workspaces allow developers to lock files for check-out and
383:
In an effort to handle the growing geographic dispersion of teams and to involve stakeholders earlier and more often in the process, Microsoft added the Feedback Client. This tool allows users to exercise an application, annotate what they are seeing with audio and video, capture screens and provide
514:
Reporting has been a core component of Azure DevOps since its initial release in 2005. The reporting infrastructure consists of a data warehouse (Tfs_Warehouse) which is a relational database and a SQL Server Analysis Services data cube. Both of these sources are available for reporting through SQL
457:
As part of the source control engine, Azure DevOps supports a number of features to help developers ensure the code that is checked in follows configurable rules. This rule engine is called a Check-in Policy. There are several out of the box policies such as the Changeset Comments Policy which will
413:
Work items can be linked to each other using different relationships to create a hierarchical tree of work items or a flat relationship between work items. Work items can also be linked to external artifacts such as web pages, documents on a file share or documents stored in another repository such
379:
was also integrated with Azure DevOps to enable rapid storyboard development to help with the requirements management process. The integration provides extensible storyboard shapes that can be used to build any type of interface mockup that can then be animated with PowerPoint's built-in functions.
316:
farm. SQL Server Reporting Services are supported for more advanced reporting against the data warehouse or the Analysis Services data cube. These installations can be on the same system or on different systems. Build servers, lab management servers, release management servers and proxy servers (to
360:
Azure DevOps supports Visual Studio 2010 and later, Microsoft Test Manager (MTM) 2012, and 2013. Eclipse, older versions of Visual Studio, and other environments can be plugged into Azure DevOps using the Microsoft Source Code Control Integration Provider (MSSCCI Provider – pronounced “Miss-Key”).
308:
2012 or later, AlwaysOn SQL Server Failover Clusters and Availability Groups are supported which allows for geographic replication of data. The primary container is the project collection. A project collection is a database that contains a group of Team Projects. The Project Collection is another
606:
Microsoft has rebuilt Release Management for Visual Studio Team Services and on-premises version of TFS with the new changes in 2015 Update 2. The new version of Release Management leverages the web browser as the client and relies on the same agent architecture as Team Foundation Build. Release
417:
The flexibility in the work item system allows Azure DevOps to play many roles from requirements management to bug tracking, risk and issue tracking, as well as recording the results of reviews. The extensible linking capabilities ensure that traceability from requirements to source code to test
371:
are also supported to help manage work items which allows for bulk update, bulk entry and bulk export of work items. Microsoft Project can be used to schedule work when conforming to a waterfall software development methodology. Both Excel and Project support bi-directional updates of data. This
553:
Windows Workflow controls the overall flow of the build process and Azure DevOps includes many pre-built workflow activities for managing common tasks that are performed during a build. MSBuild is the markup language that is found in the .proj (csproj for C# projects and vbproj for Visual Basic
585:
Initially, in TFS 2015 and with Visual Studio Team Services (VSTS), Microsoft has reinvented the architecture for the build engine to be based on a cross-platform friendly Node.js application. Windows, Mac, and Linux build agents are currently supported. Azure DevOps provides for elastic build
505:
One of the major reasons to use Azure DevOps as a Git repository is that it is backed by SQL Server and is afforded the same protection as Team Foundation Version Control (TFVC). This gives developers some choices when choosing the type of project and work style that works best for them.
454:. Proxy servers allow source control contents to be cached at a site closer to the developers to avoid long network trips and the associated latency. Check-ins are still performed directly against the Azure DevOps application tier so the Proxy Server is most beneficial in read scenarios. 501:
Using Git does not preclude the benefit of using Azure DevOps work item or build system. When checking code in with Git, referencing the work item ID in the check-in comment will associate the check-in with the given work item. Likewise, Team Build will also build Git projects.
279:
to set up an environment, creating projects and adding team members. New features developed in short development cycles are added to the cloud version first. These features migrate to the on-premises version as updates, at approximately three-month intervals.
409:
for Agile, Scrum and CMMI. Teams can choose to use a built-in template or one of the many templates available for use created by third parties. Process templates can be customized using the Process Template Editor, which is part of the Power Tools.
396:
At the heart of Azure DevOps is the "work item". A work item represents a thing – it can be work that needs to be accomplished, a risk to track, a test case, a bug or virtually anything else a user can imagine. Work items are defined through the
594:
In mid-2013 Microsoft purchased a product called InRelease from InCycle Software. InRelease was fully incorporated into Team Foundation Server 2013. This capability complemented the automated build and testing processes by allowing a true
372:
allows, for example, project managers to put a schedule in Project, have that work imported into Azure DevOps where developers update the work and then the schedule can be updated without the project manager having to perform extra work.
542:. WF was added to the build process starting with TFS 2010; prior to that only MSBuild was available. The build capabilities have continued to evolve with each subsequent release of Azure DevOps. In TFS 2010 and 2012, the WF templates ( 565:
enhancement to support automated builds on the Azure DevOps Services where there is no drop location to place the builds. In the on-premises version build output can be configured to end up in any accessible shared folder location.
297:, scalable architecture. The primary structure consists of an application tier responsible for processing logic and maintaining the web application portal (referred to as Team Web Access or TWA). Azure DevOps is built using 317:
reduce some of the load on the application tier), test machines and load test machines can also be added to the infrastructure. To support teams requiring enterprise project scheduling, Azure DevOps also integrates with
348:
The data warehouse can also be extended through the creation of custom data warehouse adapters. With the introduction of TFS 2012, custom add-ins can also be created for Team Web Access, called
1435: 599:
solution. The tools were re-branded "Release Management" for TFS 2013. The Release Management capabilities give teams the ability to perform a controlled, workflow (provided by
2291: 518:
More specialized reporting is available for load test results. This data is available directly within Visual Studio and can be exported to Excel for detailed analysis.
301:
web services. These may be consumed by any client, although the client object model is recommended. The data tier and application tier can exist on the same machine.
1144: 1566: 481:. This is not a Microsoft specific implementation but a standard implementation based on the libgit2 library. This is the same library that powers the popular 271:
cloud platform. It uses the same code as the on-premises version of Azure DevOps, with minor modifications, and implements the most recent features. A user
3990: 1920: 2720: 1722: 1512: 3496: 2284: 1953: 603:) driven release to development, test and production environments and provides dashboards for monitoring the progress of one or more releases. 3461: 3925: 1536: 1488: 414:
as SharePoint. Work items can also be linked to source code, build results, test results and specific versions of items in source control.
904: 405:
that contains these and other pieces of information to provide a development framework. Azure DevOps includes Process Templates for the
388:
integration that allows users to check files in and out, add files and perform other basic tasks by right-clicking on a file or folder.
2277: 530:
Team Build (prior to TFS 2015) is a build server application included with Team Foundation Server. Two components make up Team Build –
3985: 997: 3980: 462:. The inclusion in Azure DevOps means that the analysis can run against code checked into the server and during automated builds. 3399: 3142: 1216: 430:– its original source control engine called Team Foundation Version Control (TFVC) and with the release of TFS 2013, it supports 267:(formerly Visual Studio Online before it was renamed to Visual Studio Team Services in 2015). The cloud service is backed by the 2454: 2250: 2056: 1790: 1715: 851: 17: 2966: 263:
Azure DevOps is available in two different forms: on-premises ("Server") and online ("Services"). The latter form is called
2168: 418:
cases and results can be accomplished and reported on for auditing purposes as well as historical understanding of changes.
3940: 3420: 856: 579: 574: 1457: 3935: 3583: 2497: 2158: 3137: 2423: 2121: 1959: 1901: 1148: 244: 4010: 3975: 3392: 2671: 1708: 1389: 1169: 1102: 494:
support Git plug-ins. In addition, if developers do not want to use Microsoft's Team Explorer Everywhere plug-in for
330: 1659: 3950: 3930: 3449: 3441: 2654: 2257: 2243: 867: 298: 236: 122: 117: 4005: 3995: 3970: 3965: 3624: 3279: 1628: 550:
in TFS 2013, Team Build has been enhanced to allow automated building of Git projects as well as TFVC projects.
3356: 2961: 2951: 1989: 304:
To support scalability, the application tier can be load balanced and the data tier can be clustered. If using
3341: 3406: 3326: 3175: 2934: 1757: 1258: 406: 342: 880:, a Windows client or server side extension to TFS that allows access to TFS revision controlled items from 3960: 3158: 2660: 2386: 2224: 924: 4000: 3046: 2209: 2163: 2012: 1996: 929: 861: 600: 535: 334: 79: 3523: 3366: 2826: 1847: 1825: 1771: 220: 569:
in each build – both source code changes and work item changes as well as test results (this includes
3955: 3945: 3427: 3286: 2866: 1436:"Microsoft acquires InRelease, adding continuous deployment to Visual Studio, Team Foundation Server" 341:
SDK. These APIs allow for client connectivity to Azure DevOps. Because Azure DevOps is written on a
3835: 3710: 3195: 2871: 2180: 1597: 1018: 318: 166: 3568: 3434: 3371: 3361: 2891: 2490: 2214: 1765: 1081: 248: 212: 1368: 1123: 1060: 1039: 321:, which allows enterprise level portfolio management, resource management and project tracking. 3705: 3318: 2944: 2402: 2366: 558: 294: 3700: 3205: 3041: 2642: 2464: 2329: 2130: 1983: 881: 872: 264: 1685: 557:
The build process can be configured for various types of builds including scheduled builds,
145: 3825: 3755: 3740: 3665: 3635: 3383: 3090: 2906: 2725: 2522: 2517: 1782: 1190: 376: 305: 8: 3815: 3491: 3225: 2597: 2376: 2095: 1934: 596: 1691: 1348:"Perspectives and measure groups provided in the Analysis Services cube for Team System" 1347: 1326: 1237: 951: 486:
any platform and any IDE that support Git to connect to Azure DevOps. For example, both
450:
To improve performance for remote clients, Azure DevOps includes the ability to install
3904: 3790: 3780: 3735: 3558: 3190: 3168: 2971: 2896: 2839: 2759: 2746: 2483: 2444: 2197: 1913: 495: 466: 252: 232: 216: 1740:
Years, where available, indicate the date of first stable release. Systems with names
3830: 3593: 3588: 3503: 3293: 3215: 3127: 3068: 3051: 3031: 2929: 2901: 2876: 2789: 2769: 2612: 2063: 2035: 1865: 368: 276: 110: 3785: 3725: 3720: 3690: 3655: 3598: 3548: 3518: 3413: 3331: 3243: 3210: 3180: 3163: 3122: 2854: 2844: 2572: 2449: 1977: 444: 228: 129: 105: 2704: 3810: 3618: 3613: 3528: 3481: 3258: 3253: 3248: 3200: 3185: 3132: 3117: 3085: 3036: 3021: 2881: 2859: 2577: 2381: 2314: 2300: 2204: 1731: 1633: 1602: 364: 268: 224: 200: 925:"Application Lifecycle Management with Visual Studio and Team Foundation Server" 573:
results as well as automated functional testing (CodedUI) results). As bugs and
3770: 3750: 3715: 3680: 3026: 2997: 2799: 2784: 2698: 2676: 2602: 2592: 2587: 2350: 2192: 1947: 1195: 909: 547: 491: 478: 427: 338: 208: 3919: 3882: 3640: 3346: 3220: 2886: 2849: 2637: 2628: 2607: 2566: 2459: 1941: 1927: 385: 1576: 3795: 3685: 3650: 3004: 2981: 2754: 2693: 2582: 2428: 2324: 2229: 2185: 1971: 1700: 1571: 979: 570: 451: 1393: 619:
This first version of Team Foundation Server was released March 17, 2006.
3820: 3800: 3765: 3630: 3608: 3578: 3563: 3300: 3080: 2809: 2804: 2794: 2774: 2334: 2137: 1882: 2475: 3840: 3745: 3670: 3573: 3508: 3476: 2986: 2976: 2779: 2666: 2550: 2545: 2083: 2042: 1467: 539: 313: 45: 1567:"Microsoft takes development into the cloud with Visual Studio Online" 3775: 3730: 3695: 3553: 3543: 3538: 3513: 3307: 2834: 2506: 2371: 2175: 2089: 2028: 1667: 1638: 1607: 1544: 1284: 1103:"Microsoft Visual Studio Team Foundation Server 2012 MSSCCI Provider" 877: 196: 134: 50: 37: 3336: 1537:"Microsoft Unveils Next Version of Visual Studio and .NET Framework" 401:
documents and are highly extensible. Work items are combined into a
3865: 3645: 3063: 2939: 2648: 2219: 2076: 1965: 1796: 2269: 3855: 3845: 3660: 3486: 2991: 2764: 2319: 1170:"Microsoft Visual Studio Team Foundation Server 2013 Power Tools" 531: 477:
With the release of TFS 2013, Microsoft added native support for
361:
These tools provide full access to the features in Azure DevOps.
272: 243:
capabilities. Azure DevOps can be used as a back-end to numerous
1238:"How to: Install Team Foundation Proxy and set up a remote site" 3872: 3850: 3760: 3675: 3603: 3533: 3351: 3058: 1414: 1305: 1263: 998:"New Release 'Cadence' Begins with Visual Studio 2012 Update 2" 608: 482: 240: 980:"What Is Azure DevOps? Services, Examples, and Best Practices" 3860: 3805: 2924: 2049: 1853: 1462: 487: 459: 3877: 2956: 2816: 1859: 1809: 1802: 1744:
are no longer maintained or have planned end-of-life dates.
956: 543: 498:, they can choose to use eGit to connect to Azure DevOps. 3075: 2069: 398: 1458:"Microsoft Announces Release of Team Foundation Server" 1145:"How to customize TFS 2010 work items and workflows" 380:
These storyboards can then be linked to work items.
1489:"What version of Team Foundation Server do I have?" 586:capabilities via build hosting in Microsoft Azure. 538:. MSBuild is a declarative XML language similar to 2721:Global LGBTQIA+ Employee & Allies at Microsoft 437: 3917: 1261:. Azure Repos Extension for Visual Studio Code. 1259:"Team Foundation Version Control (TFVC) Support" 329:Microsoft provides two standalone redistributed 2491: 2285: 1716: 1660:"Now available: Azure DevOps Server 2022 RTW" 1061:"Set alerts, get notified when changes occur" 1019:"Availability Enhancements (Database Engine)" 426:Azure DevOps supports two different types of 1730: 582:and other work changed from build to build. 312:Azure DevOps can integrate with an existing 3991:Software using distributed version control 2498: 2484: 2292: 2278: 1723: 1709: 1690: 333:for connecting to Azure DevOps. One is a 165: 2505: 1629:"Now available: Azure DevOps Server 2019" 258: 3469: 1217:"Server workspaces vs. local workspaces" 1191:"Team Foundation Version Control (TFVC)" 1183: 1657: 1486: 14: 3918: 1626: 1564: 1327:"Components of the TFS data warehouse" 852:Comparison of version-control software 544:Extensible Application Markup Language 288: 2479: 2273: 1704: 1040:"Team Foundation Server Architecture" 589: 434:as a core source control repository. 1595: 1455: 857:Comparison of issue-tracking systems 3926:Proprietary version control systems 2299: 1565:Bright, Peter (November 12, 2013). 952:"Adopting Team Explorer Everywhere" 245:integrated development environments 235:capabilities. It covers the entire 24: 1596:Cool, Jamie (September 10, 2018). 1456:Taft, Darryl K. (March 16, 2006). 1369:"Team Foundation Build Activities" 1147:. Ted Gustaf. 2010. Archived from 375:With Team Foundation Server 2012, 25: 4022: 1677: 421: 3986:Distributed bug tracking systems 3900: 3899: 1824: 1658:Morales, Gloridel (2022-12-06). 1392:. Codeplex. 2013. Archived from 1390:"Community TFS Build Extensions" 868:List of version-control software 681:Team Foundation Service Preview 324: 299:Windows Communication Foundation 123:Application lifecycle management 36: 3981:Bug and issue tracking software 3625:High Heat Major League Baseball 1651: 1620: 1589: 1558: 1529: 1513:"Azure DevOps Feature Timeline" 1505: 1480: 1449: 1428: 1407: 1382: 1361: 1340: 1319: 1298: 1277: 1251: 1230: 1209: 1162: 1137: 1116: 1095: 611:capabilities for Azure DevOps. 438:Team Foundation Version Control 283: 205:Team Foundation Version Control 85:2022 / December 6, 2022 27:Source code management software 3280:Where do you want to go today? 1627:Mackie, Kurt (March 5, 2019). 1074: 1053: 1032: 1011: 990: 972: 944: 917: 897: 465:The Azure Repos extension for 13: 1: 3327:Bundling of Microsoft Windows 2460:Service Management Automation 1124:"Request and review feedback" 891: 525: 407:Microsoft Solutions Framework 391: 343:service-oriented architecture 2455:Azure Dev Tools for Teaching 1487:kexugit (21 November 2013). 776:Team Foundation Server 2018 762:Team Foundation Server 2017 749:Visual Studio Team Services 735:Team Foundation Server 2015 721:Team Foundation Server 2013 694:Team Foundation Server 2012 667:Team Foundation Server 2010 653:Team Foundation Server 2008 639:Team Foundation Server 2005 509: 7: 3941:Project management software 3393:Alcatel-Lucent v. Microsoft 862:Microsoft Visual SourceSafe 845: 601:Windows Workflow Foundation 536:Windows Workflow Foundation 247:(IDEs) but is tailored for 62:; 19 years ago 10: 4027: 3936:Agile software development 3691:Nokia Devices and Services 3584:Fast Search & Transfer 3524:The Blue Ribbon SoundWorks 3450:Microsoft v. United States 3442:United States v. Microsoft 2957:C/AL a.k.a Navision Attain 1598:"Introducing Azure DevOps" 1569:. Information Technology. 1415:"Microsoft Azure - Portal" 1082:"How to create an adapter" 960:. Microsoft. 28 April 2015 905:"Azure DevOps Server 2022" 614: 355: 221:agile software development 3895: 3460: 3428:Microsoft v. MikeRoweSoft 3382: 3317: 3271: 3236: 3151: 3110: 3103: 3014: 2915: 2825: 2745: 2738: 2713: 2686: 2621: 2559: 2538: 2531: 2513: 2437: 2411: 2395: 2359: 2343: 2307: 2238: 2151: 2105: 2020: 2011: 1905: 1895: 1875: 1840: 1833: 1822: 1781: 1756: 1749: 1738: 831:Azure DevOps Server 2022 817:Azure DevOps Server 2020 803:Azure DevOps Server 2019 293:Azure DevOps is built on 204: 189:Visual Studio Team System 140: 128: 116: 104: 100: 78: 74: 56: 44: 35: 4011:Task management software 3976:Project hosting websites 3453:(2018 data privacy case) 1732:Version control software 1285:"GitHub libgit2/libgit2" 431: 319:Microsoft Project Server 3951:Unit testing frameworks 3931:Microsoft Visual Studio 3569:Double Fine Productions 3407:Microsoft v. Commission 1960:Software Change Manager 249:Microsoft Visual Studio 213:requirements management 87:; 21 months ago 4006:Java development tools 3996:Software testing tools 3971:Continuous integration 3966:Collaborative software 3706:Obsidian Entertainment 3599:GIANT Company Software 2622:Senior leadership team 2403:Azure Stream Analytics 2367:Azure Cognitive Search 790:Azure DevOps Services 559:continuous integration 472: 259:On-premises vs. online 199:product that provides 181:Team Foundation Server 18:Team Foundation Server 3701:Nuance Communications 3445:(2001 antitrust case) 3206:Outercurve Foundation 2643:Carolina Dybeck Happe 2507:Microsoft Corporation 2465:Windows Azure Caching 2424:Azure DevOps Services 2330:Azure Virtual Desktop 873:Rational Team Concert 708:Visual Studio Online 597:continuous deployment 350:Web Access Extensions 265:Azure DevOps Services 237:application lifecycle 227:), automated builds, 3826:Vermeer Technologies 3756:Revolution Analytics 3666:Massive Incorporated 3636:inXile Entertainment 3421:Microsoft v. Lindows 2867:Open source software 2726:Microsoft and unions 2634:Takeshi Numoto (CMO) 1547:. September 29, 2008 1438:. The Next Web. 2013 884:client applications. 377:Microsoft PowerPoint 337:SDK, the other is a 306:Microsoft SQL Server 179:, formerly known as 3961:Code search engines 3816:Twisted Pixel Games 3796:Winternals Software 3492:Activision Blizzard 3226:Activision Blizzard 3176:Digital Crimes Unit 2598:Carlos A. Rodriguez 2419:Azure DevOps Server 2377:Azure Data Explorer 1219:. Phil Kelley. 2013 913:. 14 November 2023. 607:Management enables 289:Server architecture 177:Azure DevOps Server 32: 31:Azure DevOps Server 4001:Load testing tools 3559:Consumers Software 3400:Apple v. Microsoft 3159:Engineering groups 2897:Visual Studio Code 2569:(Chairman and CEO) 2560:Board of directors 2387:Azure SQL Database 2320:Azure RTOS ThreadX 1517:docs.microsoft.com 1493:docs.microsoft.com 1000:. 1105 Media. 2013 590:Release management 467:Visual Studio Code 255:on all platforms. 233:release management 217:project management 30: 3913: 3912: 3891: 3890: 3831:Visio Corporation 3504:Altamira Software 3435:Microsoft v. Shah 3342:Internet Explorer 3294:Mojave Experiment 3267: 3266: 3216:Xbox Game Studios 3099: 3098: 3069:LinkedIn Learning 3047:Developer Network 2734: 2733: 2613:Padmasree Warrior 2473: 2472: 2267: 2266: 2193:Delta compression 2147: 2146: 2007: 2006: 1997:Visual SourceSafe 1850:(1986, 1990 in C) 1820: 1819: 1664:Azure DevOps Blog 1417:. Microsoft. 2016 1371:. Microsoft. 2013 1350:. Microsoft. 2013 1329:. Microsoft. 2013 1240:. Microsoft. 2013 1172:. Microsoft. 2013 1126:. Microsoft. 2012 1105:. Microsoft. 2012 1084:. Microsoft. 2008 1063:. Microsoft. 2013 1042:. Microsoft. 2012 1021:. Microsoft. 2012 933:. Microsoft. 2013 843: 842: 522:Team Web Access. 369:Microsoft Project 277:Microsoft account 174: 173: 111:Microsoft Windows 16:(Redirected from 4018: 3956:Web applications 3946:Build automation 3903: 3902: 3726:Playground Games 3721:Perceptive Pixel 3676:Mobile Data Labs 3656:Lionhead Studios 3549:Compulsion Games 3467: 3466: 3414:FTC v. Microsoft 3244:Microsoft campus 3108: 3107: 2743: 2742: 2573:John W. Thompson 2536: 2535: 2500: 2493: 2486: 2477: 2476: 2450:Azure AD Connect 2294: 2287: 2280: 2271: 2270: 2124:(via Git) (2014) 2118:(via Git) (2013) 2021:Free/open-source 2018: 2017: 1841:Free/open-source 1838: 1837: 1828: 1758:Free/open-source 1754: 1753: 1725: 1718: 1711: 1702: 1701: 1694: 1689: 1688: 1686:Official website 1672: 1671: 1655: 1649: 1648: 1646: 1645: 1624: 1618: 1617: 1615: 1614: 1593: 1587: 1586: 1584: 1583: 1562: 1556: 1555: 1553: 1552: 1533: 1527: 1526: 1524: 1523: 1509: 1503: 1502: 1500: 1499: 1484: 1478: 1477: 1475: 1474: 1453: 1447: 1446: 1444: 1443: 1432: 1426: 1425: 1423: 1422: 1411: 1405: 1404: 1402: 1401: 1386: 1380: 1379: 1377: 1376: 1365: 1359: 1358: 1356: 1355: 1344: 1338: 1337: 1335: 1334: 1323: 1317: 1316: 1314: 1313: 1302: 1296: 1295: 1293: 1292: 1281: 1275: 1274: 1272: 1271: 1255: 1249: 1248: 1246: 1245: 1234: 1228: 1227: 1225: 1224: 1213: 1207: 1206: 1204: 1203: 1193:. Azure DevOps. 1187: 1181: 1180: 1178: 1177: 1166: 1160: 1159: 1157: 1156: 1141: 1135: 1134: 1132: 1131: 1120: 1114: 1113: 1111: 1110: 1099: 1093: 1092: 1090: 1089: 1078: 1072: 1071: 1069: 1068: 1057: 1051: 1050: 1048: 1047: 1036: 1030: 1029: 1027: 1026: 1015: 1009: 1008: 1006: 1005: 994: 988: 987: 976: 970: 969: 967: 965: 948: 942: 941: 939: 938: 921: 915: 914: 901: 634:Version Number 622: 621: 403:Process Template 170: 169: 162: 159: 157: 155: 153: 151: 149: 147: 106:Operating system 95: 93: 88: 70: 68: 63: 40: 33: 29: 21: 4026: 4025: 4021: 4020: 4019: 4017: 4016: 4015: 3916: 3915: 3914: 3909: 3887: 3811:Tellme Networks 3786:Sunrise Atelier 3614:Groove Networks 3482:Access Software 3456: 3378: 3313: 3263: 3259:Microsoft Japan 3254:Microsoft India 3249:Microsoft Egypt 3232: 3201:.NET Foundation 3147: 3095: 3037:Microsoft Learn 3010: 2917: 2911: 2821: 2730: 2714:Employee groups 2709: 2682: 2617: 2578:John W. Stanton 2555: 2527: 2509: 2504: 2474: 2469: 2433: 2412:Developer Tools 2407: 2391: 2382:Azure Data Lake 2372:Azure Cosmos DB 2355: 2339: 2315:Microsoft Azure 2303: 2301:Microsoft Azure 2298: 2268: 2263: 2234: 2205:File comparison 2143: 2101: 2003: 1871: 1860:QVCS Enterprise 1829: 1816: 1777: 1745: 1734: 1729: 1698: 1684: 1683: 1680: 1675: 1656: 1652: 1643: 1641: 1634:Microsoft Azure 1625: 1621: 1612: 1610: 1603:Microsoft Azure 1594: 1590: 1581: 1579: 1563: 1559: 1550: 1548: 1535: 1534: 1530: 1521: 1519: 1511: 1510: 1506: 1497: 1495: 1485: 1481: 1472: 1470: 1460:. Development. 1454: 1450: 1441: 1439: 1434: 1433: 1429: 1420: 1418: 1413: 1412: 1408: 1399: 1397: 1388: 1387: 1383: 1374: 1372: 1367: 1366: 1362: 1353: 1351: 1346: 1345: 1341: 1332: 1330: 1325: 1324: 1320: 1311: 1309: 1308:. Eclipse. 2013 1304: 1303: 1299: 1290: 1288: 1283: 1282: 1278: 1269: 1267: 1257: 1256: 1252: 1243: 1241: 1236: 1235: 1231: 1222: 1220: 1215: 1214: 1210: 1201: 1199: 1189: 1188: 1184: 1175: 1173: 1168: 1167: 1163: 1154: 1152: 1143: 1142: 1138: 1129: 1127: 1122: 1121: 1117: 1108: 1106: 1101: 1100: 1096: 1087: 1085: 1080: 1079: 1075: 1066: 1064: 1059: 1058: 1054: 1045: 1043: 1038: 1037: 1033: 1024: 1022: 1017: 1016: 1012: 1003: 1001: 996: 995: 991: 978: 977: 973: 963: 961: 950: 949: 945: 936: 934: 923: 922: 918: 903: 902: 898: 894: 848: 617: 592: 528: 512: 475: 469:supports TFVC. 440: 424: 394: 365:Microsoft Excel 358: 327: 291: 286: 269:Microsoft Azure 261: 225:waterfall teams 201:version control 164: 144: 96: 91: 89: 86: 66: 64: 61: 57:Initial release 28: 23: 22: 15: 12: 11: 5: 4024: 4014: 4013: 4008: 4003: 3998: 3993: 3988: 3983: 3978: 3973: 3968: 3963: 3958: 3953: 3948: 3943: 3938: 3933: 3928: 3911: 3910: 3908: 3907: 3896: 3893: 3892: 3889: 3888: 3886: 3885: 3880: 3875: 3870: 3869: 3868: 3858: 3853: 3851:WebTV Networks 3848: 3843: 3838: 3833: 3828: 3823: 3818: 3813: 3808: 3803: 3798: 3793: 3788: 3783: 3778: 3773: 3771:Secure Islands 3768: 3763: 3758: 3753: 3748: 3743: 3738: 3733: 3728: 3723: 3718: 3716:Pando Networks 3713: 3708: 3703: 3698: 3693: 3688: 3683: 3681:Mojang Studios 3678: 3673: 3668: 3663: 3658: 3653: 3648: 3643: 3638: 3633: 3628: 3621: 3616: 3611: 3606: 3601: 3596: 3591: 3586: 3581: 3576: 3571: 3566: 3561: 3556: 3551: 3546: 3541: 3536: 3531: 3526: 3521: 3516: 3511: 3506: 3501: 3500: 3499: 3489: 3484: 3479: 3473: 3471: 3464: 3458: 3457: 3455: 3454: 3446: 3438: 3431: 3424: 3417: 3410: 3403: 3396: 3388: 3386: 3380: 3379: 3377: 3376: 3375: 3374: 3369: 3364: 3354: 3349: 3344: 3339: 3334: 3329: 3323: 3321: 3315: 3314: 3312: 3311: 3304: 3297: 3290: 3283: 3275: 3273: 3269: 3268: 3265: 3264: 3262: 3261: 3256: 3251: 3246: 3240: 3238: 3234: 3233: 3231: 3230: 3229: 3228: 3223: 3218: 3208: 3203: 3198: 3193: 3188: 3183: 3178: 3173: 3172: 3171: 3166: 3155: 3153: 3149: 3148: 3146: 3145: 3140: 3135: 3130: 3125: 3120: 3114: 3112: 3105: 3101: 3100: 3097: 3096: 3094: 3093: 3088: 3083: 3078: 3073: 3072: 3071: 3061: 3056: 3055: 3054: 3049: 3044: 3034: 3029: 3024: 3018: 3016: 3015:Web properties 3012: 3011: 3009: 3008: 3001: 2994: 2989: 2984: 2979: 2974: 2969: 2964: 2959: 2954: 2949: 2948: 2947: 2942: 2937: 2932: 2921: 2919: 2913: 2912: 2910: 2909: 2904: 2899: 2894: 2889: 2884: 2879: 2874: 2872:Power Platform 2869: 2864: 2863: 2862: 2857: 2847: 2842: 2837: 2831: 2829: 2823: 2822: 2820: 2819: 2814: 2813: 2812: 2807: 2802: 2797: 2792: 2787: 2782: 2777: 2767: 2762: 2757: 2751: 2749: 2740: 2736: 2735: 2732: 2731: 2729: 2728: 2723: 2717: 2715: 2711: 2710: 2708: 2707: 2702: 2699:Richard Rashid 2696: 2690: 2688: 2684: 2683: 2681: 2680: 2677:Kathleen Hogan 2674: 2669: 2664: 2658: 2652: 2646: 2640: 2635: 2632: 2625: 2623: 2619: 2618: 2616: 2615: 2610: 2605: 2603:Charles Scharf 2600: 2595: 2593:Penny Pritzker 2590: 2588:Sandi Peterson 2585: 2580: 2575: 2570: 2563: 2561: 2557: 2556: 2554: 2553: 2548: 2542: 2540: 2533: 2529: 2528: 2526: 2525: 2520: 2514: 2511: 2510: 2503: 2502: 2495: 2488: 2480: 2471: 2470: 2468: 2467: 2462: 2457: 2452: 2447: 2441: 2439: 2435: 2434: 2432: 2431: 2426: 2421: 2415: 2413: 2409: 2408: 2406: 2405: 2399: 2397: 2393: 2392: 2390: 2389: 2384: 2379: 2374: 2369: 2363: 2361: 2357: 2356: 2354: 2353: 2351:Azure Web Apps 2347: 2345: 2341: 2340: 2338: 2337: 2332: 2327: 2322: 2317: 2311: 2309: 2308:Azure Platform 2305: 2304: 2297: 2296: 2289: 2282: 2274: 2265: 2264: 2262: 2261: 2254: 2247: 2239: 2236: 2235: 2233: 2232: 2227: 2222: 2217: 2212: 2207: 2202: 2201: 2200: 2190: 2189: 2188: 2178: 2173: 2172: 2171: 2161: 2155: 2153: 2149: 2148: 2145: 2144: 2142: 2141: 2135: 2127: 2126: 2125: 2119: 2109: 2107: 2103: 2102: 2100: 2099: 2093: 2087: 2081: 2073: 2067: 2061: 2053: 2047: 2039: 2033: 2024: 2022: 2015: 2009: 2008: 2005: 2004: 2002: 2001: 1993: 1987: 1981: 1975: 1969: 1963: 1957: 1951: 1948:Perforce Helix 1945: 1939: 1931: 1925: 1917: 1911: 1910: 1909: 1899: 1886: 1879: 1877: 1873: 1872: 1870: 1869: 1863: 1857: 1851: 1844: 1842: 1835: 1831: 1830: 1823: 1821: 1818: 1817: 1815: 1814: 1806: 1800: 1794: 1787: 1785: 1779: 1778: 1776: 1775: 1769: 1762: 1760: 1751: 1747: 1746: 1739: 1736: 1735: 1728: 1727: 1720: 1713: 1705: 1696: 1695: 1679: 1678:External links 1676: 1674: 1673: 1650: 1619: 1588: 1557: 1528: 1504: 1479: 1448: 1427: 1406: 1381: 1360: 1339: 1318: 1297: 1287:. GitHub. 2013 1276: 1250: 1229: 1208: 1196:Microsoft Docs 1182: 1161: 1136: 1115: 1094: 1073: 1052: 1031: 1010: 989: 971: 943: 916: 910:Microsoft Docs 895: 893: 890: 889: 888: 885: 875: 870: 865: 859: 854: 847: 844: 841: 840: 838: 835: 832: 828: 827: 824: 821: 818: 814: 813: 810: 807: 804: 800: 799: 797: 794: 791: 787: 786: 783: 780: 777: 773: 772: 769: 766: 763: 759: 758: 756: 753: 750: 746: 745: 742: 739: 736: 732: 731: 728: 725: 722: 718: 717: 715: 712: 709: 705: 704: 701: 698: 695: 691: 690: 688: 685: 682: 678: 677: 674: 671: 668: 664: 663: 660: 657: 654: 650: 649: 646: 643: 640: 636: 635: 632: 629: 626: 616: 613: 591: 588: 527: 524: 511: 508: 492:Android Studio 474: 471: 439: 436: 428:source control 423: 422:Source control 420: 393: 390: 357: 354: 339:.NET Framework 326: 323: 290: 287: 285: 282: 260: 257: 211:), reporting, 172: 171: 142: 138: 137: 132: 126: 125: 120: 114: 113: 108: 102: 101: 98: 97: 84: 82: 80:Stable release 76: 75: 72: 71: 58: 54: 53: 48: 42: 41: 26: 9: 6: 4: 3: 2: 4023: 4012: 4009: 4007: 4004: 4002: 3999: 3997: 3994: 3992: 3989: 3987: 3984: 3982: 3979: 3977: 3974: 3972: 3969: 3967: 3964: 3962: 3959: 3957: 3954: 3952: 3949: 3947: 3944: 3942: 3939: 3937: 3934: 3932: 3929: 3927: 3924: 3923: 3921: 3906: 3898: 3897: 3894: 3884: 3883:ZeniMax Media 3881: 3879: 3876: 3874: 3871: 3867: 3864: 3863: 3862: 3859: 3857: 3854: 3852: 3849: 3847: 3844: 3842: 3839: 3837: 3834: 3832: 3829: 3827: 3824: 3822: 3819: 3817: 3814: 3812: 3809: 3807: 3804: 3802: 3799: 3797: 3794: 3792: 3789: 3787: 3784: 3782: 3779: 3777: 3774: 3772: 3769: 3767: 3764: 3762: 3759: 3757: 3754: 3752: 3749: 3747: 3744: 3742: 3739: 3737: 3734: 3732: 3729: 3727: 3724: 3722: 3719: 3717: 3714: 3712: 3709: 3707: 3704: 3702: 3699: 3697: 3694: 3692: 3689: 3687: 3684: 3682: 3679: 3677: 3674: 3672: 3669: 3667: 3664: 3662: 3659: 3657: 3654: 3652: 3649: 3647: 3644: 3642: 3641:Jellyfish.com 3639: 3637: 3634: 3632: 3629: 3627: 3626: 3622: 3620: 3617: 3615: 3612: 3610: 3607: 3605: 3602: 3600: 3597: 3595: 3592: 3590: 3587: 3585: 3582: 3580: 3577: 3575: 3572: 3570: 3567: 3565: 3562: 3560: 3557: 3555: 3552: 3550: 3547: 3545: 3542: 3540: 3537: 3535: 3532: 3530: 3527: 3525: 3522: 3520: 3517: 3515: 3512: 3510: 3507: 3505: 3502: 3498: 3495: 3494: 3493: 3490: 3488: 3485: 3483: 3480: 3478: 3477:6Wunderkinder 3475: 3474: 3472: 3468: 3465: 3463: 3459: 3452: 3451: 3447: 3444: 3443: 3439: 3437: 3436: 3432: 3430: 3429: 3425: 3423: 3422: 3418: 3416: 3415: 3411: 3409: 3408: 3404: 3402: 3401: 3397: 3395: 3394: 3390: 3389: 3387: 3385: 3381: 3373: 3370: 3368: 3365: 3363: 3360: 3359: 3358: 3355: 3353: 3350: 3348: 3347:Microsoft Bob 3345: 3343: 3340: 3338: 3335: 3333: 3330: 3328: 3325: 3324: 3322: 3320: 3316: 3309: 3305: 3302: 3298: 3295: 3291: 3288: 3284: 3281: 3277: 3276: 3274: 3270: 3260: 3257: 3255: 3252: 3250: 3247: 3245: 3242: 3241: 3239: 3235: 3227: 3224: 3222: 3221:ZeniMax Media 3219: 3217: 3214: 3213: 3212: 3209: 3207: 3204: 3202: 3199: 3197: 3196:Retail stores 3194: 3192: 3189: 3187: 3184: 3182: 3179: 3177: 3174: 3170: 3167: 3165: 3162: 3161: 3160: 3157: 3156: 3154: 3150: 3144: 3141: 3139: 3136: 3134: 3131: 3129: 3126: 3124: 3121: 3119: 3116: 3115: 3113: 3109: 3106: 3102: 3092: 3089: 3087: 3084: 3082: 3079: 3077: 3074: 3070: 3067: 3066: 3065: 3062: 3060: 3057: 3053: 3050: 3048: 3045: 3043: 3040: 3039: 3038: 3035: 3033: 3030: 3028: 3025: 3023: 3020: 3019: 3017: 3013: 3007: 3006: 3002: 3000: 2999: 2995: 2993: 2990: 2988: 2985: 2983: 2980: 2978: 2975: 2973: 2970: 2968: 2965: 2963: 2960: 2958: 2955: 2953: 2950: 2946: 2943: 2941: 2938: 2936: 2933: 2931: 2928: 2927: 2926: 2923: 2922: 2920: 2914: 2908: 2905: 2903: 2900: 2898: 2895: 2893: 2892:Visual Studio 2890: 2888: 2885: 2883: 2880: 2878: 2875: 2873: 2870: 2868: 2865: 2861: 2858: 2856: 2853: 2852: 2851: 2850:Microsoft 365 2848: 2846: 2843: 2841: 2838: 2836: 2833: 2832: 2830: 2828: 2824: 2818: 2815: 2811: 2808: 2806: 2803: 2801: 2798: 2796: 2793: 2791: 2788: 2786: 2783: 2781: 2778: 2776: 2773: 2772: 2771: 2768: 2766: 2763: 2761: 2758: 2756: 2753: 2752: 2750: 2748: 2744: 2741: 2737: 2727: 2724: 2722: 2719: 2718: 2716: 2712: 2706: 2705:CĂ©sar Cernuda 2703: 2700: 2697: 2695: 2692: 2691: 2689: 2687:Corporate VPs 2685: 2678: 2675: 2673: 2670: 2668: 2665: 2662: 2659: 2656: 2653: 2650: 2647: 2644: 2641: 2639: 2638:Scott Guthrie 2636: 2633: 2630: 2629:Satya Nadella 2627: 2626: 2624: 2620: 2614: 2611: 2609: 2608:Emma Walmsley 2606: 2604: 2601: 2599: 2596: 2594: 2591: 2589: 2586: 2584: 2581: 2579: 2576: 2574: 2571: 2568: 2567:Satya Nadella 2565: 2564: 2562: 2558: 2552: 2549: 2547: 2544: 2543: 2541: 2537: 2534: 2530: 2524: 2521: 2519: 2516: 2515: 2512: 2508: 2501: 2496: 2494: 2489: 2487: 2482: 2481: 2478: 2466: 2463: 2461: 2458: 2456: 2453: 2451: 2448: 2446: 2443: 2442: 2440: 2436: 2430: 2427: 2425: 2422: 2420: 2417: 2416: 2414: 2410: 2404: 2401: 2400: 2398: 2394: 2388: 2385: 2383: 2380: 2378: 2375: 2373: 2370: 2368: 2365: 2364: 2362: 2358: 2352: 2349: 2348: 2346: 2342: 2336: 2333: 2331: 2328: 2326: 2323: 2321: 2318: 2316: 2313: 2312: 2310: 2306: 2302: 2295: 2290: 2288: 2283: 2281: 2276: 2275: 2272: 2260: 2259: 2255: 2253: 2252: 2248: 2246: 2245: 2241: 2240: 2237: 2231: 2228: 2226: 2223: 2221: 2218: 2216: 2213: 2211: 2208: 2206: 2203: 2199: 2196: 2195: 2194: 2191: 2187: 2184: 2183: 2182: 2179: 2177: 2174: 2170: 2167: 2166: 2165: 2162: 2160: 2157: 2156: 2154: 2150: 2139: 2136: 2133: 2132: 2128: 2123: 2120: 2117: 2114: 2113: 2112:Azure DevOps 2111: 2110: 2108: 2104: 2097: 2094: 2091: 2088: 2085: 2082: 2079: 2078: 2074: 2071: 2068: 2065: 2062: 2059: 2058: 2054: 2051: 2048: 2045: 2044: 2040: 2037: 2034: 2031: 2030: 2026: 2025: 2023: 2019: 2016: 2014: 2010: 1999: 1998: 1994: 1991: 1988: 1985: 1982: 1979: 1976: 1973: 1970: 1967: 1964: 1961: 1958: 1955: 1952: 1949: 1946: 1943: 1940: 1937: 1936: 1932: 1929: 1928:Dimensions CM 1926: 1923: 1922: 1918: 1915: 1912: 1907: 1903: 1900: 1897: 1893: 1890: 1889: 1888:Azure DevOps 1887: 1884: 1881: 1880: 1878: 1874: 1867: 1864: 1861: 1858: 1855: 1852: 1849: 1846: 1845: 1843: 1839: 1836: 1834:Client–server 1832: 1827: 1812: 1811: 1807: 1804: 1801: 1798: 1795: 1792: 1791:The Librarian 1789: 1788: 1786: 1784: 1780: 1773: 1770: 1767: 1764: 1763: 1761: 1759: 1755: 1752: 1748: 1743: 1737: 1733: 1726: 1721: 1719: 1714: 1712: 1707: 1706: 1703: 1699: 1693: 1687: 1682: 1681: 1669: 1665: 1661: 1654: 1640: 1636: 1635: 1630: 1623: 1609: 1605: 1604: 1599: 1592: 1578: 1574: 1573: 1568: 1561: 1546: 1542: 1538: 1532: 1518: 1514: 1508: 1494: 1490: 1483: 1469: 1465: 1464: 1459: 1452: 1437: 1431: 1416: 1410: 1396:on 2013-10-11 1395: 1391: 1385: 1370: 1364: 1349: 1343: 1328: 1322: 1307: 1301: 1286: 1280: 1266: 1265: 1260: 1254: 1239: 1233: 1218: 1212: 1198: 1197: 1192: 1186: 1171: 1165: 1151:on 2013-10-19 1150: 1146: 1140: 1125: 1119: 1104: 1098: 1083: 1077: 1062: 1056: 1041: 1035: 1020: 1014: 999: 993: 985: 981: 975: 959: 958: 953: 947: 932: 931: 926: 920: 912: 911: 906: 900: 896: 886: 883: 879: 876: 874: 871: 869: 866: 863: 860: 858: 855: 853: 850: 849: 839: 836: 833: 830: 829: 825: 822: 819: 816: 815: 811: 808: 805: 802: 801: 798: 795: 792: 789: 788: 784: 781: 778: 775: 774: 770: 767: 764: 761: 760: 757: 754: 751: 748: 747: 743: 740: 737: 734: 733: 729: 726: 723: 720: 719: 716: 713: 710: 707: 706: 702: 699: 696: 693: 692: 689: 686: 683: 680: 679: 675: 672: 669: 666: 665: 661: 658: 655: 652: 651: 647: 644: 641: 638: 637: 633: 631:Release year 630: 627: 625:Product name 624: 623: 620: 612: 610: 604: 602: 598: 587: 583: 581: 576: 572: 566: 562: 560: 555: 551: 549: 545: 541: 537: 533: 523: 519: 516: 507: 503: 499: 497: 493: 489: 484: 480: 470: 468: 463: 461: 455: 453: 452:Proxy Servers 448: 446: 435: 433: 429: 419: 415: 411: 408: 404: 400: 389: 387: 386:Windows shell 381: 378: 373: 370: 366: 362: 353: 351: 346: 344: 340: 336: 332: 325:Extensibility 322: 320: 315: 310: 307: 302: 300: 296: 281: 278: 274: 270: 266: 256: 254: 250: 246: 242: 238: 234: 230: 226: 222: 218: 214: 210: 206: 203:(either with 202: 198: 194: 190: 186: 182: 178: 168: 161: 143: 139: 136: 133: 131: 127: 124: 121: 119: 115: 112: 109: 107: 103: 99: 83: 81: 77: 73: 59: 55: 52: 49: 47: 43: 39: 34: 19: 3686:Ninja Theory 3651:LinkExchange 3623: 3462:Acquisitions 3448: 3440: 3433: 3426: 3419: 3412: 3405: 3398: 3391: 3003: 2996: 2982:Transact-SQL 2945:Visual Basic 2916:Programming 2755:Azure Kinect 2694:Joe Belfiore 2672:Phil Spencer 2583:Reid Hoffman 2429:Azure Kinect 2418: 2325:Azure Sphere 2256: 2249: 2242: 2129: 2115: 2075: 2055: 2041: 2027: 1995: 1984:Team Concert 1972:Surround SCM 1933: 1919: 1891: 1808: 1741: 1697: 1663: 1653: 1642:. Retrieved 1632: 1622: 1611:. Retrieved 1601: 1591: 1580:. Retrieved 1572:Ars Technica 1570: 1560: 1549:. Retrieved 1541:Company News 1540: 1531: 1520:. Retrieved 1516: 1507: 1496:. Retrieved 1492: 1482: 1471:. Retrieved 1461: 1451: 1440:. Retrieved 1430: 1419:. Retrieved 1409: 1398:. Retrieved 1394:the original 1384: 1373:. Retrieved 1363: 1352:. Retrieved 1342: 1331:. Retrieved 1321: 1310:. Retrieved 1300: 1289:. Retrieved 1279: 1268:. Retrieved 1262: 1253: 1242:. Retrieved 1232: 1221:. Retrieved 1211: 1200:. Retrieved 1194: 1185: 1174:. Retrieved 1164: 1153:. Retrieved 1149:the original 1139: 1128:. Retrieved 1118: 1107:. Retrieved 1097: 1086:. Retrieved 1076: 1065:. Retrieved 1055: 1044:. Retrieved 1034: 1023:. Retrieved 1013: 1002:. Retrieved 992: 984:codefresh.io 983: 974: 962:. Retrieved 955: 946: 935:. Retrieved 928: 919: 908: 899: 834:On-premises 820:On-premises 806:On-premises 779:On-premises 765:On-premises 738:On-premises 724:On-premises 697:On-premises 670:On-premises 656:On-premises 642:On-premises 618: 605: 593: 584: 571:unit testing 567: 563: 556: 552: 529: 520: 517: 513: 504: 500: 476: 464: 456: 449: 441: 425: 416: 412: 402: 395: 382: 374: 363: 359: 349: 347: 328: 311: 303: 292: 284:Architecture 262: 239:and enables 192: 188: 184: 180: 176: 175: 46:Developer(s) 3821:Undead Labs 3801:TakeLessons 3766:ScreenTonic 3619:Havok Group 3609:GreenButton 3594:Forethought 3579:FASA Studio 3497:acquisition 3111:Conferences 3081:Outlook.com 2655:Kevin Scott 2335:Azure Linux 2198:Interleaved 2138:Plastic SCM 2106:Proprietary 2013:Distributed 1883:AccuRev SCM 1876:Proprietary 1783:Proprietary 3920:Categories 3841:VoloMetrix 3746:ProClarity 3741:Press Play 3671:Metaswitch 3509:AltspaceVR 3384:Litigation 3169:Skype unit 3091:Translator 3005:Visual J++ 2987:TypeScript 2977:PowerShell 2667:Harry Shum 2661:Brad Smith 2551:Paul Allen 2546:Bill Gates 2251:Comparison 2225:Repository 2084:GNU Bazaar 2043:Code Co-op 1866:Subversion 1750:Local only 1742:in italics 1644:2019-10-13 1613:2019-10-13 1582:2019-10-13 1577:CondĂ© Nast 1551:2019-10-13 1522:2021-02-15 1498:2020-08-26 1473:2019-10-13 1468:Ziff Davis 1442:2013-11-15 1421:2016-05-17 1400:2013-10-17 1375:2013-10-17 1354:2013-10-17 1333:2013-10-17 1312:2013-10-31 1291:2013-10-31 1270:2019-09-23 1244:2013-10-17 1223:2013-10-17 1202:2019-09-23 1176:2013-10-17 1155:2013-10-17 1130:2013-10-17 1109:2013-10-17 1088:2013-10-17 1067:2013-10-17 1046:2013-10-17 1025:2013-10-17 1004:2013-10-15 937:2013-10-15 892:References 882:Subversion 540:Apache Ant 526:Team Build 392:Work items 314:SharePoint 295:multi-tier 219:(for both 207:(TFVC) or 148:.microsoft 92:2022-12-06 3776:Simplygon 3731:PlaceWare 3554:Connectix 3544:Colloquis 3539:Clipchamp 3514:aQuantive 3470:Completed 3319:Criticism 3308:Scroogled 3287:Champagne 3272:Campaigns 3152:Divisions 3042:Channel 9 2998:Visual J# 2918:languages 2835:Clipchamp 2790:Laptop Go 2396:Messaging 2176:Changeset 2090:Mercurial 2029:BitKeeper 1942:Integrity 1914:ClearCase 1668:Microsoft 1639:Microsoft 1608:Microsoft 1545:Microsoft 878:SVNBridge 510:Reporting 197:Microsoft 154:/services 135:Trialware 51:Microsoft 3905:Category 3866:AppNexus 3791:SwiftKey 3736:Powerset 3646:LinkedIn 3574:Farecast 3310:" (2012) 3303:" (2008) 3301:I'm a PC 3296:" (2006) 3289:" (2002) 3282:" (1994) 3191:Research 3064:LinkedIn 2972:Power Fx 2940:VBScript 2840:Dynamics 2827:Software 2760:HoloLens 2747:Hardware 2739:Products 2649:Amy Hood 2539:Founders 2445:Entra ID 2244:Category 2220:Monorepo 2159:Baseline 2152:Concepts 2131:TeamWare 2122:Services 2096:Monotone 2077:GNU arch 1966:StarTeam 1956:(1980s?) 1908:) (2014) 1902:Services 1898:) (2005) 1797:Panvalet 1662:. Blog. 1631:. Blog. 1600:. Blog. 846:See also 445:check-in 275:using a 273:signs in 195:), is a 3856:Xamarin 3846:VXtreme 3711:Onfolio 3661:Maluuba 3631:Hotmail 3589:Firefly 3487:Acompli 3357:Windows 3352:_NSAKEY 3237:Estates 3128:Inspire 3104:Company 3052:TechNet 3032:Copilot 2907:Xbox OS 2902:Windows 2877:Servers 2770:Surface 2765:LifeCam 2523:Outline 2518:History 2438:Related 2360:Storage 2344:Compute 1978:Synergy 1962:(1970s) 1930:(1980s) 1799:(1970s) 615:History 532:MSBuild 496:Eclipse 356:Clients 253:Eclipse 229:testing 158:/server 156:/devops 141:Website 130:License 90: ( 65: ( 3873:Yammer 3836:Vivaty 3761:RiskIQ 3604:GitHub 3564:Danger 3534:Bungie 3519:Azyxxi 3332:Clippy 3211:Gaming 3181:Garage 3164:Mobile 3143:WinHEC 3123:Ignite 3059:GitHub 2930:VB.NET 2855:Office 2800:Studio 2785:Laptop 2532:People 2181:Commit 2164:Branch 2140:(2006) 2134:(1992) 2116:Server 2098:(2003) 2092:(2005) 2086:(2005) 2080:(2001) 2072:(2005) 2066:(2007) 2064:Fossil 2060:(2002) 2052:(2002) 2046:(1997) 2038:(2017) 2036:Breezy 2032:(2000) 2000:(1994) 1992:(2003) 1986:(2008) 1980:(1990) 1974:(2002) 1968:(1995) 1950:(1995) 1944:(2001) 1938:(1984) 1924:(1994) 1916:(1992) 1892:Server 1885:(2002) 1868:(2000) 1862:(1998) 1856:(1998) 1813:(1991) 1805:(1985) 1793:(1969) 1774:(1973) 1768:(1982) 1306:"EGit" 1264:GitHub 964:26 May 887:WinOps 793:Cloud 752:Cloud 711:Cloud 684:Cloud 609:DevOps 483:GitHub 447:time. 241:DevOps 187:) and 163:  152:/en-us 3861:Xandr 3806:Teleo 3781:Skype 3367:Vista 3186:Press 3118:Build 3086:Store 3022:Azure 2925:BASIC 2882:Start 2860:Teams 2845:Havok 2701:(SVP) 2679:(CPO) 2663:(CLO) 2657:(CTO) 2651:(CFO) 2645:(COO) 2631:(CEO) 2215:Merge 2186:Gated 2169:Trunk 2050:Darcs 1990:Vault 1904:(via 1894:(via 1854:CVSNT 1463:eWeek 864:(VSS) 837:2022 823:2020 809:2019 796:2018 782:2017 768:2017 755:2015 741:2015 727:2013 714:2013 700:2012 687:2012 673:2010 659:2008 645:2006 628:Form 488:Xcode 460:FxCop 146:azure 3878:Yupi 3751:Rare 3529:Beam 3337:iLoo 3027:Bing 2967:MVPL 2817:Xbox 2258:List 2210:Fork 2057:DCVS 1954:SCLM 1935:DSEE 1921:CMVC 1906:TFVC 1896:TFVC 1810:QVCS 1803:PVCS 1772:SCCS 966:2017 957:MSDN 930:MSDN 580:PBIs 575:PBIs 534:and 490:and 367:and 335:Java 331:APIs 251:and 231:and 223:and 193:VSTS 150:.com 118:Type 67:2005 60:2005 3696:npm 3138:PDC 3133:MIX 3076:MSN 2935:VBA 2887:Tay 2810:Neo 2805:Duo 2795:Pro 2775:Hub 2230:Tag 2070:Git 1848:CVS 1766:RCS 826:18 812:17 785:16 771:15 744:14 730:12 703:11 676:10 548:Git 479:Git 473:Git 432:Git 399:XML 209:Git 185:TFS 3922:: 3372:10 3362:XP 2992:Q# 2962:F# 2952:C# 2780:Go 1666:. 1637:. 1606:. 1575:. 1543:. 1539:. 1515:. 1491:. 1466:. 982:. 954:. 927:. 907:. 662:9 648:8 352:. 215:, 3306:" 3299:" 3292:" 3285:" 3278:" 2499:e 2492:t 2485:v 2293:e 2286:t 2279:v 1724:e 1717:t 1710:v 1670:. 1647:. 1616:. 1585:. 1554:. 1525:. 1501:. 1476:. 1445:. 1424:. 1403:. 1378:. 1357:. 1336:. 1315:. 1294:. 1273:. 1247:. 1226:. 1205:. 1179:. 1158:. 1133:. 1112:. 1091:. 1070:. 1049:. 1028:. 1007:. 986:. 968:. 940:. 191:( 183:( 160:/ 94:) 69:) 20:)

Index

Team Foundation Server

Developer(s)
Microsoft
Stable release
Operating system
Microsoft Windows
Type
Application lifecycle management
License
Trialware
azure.microsoft.com/en-us/services/devops/server/
Edit this on Wikidata
Microsoft
version control
Team Foundation Version Control
Git
requirements management
project management
agile software development
waterfall teams
testing
release management
application lifecycle
DevOps
integrated development environments
Microsoft Visual Studio
Eclipse
Azure DevOps Services
Microsoft Azure

Text is available under the Creative Commons Attribution-ShareAlike License. Additional terms may apply.

↑