Showing results for HTML - Visual Studio Blog

May 18, 2012
0
0

A look ahead at the Visual Studio 11 product lineup and platform support

Visual Studio Team
Visual Studio Team

Today, we want to share the final product lineup and specifications you can expect to see for the next release of Visual Studio. This also includes system requirements and platform you can develop for with Visual Studio 11. Product Lineup In addition to the product line up announced previously we will also be releasing Visual Studio Express for W...

.NETJavaC#
Mar 19, 2012
0
0

Visual Studio 11 Beta Performance Part #3

Visual Studio Team
Visual Studio Team

Welcome back to the 3rd and final part of the Visual Studio 11 Beta Performance series. This week’s topic is Debugging. As I mentioned in the 1st post debugging is a key component in your continuous interaction with Visual Studio and we heard from you that the compile, edit and debug cycle had hiccups and was sluggish. I would like to introduce Tim...

Debugging and DiagnosticsJavaJavaScript
Nov 4, 2011
0
0

Microsoft Windows Simulator Rotation and Resolution Emulation

Visual Studio Team
Visual Studio Team

The Windows Simulator is a tool provided in Visual Studio 11 Developer Preview that helps debugging Metro style applications. Its main purpose is to enable debugging when developers want to test how their applications respond to the new Metro style capabilities without having a device that supports those capabilities. It is implemented as a remote ...

Debugging and DiagnosticsJavaJavaScript
Oct 19, 2011
0
0

Roslyn Syntax Visualizers

Visual Studio Team
Visual Studio Team

Hello everyone! As you may have heard, today we announced the first CTP of the Roslyn project! You can visit the Roslyn MSDN Page to learn more about the project and to download the CTP. You can also read more about Roslyn at the following links - In this post I will present a brief overview of two samples that are installe...

.NETDebugging and DiagnosticsC#
Feb 22, 2011
0
0

Productivity Power Tools introduces Find, Organize Imports for VB, Enhanced Scrollbar, Middle-Click Scrolling and more!

Abdullah Hamed
Abdullah Hamed

Reseting Your Extensions for the Last Time! We've heard a great deal of feedback on how each update of the Productivity Power Tools re-enables all of the extensions when it installs. If you are careful about installing the Power Tools via the extension manager or as long as an instance of Visual Studio is running, this version of the Productivit...

C#HTMLVisual Basic
Jul 18, 2010
0
0

New Version of the Productivity Power Tools is Available!

Abdullah Hamed
Abdullah Hamed

I am pleased to announce that we have an updated version of the Productivity Power Tools.  With this release, we've introduced 4 brand new extensions and we've fixed many of the bugs that were reported in the previous version.  If you have the Productivity Power Tools installed already, you will get a notification that a new version is available th...

C#HTML
Mar 29, 2010
0
0

Tips and Tricks: Visual Studio 2010 Image Library

Visual Studio Team
Visual Studio Team

I was in the middle of creating UI mockups for some extensions I’ve been working on and realized that I needed some icons to polish off the sketch.  Sure, I could have just grabbed a screenshot of VS, opened up my favorite image editor, and pulled out the icon that I needed…but what if my “perfect” icon wasn’t in VS?  After all, these ext...

HTMLVisual Studio 2010
Mar 20, 2010
0
0

Tips and Tricks: Quickly Closing Documents

Visual Studio Team
Visual Studio Team

In VS 2010, we made a design decision to move the “X” from the right side of the Tab Well  to within each tab.  Before (VS 2008) After (VS 2010) The majority of feedback around this change was positive, but, as with most UI changes, there has been a vocal group that preferred the older placement.  When asked what they liked...

HTMLTips and Tricks
Mar 1, 2010
0
0

Marshal.ReleaseComObject Considered Dangerous

Visual Studio Team
Visual Studio Team

This post describes a problem we encountered and solved during the development of Visual Studio 2010 when we rewrote some components in managed code. In this post I’ll describe the problem and what we did to solve it. This is a rather lengthy technical discussion and I apologize in advance for its dryness. It’s not essential to understand every det...

C#HTML
Jan 14, 2010
0
1

How to read/write the new Visual C++ project properties

Andrew Arnott
Andrew Arnott

Visual C++ 2010 introduces several new project and tool properties, and deprecates some old ones.  If you’re writing a project template or Visual Studio extension that needs to programmatically read and write the new properties, you will find that these properties are not available on the standard VCConfiguration, VCCLCompilerTool, etc. set of inte...

C#HTMLXAML