Visual Studio Blog

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

Visual Studio Update 1 RTM

Today we’re releasing Visual Studio 2015 Update 1. Let me be the first to thank everyone who installed these earlier releases, provided feedback, and helped us iron out the kinks. [The final release of Team Foundation Server Update 1 is also available today, which you can read about on Brian Harry's blog.] I’ve already shared...

News and Announcements at Connect(); //2015

Today we held the Connect(); //2015 event in New York, where we introduced many new products and features that we’ve been working on. In this post I’ll share the highlights with you, and you can watch the Connect(); event along with many additional on-demand videos on http://www.visualstudio.com/connect2015. Visual Studio Code ...

Visual Studio 2015 and Visual Studio 2013 Update 5 Released

[UPDATED 8/7] The final release of TFS 2015 is now available. Brian Harry's post highlights some key capabilities like Agile Project Management, Continuous Delivery, Git improvements, and Extensibility. He also has links for download and release notes.  [UPDATED 7/29] Windows 10, Tools for Windows 10, and Windows 10 support in ...

Visual Studio 11 Performance: Improvements in Typing and Editing Responsiveness

After the beta release, we published several posts on the performance improvements in Visual Studio 11. Since the beta release, we have made a number of additional enhancements, continuing our quest to improve the performance of Visual Studio. The performance work done between beta and the upcoming RC was substantial and covered many aspects ...

Visual Studio 11 Beta Performance Part #1

Following the //Build conference last year I posted “Addressing Visual Studio Performance” to gather your feedback on Visual Studio performance and to discuss with you those areas you felt were important for us to improve. Next, I posted “An update on Visual Studio Performance” about some of the work we are doing and promised you a set...

Visual Studio 11 Developer Preview Announced

Today in his keynote at BUILD, Jason Zander announced the availability of the .NET Framework 4.5 Developer Preview, Microsoft® Visual Studio® 11 Developer Preview and Microsoft® Team Server Preview.  If you are an MSDN subscriber, you can download the preview immediately via this link. For everyone else, Visual Studio 11 and Team ...

TechEd 2011: Visual Studio vNext Sneak Preview

In case you missed it, last week at TechEd 2011 in Atlanta, GA, I gave conference attendees a first look at some of the new IDE features and performance improvements we’re working on for the next version of Visual Studio.  Channel9 has posted the session (along with all the other TechEd sessions) so everyone else can now watch the ...

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 ...