Visual Studio news feed

Visual Studio news feed

Last week in Azure: Capacity growth in China, Managed Applications, and more

Last week in Azure, the rhythm of cloud news continues with the announcement of growing capacity, general availablity and preview of services, improvements in security and other updates, and the ramp up to next week's return of an annual event. The machinery of Azure hums along as each week makes it more than it was the week before...

Introducing API Analyzer

Have you ever wondered which APIs are deprecated and which should you use instead? Or have you ever used an API and then found out it didn’t work on Mac or Linux? Have that ever happened to you too late when a major part of your code is already implemented and refactoring is way too hard? Both of these problems can be avoided with the new ...

Modernize existing .NET apps with Windows Containers and Azure

There are many reasons why you would want to modernize your existing server-side app. Modernization will bring you Deployment, and DevOps improvements. Also moving your application to the cloud will help you be more productive by no longer spending time on on-going maintenance and the ability to scale-out easily...

DevOps with Azure and VSTS: Videos from Ignite 2017

The Visual Studio Team Services team just got back from Microsoft Ignite, and we had the opportunity to talk to so many people about VSTS and DevOps. But if you weren’t able to make it to Ignite, you can take advantage of the next best thing: you can watch the recordings of our sessions online...

Team Foundation Server 2017 Update 3 available

Today we released the final build of TFS 2017 Update 3. This release follows the release candidate and addresses all the customer feedback we have gotten and all the issues we have found in extensive testing. If you are on TFS 2017 or are upgrading to it, this is the release I would recommend for you...

Welcome to C# 7.1

With C# we have always tended towards major releases: bundle a lot of features up, and release less frequently. We even went so far as routinely omitting the traditional ".0" when we talked about C# 6.0! In the C# 7.0 "wave" we are trying something new. Tools such as Visual Studio upgrade on a frequent cadence, and there’s no longer a ...

CMake Support in Visual Studio – Import Your CMake Cache

Configuring a CMake project to build in just the way you want can often be a time intensive process, so in Visual Studio 2017 15.5 preview we have made it easier than ever to import your existing CMake projects and cache configurations into the IDE.  You can now import an existing CMakeCache.txt file and Visual Studio will automatically ...

Visual Studio Team Services Update – Oct 30

I won’t comment too much on the new capabilities this sprint.  There’s a bunch of nice stuff but not a lot that is earth shaking.  Our focus for the last sprint or two has been on some things we are going to unveil at our Connect(); conference in about 2 weeks (Nov 15 – 17).  There’s a small in-person component to the conference but...

Recent updates for publishing to Azure

We have recently added a few interesting features for ASP.NET publishing. The updates include: Container Registry Publish Updates; Create publish profile without publishing. In this post, we will briefly describe these updates. We will get started with the container related news...

Augmented Reality in Xamarin.Android with ARCore

Now that you’ve had a chance to augment reality in your Xamarin iOS apps with ARKit, it’s time to explore Google’s take on AR in your Xamarin Android apps. The new ARCore SDK provides APIs for Augmented Reality features, such as motion tracking, plane detection, and light estimation. These are the building blocks you will use to add AR ...