Visual Studio Extensions COM vs MEF: Visual Studio extension service providers When writing a Visual Studio extension, you pretty much need to use Visual Studio services for everything. Put simply, a service in this context, is an object that implements an interface that exposes
Roslyn Writing a visual studio extension for code generation with roslyn Recently I've been working on a Visual Studio extension to automate the tedious parts of code authoring at work. It turns out that there is a lot of knowledge out there, but quite