Showing results for February 2018 - Visual Studio Blog

Feb 26, 2018
0
0

Join me on March 2, 2018 for a Developer Tools AMA

Visual Studio Blog
Visual Studio Blog

A lot has happened since I last hosted a Reddit “Ask Me Anything” (AMA) nearly two years ago. Our team launched Visual Studio for Mac in late 2016 and released it the following May. Shortly thereafter, we introduced live coding of mobile apps with .NET code with our Live Player. We made it easy to embed .NET into native applications with .NET Embe...

.NETUnityXamarin
Feb 21, 2018
0
0

Your guide to Azure services for apps built with Xamarin

Visual Studio Blog
Visual Studio Blog

When talking about app development today, the cloud is almost always part of the conversation. While many developers have an idea of the benefits that cloud can offer them – scalability, ready-to-use functionality, and security, to name a few – it’s sometimes hard to figure out where to start for the specific scenario you have in mind. Luckily, our...

.NETAzureXamarin
Feb 14, 2018
0
0

Fine-tuning the notifications experience inside the Visual Studio IDE

Visual Studio Blog
Visual Studio Blog

Whether your team is small or large, staying on top of essential information in a timely and efficient manner is key in any successful project. In previous blog posts, we introduced new notification experiences that help you stay updated about team activities such as build failures and work item assignments without having to switch context outside ...

.NETVisual Studio 2017Unity
Feb 13, 2018
0
0

Accessing Visual Studio Previews in Azure

Visual Studio Blog
Visual Studio Blog

In our most recent post, the Visual Studio team announced the availability of Visual Studio 2017 Version 15.6 Preview 4.  Today, I’m excited to announce you can now access the latest Visual Studio previews in the Azure Marketplace.  Just boot a virtual machine and off you go with the very latest features (standard VM charges will still apply). Wit...

.NETAzureVisual Studio 2017
Feb 8, 2018
0

Visual Studio 2017 Version 15.6 Preview 4

Christine Ruana
Christine Ruana

Today, we are excited to share the final Visual Studio 2017 version 15.6 feature preview, which builds upon earlier previews of Visual Studio 2017 version 15.6. This preview contains new features, bug fixes, and other enhancements that address your feedback. The top highlights of this Preview are described in this blog post: an enhanced acquisition...

.NETDebugging and DiagnosticsC#
Feb 2, 2018
0
0

Hot Code Replacement for Java comes to Visual Studio Code

Xiaokai He
Xiaokai He

Hot code replacement (HCR), which doesn't require a restart, is a fast debugging technique in which the Java debugger transmits new class files over the debugging channel to another JVM. With this new feature in Visual Studio Code (VS Code), you can start a debugging session and change a Java file in your development environment, and the debugger w...

.NETDebugging and DiagnosticsJava