Sign in
MSDN Blogs
Microsoft Blog Images
More ...
MSDN Blogs
>
The Visual Studio Blog
Server & Tools Blogs
>
Developer Tools Blogs
>
The Visual Studio Blog
Executive Bloggers
S. Somasegar
Brian Harry
Scott Guthrie
Jason Zander
Visual Studio
Visual Studio
Blend
LightSwitch
Line of Business Apps by Beth Massi
Setup & Install by Heath Stewart
Application Lifecycle Management
Visual Studio ALM
Team Foundation Service
Languages
Visual Basic
Visual C#
Visual C++
Visual F#
JavaScript
.NET Framework
.NET Framework
.NET Parallel Programming
ADO.NET (Managed Providers, DataSet & EF)
ASP.NET by Scott Hanselman
Base Class Library (BCL)
Silverlight
WCF Data Services
Workflow
Platform Development
Internet Explorer
Apps for Office and SharePoint 2013
SharePoint
Office
Web
Windows 8
Windows Store
Windows Azure
Windows Phone
The Visual Studio Blog
The official source of product insight from the Visual Studio Engineering Team
Subscribe
Comments
Facebook
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Language options
Simplified Chinese (中文)
Live Now on Developer Tools Blogs
Tags
.NET Framework
announcement
bugs
C#
Dan Moseley
editor
extensibility
extension
features
MSBuild
Paul Harrington
Performance
Project
Shell
tips&tricks
Visual Studio 11
Visual Studio 2012
Visual Studio vNext
VS Gallery
VS2010
VS2012
VSIX
walkthrough
Weston Hutchins
WPF
More
▼
Less
▲
Videos
Twitter Feed
Related resources
Visual Studio Developer Center
Visual Studio Product Website
Archives
Archives
May 2013
(1)
April 2013
(1)
March 2013
(1)
January 2013
(1)
November 2012
(2)
October 2012
(4)
September 2012
(1)
August 2012
(2)
July 2012
(1)
June 2012
(6)
May 2012
(6)
April 2012
(3)
March 2012
(5)
February 2012
(3)
January 2012
(2)
November 2011
(2)
October 2011
(8)
September 2011
(7)
August 2011
(2)
May 2011
(4)
April 2011
(3)
March 2011
(2)
February 2011
(3)
January 2011
(1)
December 2010
(1)
November 2010
(3)
October 2010
(3)
September 2010
(2)
August 2010
(2)
July 2010
(10)
June 2010
(11)
May 2010
(14)
April 2010
(6)
March 2010
(18)
February 2010
(19)
January 2010
(10)
December 2009
(8)
November 2009
(9)
October 2009
(9)
September 2009
(2)
March 2009
(1)
More
▼
Less
▲
Blog - Title
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
The Visual Studio Blog
Bootstrapping of VS packages and VSIX extensions in VS2010
Posted
over 4 years ago
by
Visual Studio Blog
6
Comments
Dmitry Goncharenko: Developer, Visual Studio Platform Short bio : Dmitry has been at Microsoft for about 10 years working on several areas of Visual Studio. For Visual Studio 2010, he helped to design and implement PkgDef management, VSIX technologies...
The Visual Studio Blog
Upcoming VS Platform MSDN Webcasts
Posted
over 4 years ago
by
Visual Studio Blog
3
Comments
[Update: The Introduction to Visual Studio 2010 Extensibility has been moved to 12/16 @ 10 a.m. Please update your calendars to reflect this change.] I wanted to announce two upcoming MSDN Webcasts that will be presented by Visual Studio Platform PMs...
The Visual Studio Blog
Visual Studio Extensibility Videos
Posted
over 4 years ago
by
Visual Studio Blog
0
Comments
Quan To is a program manager on the Visual Studio Platform team. Quan is responsible for the Extension Manager and Visual Studio SDK. Quan has been with Microsoft for over ten years and has also spent time working on the Tablet PC Team and...
The Visual Studio Blog
What's new for editor extenders in Beta 2?
Posted
over 4 years ago
by
Visual Studio Blog
1
Comments
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...
The Visual Studio Blog
Framework Multi-Targeting for VC++ Projects
Posted
over 4 years ago
by
Visual Studio Blog
17
Comments
Short Bio: Pavan Adharapurapu is a developer on the Visual Studio Project and Build team. As part of VS 2010, he has worked on numerous features of the VC++ project system such as property sheets, filters, property pages, platform and tool extensibility...
The Visual Studio Blog
Debugging Expression Trees in Visual Studio 2010
Posted
over 4 years ago
by
Visual Studio Blog
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. ParameterExpression value = Expression .Parameter( typeof ( int ), "value" ); ParameterExpression...
The Visual Studio Blog
Diagnosing Toolbox Filtering Errors
Posted
over 4 years ago
by
Visual Studio Blog
0
Comments
Hi again – Josh here, Toolbox developer. If you've created or installed a toolbox item, but it doesn't appear in the toolbox when the appropriate designer is active, the first thing to do is select "Show All" from the toolbox and check to see if the...
The Visual Studio Blog
Can I host a VSIX on my own server?
Posted
over 4 years ago
by
Visual Studio Blog
0
Comments
Several of our VSIP partners have asked me if they can host their VSIX file on their own server and what would the user experience be? To answer the first question, yes, you can host your VSIX file on your owner server. It doesn’t have to live on the...
The Visual Studio Blog
Behind the Scenes: The Splash Screen
Posted
over 4 years ago
by
Visual Studio Blog
20
Comments
Paul Harrington – Principal Developer, Visual Studio Shell Team Short Bio: Paul Harrington is a principal software developer on the Visual Studio platform team. He has worked on every version of Visual Studio .Net to date. Prior to joining the Visual...
The Visual Studio Blog
Tips and tricks: Window Management – Aero Snapping
Posted
over 4 years ago
by
Visual Studio Blog
6
Comments
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 Visual Studio Blog
Improvements to VS 2010 Text Selection
Posted
over 4 years ago
by
Visual Studio Blog
38
Comments
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...
The Visual Studio Blog
Send Us Your Feedback: Visual Studio 2010 Beta 2 Survey!
Posted
over 4 years ago
by
Visual Studio Blog
9
Comments
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 ”...
The Visual Studio Blog
How to Fix “The application cannot start” Error
Posted
over 4 years ago
by
Visual Studio Blog
81
Comments
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 ”...
The Visual Studio Blog
FIXED: Comments are not getting posted
Posted
over 4 years ago
by
Visual Studio Blog
6
Comments
Update : We have diagnosed and fixed the issue that was causing comments to be discarded. If you were trying to post a comment in the last few days, we'd appreciate it if you could repost -- we love to hear feedback. If you are having any more issues...
The Visual Studio Blog
VS 2010 Beta2: Workaround for Raster Font Settings Issue
Posted
over 4 years ago
by
Visual Studio Blog
25
Comments
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...
The Visual Studio Blog
VSIX and MSI
Posted
over 4 years ago
by
Visual Studio Blog
4
Comments
VSIX is a new technology created for deploying Visual Studio extensions. It’s a zip file that uses the Open Packaging Convention . By renaming the file extension of any .VSIX file to .ZIP, you can open up the file in Windows Explorer and take...
The Visual Studio Blog
Box Selection and Multi-Line Editing
Posted
over 4 years ago
by
Visual Studio Blog
16
Comments
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...
The Visual Studio Blog
Toolbox Search
Posted
over 4 years ago
by
Visual Studio Blog
20
Comments
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...
The Visual Studio Blog
Visual Studio Sessions at PDC ‘09
Posted
over 4 years ago
by
Visual Studio Blog
0
Comments
The Professional Developers Conference (PDC) this year is in Los Angeles from November 17 th to 19 th . The PDC is an opportunity to mingle with architects and developers from the software industry and to listen to the leaders, heroes and legends from...
The Visual Studio Blog
Announcing the Visual Studio Blog!
Posted
over 4 years ago
by
Visual Studio Blog
4
Comments
Since this week is already filled with other notable launches , we figured it would be fitting to unveil one more important launch: The Visual Studio Blog! Since the majority of our users are utilizing not just one, but multiple aspects of Visual Studio...
The Visual Studio Blog
Dynamic in C# 4.0: Creating Wrappers with DynamicObject
Posted
over 4 years ago
by
Visual Studio Blog
In the previous post I showed how you can use the new dynamic feature and the ExpandoObject class to add and remove properties at run time, and how this can make your code more readable and flexible than code written with LINQ to XML syntax. But there...
The Visual Studio Blog
Dynamic in C# 4.0: Introducing the ExpandoObject
Posted
over 4 years ago
by
Visual Studio Blog
You have probably already heard about the new dynamic feature in C# 4.0 and how it is used to support COM interop. If you haven't, I strongly recommend reading the following MSDN articles: Using Type dynamic and How to: Access Office Interop Objects by...
The Visual Studio Blog
Generating Dynamic Methods with Expression Trees in Visual Studio 2010
Posted
over 4 years ago
by
Visual Studio Blog
Expression trees first appeared in Visual Studio 2008, where they were mainly used by LINQ providers. You can use expression trees to represent code in a tree-like format, where each node is an expression. You can also convert expression trees into compiled...
The Visual Studio Blog
How to use LINQ methods to compare objects of custom types
Posted
over 4 years ago
by
Visual Studio Blog
LINQ provides a convenient syntax and many useful methods for operating with collections of objects. However, to be correctly processed by LINQ comparison methods such as Distinct or Intersect , a type must satisfy certain requirements. Let’s take...
Page 8 of 8 (199 items)
«
4
5
6
7
8