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 evolved from a simple tool bundle into an intelligent, all-in-one development environment. With support for coding in any language on any device, integrated AI to streamline workflows, and seamless cloud scalability, it empowers developers to innovate, deliver faster, and build the future.

0 comments

Discussion are closed.