Visual Studio Blog

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

The Glimpse Team Joins Microsoft

Today, when building applications, web developers need to consider more browsers, platforms, devices, and form factors than ever before. Recent hardware advances, from mobile computing, touch interfaces and high resolution displays, to the ever shifting landscape of browser API’s and JavaScript libraries, have elevated the level of ...

Top News from May 2015

Hello everyone! Every month I share some top stories from the previous month. Here’s an overview of some top posts in May. Top Trending Content for May 2015 .NET at Build 2015. On the .NET blog, Richard Lander shared 2 interesting posts. .NET Announcements at Build 2015 is an excellent one-stop shop for everything you need to know ...

JavaScript Editor Improvements in Visual Studio 2015

JavaScript is an important technology for development on many different platforms, including web, mobile app, and server programming. In Visual Studio 2013 we already support IntelliSense, Go to Definition, colorization, and formatting of JavaScript source, along with several other features. We’ve carried these forward into Visual Studio...

Introducing the Project System Extensibility Preview

[Update 6/4: We've updated this post to clarify the roadmap of this project to become part of the Visual Studio SDK, once it moves past the Preview phase.] We are very pleased and excited to announce the availability of the Project System Extensibility Preview. With it, you can define a new project type and begin writing extensions to ...

Top News from April 2015

This top trending post is a collection of what we think are some of the top stories in April. This is our third such post (top news from February 2015, top news from March 2015) and we would love to hear your feedback. Are these posts interesting and informational? Do you have other blogs or articles to share with us? Let us know by leaving a ...

Tools for Apache Cordova in Visual Studio 2015 RC

We are excited to announce that Visual Studio 2015 RC will include the Tools for Apache Cordova. Starting today, you can build production quality mobile apps for iOS, Android and Windows using web technologies and nearly 100% shared code across platforms. With support for native device capabilities (e.g. camera, accelerometer, contact), ...

Introducing the Windows 10 Apache Cordova platform

NOTE: This blogpost is outdated. Build your Cordova project into a Windows 10 (UWP) app by following the instructions here: http://taco.visualstudio.com/en-us/docs/run-app-windows/ Apache Cordova allows developers to write apps targeting iOS, Android, Windows, and Windows Phone with a single codebase using HTML, JavaScript, and CSS. Today, ...

BUILD 2015 News: Visual Studio Code, Visual Studio 2015 RC, Team Foundation Server 2015 RC, Visual Studio 2013 Update 5

[UPDATED 8/5] Visual Studio 2015, Visual Studio 2013 Update 5, and .NET 4.6 were released on 7/20/2015. Check out this post announcing VS 2015 and VS 2013 Update 5 and this one announcing .NET framework 4.6. [Original Post] The Microsoft BUILD conference is typically a time when we release a lot of developer tools. This year we ...

Using RequireJS with Visual Studio

As applications become richer and more complex, it becomes important to structure code so that it’s easy to refactor components independently. To understand how one piece of code depends upon another, developers turn to the best practices of modularity and encapsulation to structure code as a collection of small, reusable parts. ...