Visual Studio 2013 Update 2 (April Release)

29 views
Skip to first unread message

Sara Silva

unread,
Apr 3, 2014, 6:05:23 AM4/3/14
to netpon...@googlegroups.com

Today we are announcing the availability of Team Foundation Server 2013 Update 2 RTM, continuing to deliver on our commitment to bring on-going value to Application Lifecycle Management (ALM) developer tools through continuous releases of new features and by resolving known issues.

In addition, we are also making available the Release Candidates (with go-live license) of Visual Studio 2013 Update 2 RC. This release includes new features for creating apps targeting Windows Phone 8.1, the ability to build universal Windows Apps targeting the Windows Runtime, TypeScript 1.0 RTM, and many other new capabilities. In addition, Release Management Update 2 RC includes a new feature that enables tagging servers for easier deployments. For more information about using Visual Studio 2013 Update 2 RC in a production environment (go-live use), see the Statement of support in the Visual Studio Update KB Article.

Team Foundation Server 2013 Update 2 RTM

With the release of Team Foundation Server 2013 Update 2, we continue to bring new ALM features, bug fixes, and other improvements to our on-premises customers.

Note  Many of these features are already available to our Visual Studio Online subscribers

Below is a summary of the most popular features in this release, and relevant links where you can learn more.

CodeLens: New ‘Incoming Changes’ Indicator

The CodeLens feature in Visual Studio provides developers with a heads-up display for finding information quickly without having to leave their code and offers insights from various available Indicators without losing code context.

In this release, CodeLens gains a new Incoming Changes Indicator that provides insight on changes occurring in other branches to the code another developer is currently working on. This enables teams working with multiple branches a new and easy way to stay informed without having to leave their code editor window.

Incoming Changes indicator in CodeLens 

Work Item Tags: Edit from Visual Studio & Excel, use in Queries

Work Item Tagging is defined by a user and adds meta-data to a work item which enables a quick way to filter data without having to create queries or additional custom filters.

With this release, tagging gets even better. View and edit tags right from Visual Studio, or use them as part of a work item query for both the Contains and Does Not Contains operators (in both Visual Studio and Web Access).

Querying work items using tags 

In addition, when opening work item queries in Excel (for things such as bulk editing of items), you can now view and manage tags right from the connected spreadsheet.

Querying work items using tags in Excel 

Cumulative Flow Diagram: Configurable Start Date

When working with Kanban boards, Team Foundation Server is a great tool to visualize the current project state because it automatically maintains a Cumulative Flow Diagram as items are moved on the board.

In this release, we’ve added the ability in response to customer requests to set a new start date for Cumulative Flow Diagrams, which restarts the diagram’s calculations based on the new start date.

Burndown Charts: Configurable Working Days

In Team Foundation Server Web Access, agile teams are able to use burndown charts as a graphical representation of remaining work versus the time available in a sprint.

In this release, we’ve added a new team setting for configuring working days for a project team – effectively providing the ability to remove weekend days from burndown charts (a highly requested feature on the Visual Studio UserVoice).

Setting working days in burndown charts 

Work Item Charting: Home Page Pinning and Color Customization

The work item charting feature in web access give users the ability to quickly view the status of work-in-progress by charting the results of a flat-list query. You can create several types of charts such as pie, bar, column, or stacked column – for the same query.

In this release, we’ve made charts even more useful by enabling the pinning of charts to a team or project’s home page; making it simple to keep everyone informed on the data points the team finds most valuable.

Pin work item charts to the home page 

In addition, we’ve also enabled customizable work item chart series colorization via a simple to use color picker, as shown below.

Customize colors in work item charts 

Web-based Test Case Management: Exporting Artifacts and Shared Parameters

Creating, managing, and executing manual tests from the browser is possible using the web-based Test Case Management feature of TFS web access.

In this release, we’ve added a new feature for exporting test plans, test suites, or test cases together with their respective properties to an HTML file for various offline uses (such as sharing with others over email or easier printing).

Export test plans, test suites, or test cases to HTML 

In addition, we’ve added a new feature called “Shared Parameters”, which enables sharing of Test Case Parameters by consolidating similar parameter data in a single location and referencing it across multiple test cases.

Shared Parameters in Web-based test case management 

Git Source Control: Various Improvements

No matter the size or complexity of a project, Source Control plays an important role in helping maintain control of changes made to source code over a period of time. With Team Foundation Server 2013, you can select from two type of source control options for your new team project: TFVC or Git.

In this release, we focused on improving our Git source control implementation:

  • Use the Annotate feature (aka blame) with Git
  • Amend recent local commits using Visual Studio (similar to the command line: “git amend”), as long as the commits have not yet been pushed to the TFS repository
  • Push to or pull from a selected remote repository in Team Explorer without having to use the command line
  • Roll back a commit to undo a check-in more easily
  • Monitor or cancel long-running Git operations
  • Use Ant or Maven on the build controller to build Java code managed in a Git repository (requires Team Explorer Everywhere (TEE) Update 1)

Web Access: Updated Team Home Page and Improved Backlog Navigation Performance

When running Team Foundation Server (TFS) on-premises, Team Web Access provides a browser-based UI for use by any member of the team without their needing to install any additional software. This web interface provides access to capabilities across TFS which includes Source Code, Backlog Management, Builds, Web-based Test Case Management, and more.

In this release, we’ve revamped the Team and Project home pages with a more visually appealing design that makes better use of screen real-estate on wider screen resolutions.

Redesigned home page for TFS web access 

Thanks to customer feedback, we’ve also made improvements to performance when navigating the backlog in the web interface.

Other Changes and Bug Fixes

For a full list of changes, see the Visual Studio Update KB Article.

Visual Studio 2013 Update 2 RC

With the release of Visual Studio 2013 Update 2 Release Candidate, we make available the latest developer tooling with a go-live license for our early adopters, enabling tons of great new features (see below) and the ability to target the new Windows Phone 8.1 platform.

Windows Phone 8.1 and Universal Windows Apps

Today, the Windows team announced major updates across Windows and Windows Phone, including new developer platform capabilities in Windows Phone 8.1 and the next major step toward platform unification with universal Windows apps for a common Windows runtime across phones, tablets, and PCs.

Universal Windows apps for a common Windows runtime  

What’s new for Visual Studio Developers targeting Windows Phone 8.1:

  • Upgrade existing Windows Phone 8.0 apps to Windows Phone 8.1 and take advantage of the new platform capabilities
  • Create new universal Windows apps that target both Windows Phone 8.1 and Windows Store 8.1 platforms using Universal Projects, enabling them to share code and UI elements, and to build on a common platform powered by Windows Runtime
  • Developers have options for building using C# & .NET, HTML & JavaScript or C++ & DirectX when creating universal Windows apps

For more details, visit the Windows Development Center and learn all about this new release.

TypeScript 1.0 (RTM)

TypeScript is an open-source language developed by Microsoft for application-scale JavaScript projects, powered by a typed superset of JavaScript that compiles to plain JavaScript. TypeScript, combined with Visual Studio, is a first-class experience with features such as static checking, symbol-based navigation, code refactoring, and much more.

TypeScript 1.0 (RTM) in Visual Studio 

In this release, we’re announcing that TypeScript has reached version 1.0 (RTM), bringing the language to the first official release after 18 months of development and much excitement from the developer community.

Debugging, Diagnostic, and Profiling

In this release, we have new profiling tools, improvements to the debugger, .NET Managed Memory Analyzer, IntelliTrace, Performance and Diagnostics hub, and more.

Highlights include:

  • Debugger
  • Performance Tools & Analyzers
    • A new CPU Usage tool is now available in the Performance and Diagnostics hub that can be used with WPF, Console, Windows Store 8.1, or Windows Phone 8.1 apps. This tool provides data on what functions are using the CPU and to what degree. This empowers the developer to make decisions about where to focus their effort optimizing their app code to achieve the best possible performance
    • A new Memory Usage tool is now available in the Performance and Diagnostics hub for analyzing new universal Windows apps or any app built using the Windows runtime using C#/VB/C++ and XAML
    • It is now possible to run more than one tool at a time in the Performance and Diagnostics hub while maintaining a common timeline so that you can save time, correlate data across tools to get better insight into performance issues, and inform performance tradeoffs
  • IntelliTrace
  • Windows Store Apps
    • Trigger a Prefetch when debugging Windows 8.1 store apps; enabling developers to manually trigger the Prefetch caching to test their program’s behavior or to validate that ContentPrefetcher is properly registered
    • Use Windows Azure Notification Hubs to send test notification messages to Windows Store or Phone apps and check the results in real-time

Microsoft Azure and Web Development

For web developers, this release includes various improvements in ASP.NET tooling and inclusion of the latest platform releases for ASP.NET MVC, Web API, and Web Pages. There are also improvements for web developers getting starting with Microsoft Azure.

Highlights:

  • Code Editor improvements and two new editors (for SASS & JSON files):
    • New SASS editor with features such as colorization, variable and Mixins IntelliSense, syntax validation, goto definition, color picker, and more
    • New JSON editor with features such as syntax validation, colorization, outlining, and support for IntelliSense (through JSON schema)
    • Improvements to LESS editor with features such as Knockout IntelliSense Upgrade, New URL Picker in HTML, Razor, CSS, LESS or SASS pages, and more
  • Browser Link support for HTTPS connections, Single Page Applications (SPA), and static html files
  • Updated ASP.NET default project templates for the latest platform releases including ASP.NET MVC, Web API, Web Pages, SignalR, and more
  • New features for Microsoft Azure developers including:
    • Improved getting started experience with Azure via a new capability that can optionally link newly created websites directly from the “File > New Project” dialog to a Windows Azure website or Virtual Machine. This enables simple publishing when needed later
    • Two new features in Server Explorer for Windows Azure Websites: a remote view feature that allows viewing/editing of live website files and the ability to view log files remotely
    • Brand new tooling support for working with Mobile Services that leverage .NET, including a new template for getting started with the new project type, as well as support for Remote Debugging

Other Changes & Bug Fixes

For a full list of changes, see the Visual Studio Update KB Article.




--


Best Regards / Cumprimentos
Sara Silva

Microsoft MVP | MCPD | MCTS
Nokia Developer Champion

 

Reply all
Reply to author
Forward
0 new messages