Does anyone know of some good articles / tutorials on writing addins/plugins for Visual Studio 2010?
+10
A:
- 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.
John Saunders
2009-07-18 05:24:11
This first link no longer exists.
Borek
2010-06-10 11:05:22
@Borek: thanks for catching that. Corrected.
John Saunders
2010-06-10 13:45:49
+5
A:
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
2009-07-18 05:40:33
A:
MSDN has a decent walk-through on creating custom projects. There are more tutorials here.
leogdion
2010-09-14 21:25:45