WPF 3.5 AddIn Demo - Go Plugins!

- tagged

With the release of .NET 3.5 and Visual Studio 2008 comes a new and improved WPF.  With that in mind, I wanted to get a demo out that showed off some of the new WPF 3.5 features.  There was some code written, not by me, but by Kevin Moore, author of the WPF Bag o' Tricks among other WPF goodness.  Kevin has moved on from Microsoft and he never released this code, but there is some very useful concepts presented.  I grabbed his code, cleaned it up and have made it available for download.  Basically, there's a lot of useful infrastructure code for creating a secure plug-in model for a WPF.  One nifty thing he does is binds to the same data across his different plug-ins. He also shows off some other WPF 3.5 features along the way, like interactive 2d on 3d.

It is worth pointing out the cleanup I had to do with within System.AddIn.  The change was the renaming of VisualAdapter to FrameworkElementAdapters and a change in the method's signature that turned out to be pretty trivial to fix.

posted on Nov 20th, 2007 | Permalink | Comments (2)

2 Comments »

  1. Thanks! How do I run this demo, or is it more of a code-level "take a look at this code" thing?

    Comment by Josh J - November 21, 2007 @ 5:00 PM
  2. I didn't post a clickonce version of the app because of some trickery around getting the add-ins as part of the manifest (this is on my todo list) so if you want to run it you'll have to download the code and compile...

    Comment by Karsten Januszewski - November 30, 2007 @ 2:16 PM

Leave a comment