I read a lot about how the enhancements to expandability in VS2010 have improved significantly (i.e. based on MEF, etc.), but haven't gotten my hands on it yet. Recently I came across a real scenario that made me dive, but I am surprised that I did not find a lot of useful information on how to get up and work with what I want to build.
My team created its own user interface infrastructure in Silverlight, and we would like to create a package of project templates and elements that will be presented as part of the SDK, which we ship with our product. Doing this in the traditional way by exporting something to zip is pretty simple, but we would like to have something else built in with the wizard that you get in ASP.NET MVC or Silverlight when creating a new project (i.e.. Dialog transitions / the wizard and requests additional information and generates additional projects, links, code, etc. based on your additional input).
Are these features available through the extensibility model in VS2010? If anyone could point me in a general direction, I would appreciate it. Today Google does nothing for me :(
visual-studio-2010 vs-extensibility
kellyb
source share