Jake Ginnivan's blog

Code Camp Oz 2010

Due to time restraints at the moment this will be a very short blog post.

I have pushed all my latest changes to the VSTO contrib project to codeplex. The url is http://vstocontrib.codeplex.com/.

I will upload my powerpoint deck and release my LinqPad example scripts soon as well.

But to sum up my talk, the VSTO Contrib project makes it easy to:

  • Cleanup your COM References deterministically without cluttering your code
  • Use Ribbon XML ribbons with IoC, view model binding (listens to INotifyPropertyChanged and invalidates ribbon controls when needed) and wires up the current Explorer or Inspector to your ribbon view model.
  • Makes it really easy to use custom task panes, and relate them to ribbons

Comments