Visual Studio Blog

The official source of product insight from the Visual Studio Engineering Team

Featured posts

Agent mode is now generally available with MCP support
Jun 17, 2025
Post comments count 4
Post likes count 9

Agent mode is now generally available with MCP support

Rhea Patel Filisha Shah Allie Barry
Rhea,
Filisha,
Allie

Copilot agent mode is the next evolution in AI-assisted development—and it's now generally available in the Visual Studio June update. Agent mode turns GitHu...

.NETVisual StudioGitHub Copilot

Latest posts

Share UI Code in any iOS and Android App with .NET Embedding
Dec 11, 2017
Post comments count 1
Post likes count 1

Share UI Code in any iOS and Android App with .NET Embedding

James Montemagno
James Montemagno

One of the most exciting announcements during this year’s Connect(); event was the ability to embed .NET libraries into existing iOS (Objective-C/Swift) and Android (Java) applications with .NET Embedding. This is great because you can start to share code between your iOS and Android applications, and you can also share the user interface between your apps when you combine .NET Embedding with Xamarin.Forms Native Forms. This means that you can leverage your existing investments and apps without having to re-write them from scratch to start adding cross-platform logic and UI. In fact, during the Connect(); keynote...

Visual Studio 2017 Version 15.6 Preview
Dec 7, 2017
Post comments count 0
Post likes count 0

Visual Studio 2017 Version 15.6 Preview

Christine Ruana
Christine Ruana

A few days ago we released Visual Studio 2017 version 15.5 and an update to Visual Studio for Mac, and today we are releasing the first preview of the next minor update: Visual Studio 2017 version 15.6. You can either download the Preview, or, if you already have it installed, click on the notification you’ll receive in the product informing you that the update is available. This latest preview contains new features, productivity improvements, and other enhancements that address our customers' feedback. Read the feature highlight summary in this blog post.

Post-Connect(); 2017 Visual Studio Partner Webinar Series
Dec 7, 2017
Post comments count 0
Post likes count 0

Post-Connect(); 2017 Visual Studio Partner Webinar Series

Visual Studio Team
Visual Studio Team

[Hello, we are looking to improve your experience on the Visual Studio Blog. It will be very helpful if you could share your feedback via this short survey that should take less than 2 minutes to fill out. Thanks!] Earlier this week, we released 13 Visual Studio partner webinars that build off of some of the major announcement areas of Connect(); 2017 and provide applications of developer tools that, literally, 'connect' with the latest and greatest from Azure, SQL Server 2017, and Visual Studio. Developer Tools for Application Innovation Scott Guthrie introduced advancements in developer productivity in...

Snapshot Debugging with Visual Studio 2017: Now Ready for Production
Dec 6, 2017
Post comments count 0
Post likes count 0

Snapshot Debugging with Visual Studio 2017: Now Ready for Production

Visual Studio Team
Visual Studio Team

[Hello, we are looking to improve your experience on the Visual Studio Blog. It will be very helpful if you could share your feedback via this short survey that should take less than 2 minutes to fill out. Thanks!] Earlier this year we previewed the Snapshot Debugger, a tool that enables you to debug web apps running in production in Azure. With the general availability of Visual Studio 2017 Enterprise 15.5 this week, Snapshot Debugger is now available for you to get started. Read more about how here. Snapshot Debugging Overview If an issue happens in production, you may find yourself digging through logs or...

Join Us to Learn How to Build Android 8.0 Oreo and iOS 11 apps with Visual Studio
Dec 5, 2017
Post comments count 0
Post likes count 0

Join Us to Learn How to Build Android 8.0 Oreo and iOS 11 apps with Visual Studio

Visual Studio Team
Visual Studio Team

[Hello, we are looking to improve your experience on the Visual Studio Blog. It will be very helpful if you could share your feedback via this short survey that should take less than 2 minutes to fill out. Thanks!] Visual Studio and Xamarin enable .NET developers everywhere to use their favorite language and full-featured IDE to create native Android, iOS, and UWP apps, even incorporating the latest and greatest from Android 8.0 Oreo and iOS 11. To help you get the most out of the new Google and Apple APIs, we’re hosting two webinars: one for all things Android 8.0 Oreo and one dedicated to iOS 11. In these...

Visual Studio 2017 Version 15.5, Visual Studio for Mac Released
Dec 4, 2017
Post comments count 0
Post likes count 0

Visual Studio 2017 Version 15.5, Visual Studio for Mac Released

John Montgomery
John Montgomery

Today we released significant updates to both Visual Studio 2017 and Visual Studio for Mac. This update contains major performance improvements, new features, as well as fixes for bugs reported by you. Some highlights are mentioned below, for the full feature list check out the Visual Studio 2017 version 15.5 Release notes.

Announcing JUnit Support for Visual Studio Code
Dec 1, 2017
Post comments count 0
Post likes count 0

Announcing JUnit Support for Visual Studio Code

Xiaokai He
Xiaokai He

Today, we’re pleased to release a new extension to our Visual Studio Code Java extension family - Test Runner/Debugger for Java. It’s a lightweight test runner/debugger with below features we hope you will like. Same as the Debugger for Java, this is also an open source project. Please check out the github page https://github.com/Microsoft/vscode-java-test/ for more details and feedback. Along with the new extension, we’re also updating our Debugger extension with version 0.4.0. With this release, we’re adding a few useful tools to make Java debugger in VS Code more enjoyable. Launch ...

TFVC support and other enhancements hit Continuous Delivery Tools for Visual Studio
Nov 27, 2017
Post comments count 0
Post likes count 0

TFVC support and other enhancements hit Continuous Delivery Tools for Visual Studio

Visual Studio Team
Visual Studio Team

A year ago, we released the first preview of the Continuous Delivery Tools for Visual Studio (CD4VS) with support for configuring a continuous integration and continuous delivery pipeline for ASP.NET and ASP.NET Core projects with and without container support. With CD4VS you can always configure Continuous Delivery for solutions under source control to App Service, and Service Fabric Clusters. Today, we announce the support for configuring Continuous Delivery for solutions under TFVC source control on VSTS. When you click configure Continuous Delivery on the solution menu, CD4VS detects the source control pro...

Announcing Language Server Protocol Preview Release
Nov 21, 2017
Post comments count 0
Post likes count 0

Announcing Language Server Protocol Preview Release

Visual Studio Team
Visual Studio Team

Visual Studio is joining Visual Studio Code in offering support for the Language Server Protocol. As an extension author, you can now write Visual Studio extensions that leverage existing language servers to provide a rich editing experience for languages that initially had no native language support in Visual Studio. With these extensions, you can use Visual Studio to code in your favorite language! This is a preview release that is available as an extension on Visual Studio Marketplace and can only be installed on Visual Studio 2017 Preview. Read our documentation to find out more. What is an LSP? The ...