Visual Studio news feed

Visual Studio news feed

Join Us: Visual Studio 2017 Launch Event and 20th Anniversary

Twenty-five years ago, I started my first day at Microsoft as a developer on the Access team, and then as a developer on a newly created product – Visual InterDev. I remember how the emphasis was on the Visual part of our various product offerings, we have come a long way to the Visual Studio we have now...

Announcing .NET Core Tools Updates in VS 2017 RC

Today, we are releasing updates to the .NET Core SDK, included in Visual Studio 2017 RC. You can also install the .NET Core SDK for use with Visual Studio Code or at the command line, on Windows, Mac and Linux. Check out the Visual Studio blog to learn more about this Visual Studio 2017 update...

Another Update to Visual Studio 2017 Release Candidate

Thank you for taking time to try out Visual Studio 2017 RC and sharing all your feedback. Today we have another update to Visual Studio 2017 Release Candidate which mostly contains bug fixes. Take a look at the Visual Studio 2017 Release Notes and Known Issues for the full list of what’s changed with this update...

Continuous Delivery Tools Extension for Visual Studio 2017

DevOps is all about getting your applications into customers’ hands quickly. The Continuous Delivery Tools for Visual Studio is a new extension for Visual Studio 2017 that brings DevOps capabilities to the IDE. You can use the extension to setup an automated build, test, and release pipeline on Visual Studio Team Services, for an ASP.NET 4 ...

JSON data in clustered column store indexes

Clustered column store indexes (CCI) in SQL Server vNext and Azure SQL Database support LOB types like NVARCHAR(MAX), which allows you to store string with any size, including JSON documents with any size. With CCI you can get 3x compression and query speedup compared to regular tables without any application or query rewrites. In this post we...

Integrating In-App Purchases in Mobile Apps

Developers often need to integrate monetization to generate revenue when developing mobile apps. There are several ways to monetize apps, but at some point you may want to introduce In-App Purchases, or IAPs, into your app. IAPs can be used...

January 2017 Update for ASP.NET Core 1.1

We just released an update for ASP.NET Core 1.1 due to Microsoft Security Advisory 4010983. The advisory is for a vulnerability in ASP.NET Core MVC 1.1.0 that could allow denial of service. All of the information you need is in the advisory. A short summary is provided below...