Showing archive results for July 2017

Jul 26, 2017
Post comments count0
Post likes count0

New Lights and PropertySet Interop – XAML and Visual Layer Interop, Part Two (UWP)

Vahe Minasyan

In the last post, we explored using XamlCompositionBrushBase and LoadedImageSurface to create custom CompositionBrushes that can be used to paint XAML elements directly in your markup. In today’s post, we’ll continue our look into the new improvements made to the XAML and Visual Layer Interop APIs available in the Windows 10 Creators Update.

Jul 21, 2017
Post comments count0
Post likes count0

First release candidate of SQL Server 2017 now available (for Windows, Linux and Docker)

Vahe Minasyan

We are pleased to announce availability of the first public release candidate for SQL Server 2017, Release Candidate 1 (RC1), which is now available for download. This means that development work for the new version of SQL Server is complete along most dimensions needed to bring the industry-leading performance and security of SQL Server to Windows...

Jul 21, 2017
Post comments count0
Post likes count0

Nested Virtualization in Azure

Vahe Minasyan

Today we are excited to announce that you can now enable nested virtualization using the Dv3 and Ev3 VM sizes. We will continue to expand support to more VM sizes in the coming months.

Jul 21, 2017
Post comments count0
Post likes count0

The week in .NET – Command Line Parser Library, .NET South East

Vahe Minasyan

Command-line applications typically accept arguments and options, and expose a --help page describing them. Parsing those arguments and options is a repetitive task that .NET provides little help for out of the box, beyond the string[] args argument to main. Giacomo Stelluti Scala‘s Command Line Parser Library offers CLR applications a clean and co...

Jul 19, 2017
Post comments count0
Post likes count0

Improved alternate authentication experience for Visual Studio Team Services (VSTS)

Vahe Minasyan

Recently, we’ve heard feedback from customers that developers have a poor experience creating and managing their alternate authentication credentials and that administrators moving from TFS to the cloud aren’t provided the policies they need to enforce how alternate authentication is used by their end users.  This post will describe our plans to pr...

Jul 19, 2017
Post comments count0
Post likes count0

The fastest path to a new Visual Studio Team Services (VSTS) extension

Vahe Minasyan

Over the last few years we have introduced a number of ways to extend and integrate with Visual Studio Team Services and Team Foundation Server. For example, client libraries for .NET (which work with both .NET Framework and .NET Core apps) and for Node.js and an extensibility model that allows extension of our web experience. The possibilities for...

Jul 19, 2017
Post comments count0
Post likes count0

Development time IIS support for ASP.NET Core Applications

Vahe Minasyan

With a recent update to Visual Studio 2017, we have added support for debugging ASP.NET Core applications against IIS. This blog post will walk you through enabling this feature and setting up your project to use this feature.

Jul 19, 2017
Post comments count0
Post likes count0

Announcing public preview of Wiki in Visual Studio Team Services

Vahe Minasyan

Each project in Visual Studio Team Services (VSTS) now supports its own Wiki. Now you can conveniently write pages that help your team members and other users understand, use, and contribute to your project.

Jul 19, 2017
Post comments count0
Post likes count0

Perf results on scaling Git on VSTS with GVFS (Brian Harry)

Vahe Minasyan

A little over a month ago, I gave an update on our progress of moving the Windows team to Git in the largest Git repo on the planet.  At the time, I described the scale of the Windows Git repo (over 3.5M files and ~4,000 engineers), the current performance results and set of improvements that were just rolling out that we called “O(modified)”.  The...