This is the twenty-third in a series of blog posts I'm doing on the VS 2010 and .NET 4 release.
Today's blog post covers some of the extensibility improvements made in VS 2010 - as well as a cool new "PowerCommands for Visual Studio 2010" extension that Microsoft just released (and which can be downloaded and used for free).
[In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu]
Extensibility in VS 2010 VS 2010 provides a much richer extensibility model than previous releases. Anyone can build extensions that add, customize, and light-up the Visual Studio 2010 IDE, Code Editors, Project System and associated Designers.
VS 2010 ...
Go to the complete details ...