Does anyone know of some good articles / tutorials on writing addins/plugins for Visual Studio 2010?
Asked
Active
Viewed 1.5k times
2 Answers
30
- Getting Started with Extending Visual Studio
- The Visual Studio SDK for 2010
- The VS2010 beta forums
- Visual Studio 2010 New Features, Extensibility Points and Partner Opportunities
Most of the information on add-ins is in the SDK.

CatDadCode
- 58,507
- 61
- 212
- 318

John Saunders
- 160,644
- 26
- 247
- 397
-
1This first link no longer exists. – Borek Bernard Jun 10 '10 at 11:05
-
2@Borek: thanks for catching that. Corrected. – John Saunders Jun 10 '10 at 13:45
11
Here's the new Visual Studio 10 extensibility samples
- 6th July 2009 Sample - VSIX MEF Component Project Template added
- 7th July 2009 Sample - MEF Container added
- 10th July 2009 Sample - VS Package MEF Container Project Template added
- 15th July 2009 Sample - DSL Store Locking added

RandomNickName42
- 5,923
- 1
- 36
- 35