Browse by Tags

Sorry, but there are no more tags available to filter with.
08 October 2008
Using the System.AddIn namespace to facilitate extensibility, Part Two
Part two of this multi-part series on the System.AddIn model focuses on the add-in pipeline. If you haven't read Part One , or you're not familiar with the System.AddIn model, you should read it before continuing. Pipeline Overview The add-in pipeline is a set of logical segments that the host... Read More...
Filed under:
06 October 2008
Using the System.AddIn namespace to facilitate extensibility.
If you've ever written a plug in framework for an application, you can appreciate how much work goes into managing the framework and the add ins it supports. The purpose of this post is to introduce you to the facilities contained in the .Net framework that make add in support much, much easier.... Read More...
Filed under: