Showing results for May 2014 - C++ Team Blog

May 29, 2014
0
0

Solution Dependency Viewer extension

Visual CPP Team
Visual CPP Team

Hello, In my previous blog, I introduced PDBProject Extension VS2103 as an alternative way to leverage the IDE features.  In this post, I would like to introduce Solution Dependency Viewer Extension as an easy to understand overview of your solution.  This extension parses each C++, C#, and VB projects in the solution and presents a graph...

C++
May 23, 2014
0
0

Survey Says…

Eric Battalio
Eric Battalio

Survey, survey, survey!We really want you to fill out our new survey. It is short and focuses on your C++ development experience including Android and iOS. Why? Cross platform mobile device development is important:With bring-your-own-device trends in the enterprise, and heterogeneity in the consumer mobile device market, developers are increasingl...

C++
May 23, 2014
0
0

Survey Says…

Eric Battalio
Eric Battalio

Survey, survey, survey!We really want you to fill out our new survey. It is short and focuses on your C++ development experience including Android and iOS. Why? Cross platform mobile device development is important:With bring-your-own-device trends in the enterprise, and heterogeneity in the consumer mobile device market, developers are increasingl...

C++
May 5, 2014
0
0

Visual Studio Graphics Frame Analysis in action!

Rong Lu
Rong Lu

As mentioned in this blog post a few weeks ago, one of the features we're adding in Visual Studio 2013 Update 2 (Download Update 2 RC) is Graphics Frame Analysis. This feature can be useful to help identify performance bottlenecks in your DirectX applications. How to use it? To start, launch your DirectX app with Graphics Diagnostics through menu...

C++