Visual Studio Blog

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

Visual Studio “14” CTP now available

Today we released Visual Studio “14” CTP, an early preview of the next version of Visual Studio. You can find the Visual Studio and .NET release announcements on Soma's blog. We’re pretty early on in development, but wanted to start to show some of the new features we’re thinking about and get feedback. To get started, downloadthe CTP...

Visual Studio 2013 Update 2 is here!

We’re excited to share that the final release of Visual Studio 2013 Update 2 is ready to download. If you are already using Visual Studio 2013 then you’ll soon have a notification waiting for you in the notification hub to start the download and install Update 2 for Visual Studio 2013. If you haven’t started using Visual Studio 2013 you ...

Announcing Office Developer Tools for Visual Studio 2013 – March 2014 Update

Today at SharePoint Conference 2014, we are thrilled to announce that Office Developer Tools for Visual Studio 2013 – March 2014 Update is available to download! The March 2014 Update ships with a ton of new features that improves support for Office 365 Cloud Business App and apps for Office/SharePoint in Visual Studio 2013. Download the ...

Windows Azure SDK 2.2 Release

Yesterday we announced the release of the Windows Azure SDK version 2.2 for Visual Studio 2012 and 2013. This release includes several new highly requested customer features like Integrated Sign In, Remote Debugging preview, Edit and Continue for Cloud Services, SQL Databases in Server Explorer, and Publishing Cloud Services to Affinity ...

Visual Studio 2013 Diagnostics Investments

this post, and the posts it links to have been updated for VS 2013 RTM - enjoy! Hi, I am Daniel Moth, a Program Manager in Visual Studio. I don’t know about you, but I usually spend more time (and more fun time in fact!) in the debugger than I do in actually constructing my app. Perhaps that is the reason I also work on the Visual Studio...

Visual Studio 2012 Update 2 is here

We’re excited to announce that today, Visual Studio 2012 Update 2 (VS2012.2) is now available for download. For an overview of the five areas of investments in VS2012.2 that we made across agile planning, quality enablement, Windows Store development, line-of-business development, and the general developer experience, please visit Soma’...

F# Code-First Development with Entity Framework 4.1

By Jack Hu As the word “code-first” implies, the EF 4.1 offers a code centric data programming paradigm. From a coder’s point of view, it requires little effort to map a very clean object model to a database. This style of programming is idea for explorative, bottom-up kind fsharp programmers. Since EF 4 CTP4 release, there have ...

VSIX Best Practices

This post is about a new way to install extensions to Visual Studio, introduced in VS 2010, called the VSIX file. The information it contains will be of most interest to readers who develop Visual Studio extensions, but I encourage users who download and install those extensions to read it as well. A VSIX file conforms to the ECMA Open ...