X Tutup
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions _posts/2012-04-30-show-and-tell-belfryimages-setting-up-mef.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: post
permalink: /show-and-tell/6/setting-up-mef.html
date: 2012-04-30 20:00
title: "Show and Tell #6 - Setting up MEF"
author: "@belfryimages"
comments: true
---

## Setting up MEF

Ben posted yesterday about [setting up MEF](http://blog.belfryimages.com.au/setting-up-mef.html) with the goal of adding plugins to a simple application. It touches on splitting the plugin API from the application code, including two-way communication between the application and the plugin. This method will possibly be used to implement plugin support in [MarkPad](http://code52.org/DownmarkerWPF/).

The project created for the post is [available on GitHub](https://github.com/belfryimages/mef-test).

## About the Author

Ben Scott is a developer from Rockhampton, Australia. He is employed as the IT manager of a financial planning firm, where he largely works on a C#, WinForms-based in-house investment portfolio management system, plus a number of slightly more interesting projects, some of them in */gasp/* PHP. In his spare time he likes to write posts about himself in the third person using other people's websites. He very occasionally writes at [blog.belfryimages.com.au](http://blog.belfryimages.com.au) and can usually be found on Twitter [@belfryimages](http://twitter.com/belfryimages) where he posts blurry photos of his lunch and complains about things.
X Tutup