Visual Studio Blog

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

Visual Studio “15” Preview Now Available

At Build 2016 we shared a preview of the next version of Visual Studio, which we call Visual Studio “15” (not to be confused with Visual Studio 2015). The download is available here. This is a Preview and is unsupported, so please refrain from installing it on your production environments. This preview lays a lot of groundwork for vNext...

Introducing R Tools for Visual Studio

R is a programming language that is widely used by data scientists, and developers seeking a more powerful tool to work with data. While data scientists use R to write programs, their work product is rarely the program itself. Instead, they produce reports or presentations from the results generated by their R program to help influence or ...

Support Ending for Visual Studio 2005

In October 2005, before Twitter, jQuery, Blu-Ray movies, Xbox 360, Amazon AWS, Internet Explorer 7, and Google Analytics, we released Visual Studio 2005. A lot has happened in software development since 2005 (we’re looking at you, C++ 11, TypeScript, .NET 4.6, Cordova, Roslyn, and UWP!). So now it’s time to say goodbye. In line with our ...

Visual Studio 2015 Update 2 RC

Today we released the next set of reliability and performance improvements in Visual Studio 2015 Update 2 RC, which also addresses issues that we hear from your continued feedback. Building on what we announced with the CTP release, here’s what you’ll find in Update 2 RC: As with the CTP, we’ve continued to ship ...

Top news from January 2016

The year has gotten off to a great start and it seems that .NET, the web, and TypeScript get the prize for the most popular topics! ASP.NET 5 is dead: Did we get your attention with that heading? Well, it’s not dead at all, it just has a new moniker as Scott Hanselman explains in Introducing ASP.NET Core 1.0 and .NET Core 1.0. I love the ...

Develop ReactNative apps in Visual Studio Code

ReactNative is a great way to build native, cross platform app for iOS and Android using JavaScript. We recently announced the launch of a Visual Studio Code Extension that enables you to build, debug and preview Apache Cordova apps. And today we’re pleased to announce the availability a similar extension for ReactNative! ReactNative vs. ...

10 things you should try on the leap day

It’s February 2016 and so those of us on the Gregorian calendar get to enjoy an extra day in the month! What will you do in those 24 bonus hours? How about learning some new tools and technologies? Here are ten great suggestions—OK, eleven! It is a leap year, so it’s a leap list: Get your code hosted for free in ...

Analyze CPU and Memory while Debugging

Would you like to learn how to make your code run faster, use less memory, or just find out whether your code has a CPU or memory issue? Of course you would—you’re a developer! But then, memory and performance tuning often suffers from the pitfall of being an “important but not urgent” task that you simply can’t seem to get to ...