February 15th, 2010

CodeBlog: Writing a Blogging Extension for Visual Studio 2010

Have you ever wanted to quickly share a code sample to Twitter or your blog without leaving Visual Studio?  Steve Apiki walks through how to create an extension for Visual Studio 2010 that does just that.

Walkthrough: http://www.devx.com/VS_2010/Article/44073

His walkthrough touches on a number of extensibility options inside Visual Studio 2010 such as:

  • How to add a command to a context menu
  • How to create text adornments with the new VS 2010 Editor
  • How to create a Tool Window and add WPF content to it
  • Managed Extensibility Framework (MEF) basics
  • Using XML-RPC.NET to post to Twitter

Enjoy!

Author

Visual Studio has been around since 1997 when it first released many of its programming tools in a bundle. Back then it came in 2 editions - Visual Studio Professional and Visual Studio Enterprise. Since then the family has expanded to include many more products, tools, and services.

0 comments

Discussion are closed.