Showing tag results for Visual Studio 2010

Nov 23, 2009
Post comments count0
Post likes count0

What's new for editor extenders in Beta 2?

Visual Studio Team
Visual Studio Team

Noah Richards – Developer, Visual Studio Editor Team Short Bio:  Noah has been working on the Visual Studio Editor team since he graduated college two and a half years ago.  He maintains a blog, posts sample code for editor extensions, and frequently answers editor-related questions on Twitter. Editor’s Note:  This post was origina...

ASP.NETC#Visual Studio 2010
Nov 23, 2009
Post comments count0
Post likes count0

What’s new for editor extenders in Beta 2?

Visual Studio Team
Visual Studio Team

Noah Richards – Developer, Visual Studio Editor Team Short Bio:  Noah has been working on the Visual Studio Editor team since he graduated college two and a half years ago.  He maintains a blog, posts sample code for editor extensions, and frequently answers editor-related questions on Twitter. Editor’s Note:  This post was origina...

ASP.NETC#Visual Studio 2010
Nov 19, 2009
Post comments count0
Post likes count0

Debugging Expression Trees in Visual Studio 2010

Visual Studio Team
Visual Studio Team

First of all, let’s take a look at the example from one of my previous posts. It creates an expression tree for calculating the factorial of a number. Now, what if you want to see the content of this tree in debug mode? You can try lambda.ToString() but it’s not very informative. All you get is this: value => {var result; … }. Basically, it te...

Visual StudioDebugging and DiagnosticsC#
Nov 5, 2009
Post comments count0
Post likes count0

Tips and tricks: Window Management – Aero Snapping

Visual Studio Team
Visual Studio Team

Adrian Collier – Program Manager, Visual Studio Shell Team Short Bio: I started at Microsoft as an intern in 2004 back in the UK and crossed the pond last year to work on Popfly, since then I’ve been working in Visual Studio land primarily working on the Start Page and window management areas if the IDE.   One of the largest areas of feedbac...

Visual Studio 2010
Nov 5, 2009
Post comments count0
Post likes count0

Tips and tricks: Window Management – Aero Snapping

Visual Studio Team
Visual Studio Team

Adrian Collier – Program Manager, Visual Studio Shell Team Short Bio: I started at Microsoft as an intern in 2004 back in the UK and crossed the pond last year to work on Popfly, since then I’ve been working in Visual Studio land primarily working on the Start Page and window management areas if the IDE.   One of the largest areas of feedbac...

Visual Studio 2010
Nov 4, 2009
Post comments count0
Post likes count0

Improvements to VS 2010 Text Selection

Visual Studio Team
Visual Studio Team

Brittany Behrens – Program Manager, Visual Studio Editor Team Short Bio: I’m Brittany, a Program Manager on the Visual Studio Editor team.  Some of you may recognize me from Connect bugs or as the main voice of @VSEditor on Twitter, and I’m responsible for a variety of Editor features.  I love hearing from customers, so please let me kn...

Visual Studio 2010WPF
Nov 2, 2009
Post comments count0
Post likes count0

Send Us Your Feedback: Visual Studio 2010 Beta 2 Survey!

Visual Studio Team
Visual Studio Team

Weston Hutchins – Program Manager, Visual Studio Shell Team Short Bio: I started at Microsoft as an intern in 2005 and have been working in Visual Studio ever since.  I’m currently a PM on the VS Shell Team.  No, not the “Isolated” or “Integrated” Shell, but the core VS IDE – it’s UI and services.  Prior to my current duties, I was...

C#Visual Studio 2010
Oct 27, 2009
Post comments count0
Post likes count0

VS 2010 Beta2: Workaround for Raster Font Settings Issue

Visual Studio Team
Visual Studio Team

In addition to making announcements, showcasing features, posting walkthroughs, and sharing Visual Studio tips and tricks, we’ll also be using this blog to raise awareness of commonly-encountered bugs and explain their workarounds.  As many of you know, we’ve rebuilt the editor using WPF for Visual Studio 2010.  This allows fo...

Visual Studio 2010WPF
Oct 26, 2009
Post comments count0
Post likes count0

Box Selection and Multi-Line Editing

Visual Studio Team
Visual Studio Team

I’m Brittany, a Program Manager on the Visual Studio Editor team.  Some of you may recognize me from Connect bugs, @VSEditor on Twitter, or the Visual Studio Editor blog, which has recently moved to its new home here at The Visual Studio Blog.  I’m responsible for a variety of Editor features, but most recently I designed the new-for-VS 2010 multi-...

HTMLVisual Studio 2010
Oct 26, 2009
Post comments count0
Post likes count0

Toolbox Search

Visual Studio Team
Visual Studio Team

Hi, my name’s Josh and I’m a developer on the VS Shell team.  Among other things, I’m responsible for the Toolbox.  In VS 2010 Beta2, we’ve added the ability to search for controls in the toolbox by name.  To use it, put focus in the toolbox (by clicking in it, for example) and start typing the name of the control you want to find.&...

Visual Studio 2010Tips and Tricks