"The Visual Studio 2010 SDK provides tools and templates for building Visual Studio extensions. By using the Visual Studio 2010 SDK, you can build your own tool windows, create menu commands, and add extensions to the new Visual Studio editor and other features."
How this is different from the Visual Studio Add-In projects ?
is this backward compatible with earlier versions of Visual studio ?
what should a developer do or which project should he select to make an Visual Studio Extension backward compatible
i am trying to develop something like this (Sample Browser Visual Studio Extension)
http://visualstudiogallery.msdn.microsoft.com/4934b087-e6cc-44dd-b992-a71f00a2a6df?SRC=Home
what technology would you suggest ? i am planning to VC# and Visual Studio Add-in project template.
let me know your thoughts or suggestions
regards
RK