Introduction to the Orcas Add-In Model
One of the features the CLR team is adding in Orcas is that we're providing a new model to help enable your application to host Add-Ins. I've got a special interest in this set of features, as I always try to make my hobby applications pluggable for some reason, and I tend to end up writing a ton of infrastructure that, once Orcas ships, I will no longer have to. The Add-In team has done the work to enable discovery, versioning, and most importantly (from my perspective at least :-) ) securely sandboxing those Add-Ins.
Recently, they've done a pretty big brain-dump of how their feature is going to work. Some of the resources available are:
MSDN Magazine Articles:
Blogs
Jason's blog is interesting because he's decided to go through the steps to upgrade Paint.NET to use the new AddIn model, and discuss his experiences. If you're intereseted in making your apps extensible, it's worth checking out this feature to see if it's made your life any easier.
Comments
Anonymous
February 20, 2007
Will this affect .NET controls hosted in IE in the future? I ask because they are effectively add-ins with some of the same problems.Anonymous
February 23, 2007
Hi Max, At least in the Orcas release, controls in the browser work exactly as they did in Whidbey. -Shawn