Wednesday, February 15, 2012

You've got your TPL in my MEF. No, you've got your MEF in my TPL...

Code Guru - .NET Workload Indirection with Managed Extensibility Framework and Task Parallel Library

"Applications like Windows Services and Web Services often have a demanding workload and sophisticated extensibility needs. Managing a workload on the .NET platform often means utilizing the Task Parallel Library (TPL) classes. .NET extensibility capabilities span many components, but increasingly popular extensibility features are found in the Managed Extensibility Framework (MEF). Bringing TPL and MEF together is this article's focus. Walking through a sample application, I'll demonstrate a loosely coupled and extensible TPL and MEF solution.

...

image..."

An interesting mix of MEF and the TPL that I want to take a closer look at...

No comments: