DotNetShoutout - Stories tagged with MEF
2
Shouts

Piotr Włodek's Tech Blog: Introducing convention based programming for Managed Extensibility Framework

posted by http://pwlodek.blogspot.com/http://pwlodek.blogspot.com/ 604 days, 2 hours, 17 minutes ago
Saturday, September 24, 2011 1:33:51 PM GMT
More than a year ago my friend @TheCodeJunkie wrote a very nice addition to Managed Extensibility Framework – the ConventionCatalog. Since then it’s a part of MefContrib project. However, I haven’t seen many people using it. My guess is that there is no much information about it, besides this post. So in this post I will discuss what a convention model is, and how to use it! (more)
category: Architecture | clicked: 6 | comment | | source: pwlodek.blogspot.com
tags: MEF, Conventions, MEF Contrib
2
Shouts

Piotr Włodek's Tech Blog: Isolating MEF components

posted by http://pwlodek.blogspot.com/http://pwlodek.blogspot.com/ 604 days, 2 hours, 19 minutes ago
Saturday, September 24, 2011 1:32:19 PM GMT
What Managed Extensibility Framework does well is component discovery and composition . This is not a big surprise as it was designed to do so. However, one particular area where MEF has nothing to say about is component isolation. This post discusses how to write a simple ComposablePartCatalog which provides isolation for MEF components! (more)
category: Architecture | clicked: 7 | comment | | source: pwlodek.blogspot.com
tags: MEF
3
Shouts

MEF + Unity Interception

published 647 days, 18 hours, 49 minutes ago posted by dotnetsparkdotnetspark 649 days, 23 hours, 31 minutes ago
Thursday, August 11, 2011 9:01:49 PM GMT Tuesday, August 09, 2011 4:20:09 PM GMT
In this article I try to use MEF with Unity Framework . I am trying to build a simple app which would be extensible and at the same time would use Aspect Oriented Concept (more)
category: Architecture | clicked: 29 | comment | | source: www.dotnetspark.com
tags: Unity Interception, AOP, MEF, DotNetSpark
3
Shouts

Rethinking my Session on TechEd on Road

posted by abhi2434abhi2434 686 days, 21 hours, 47 minutes ago
Sunday, July 03, 2011 6:03:27 PM GMT
Hi Folks, Its been a great time together on TechEd on Road event here in Kolkata. I can recollect the fun we had out of the sessions with Pinal Dave, nice to find you here Pinal and with Bijoy Singhal on Windows Phone 7. I would also like to thank Dhanajay Kumar for coming all the way from Pune only for this session, and also for giving a wonderful session to us.  Lets now talk about my session on ".NET Fundamentals that every developers should Know". In this post I will share all the resources and s... (more)
category: Architecture | clicked: 1 | comment | | source: www.abhisheksur.com
tags: variance, C#, MEF, .Net 4.0, Code Contract, Features
3
Shouts

Managed Extensibility Framework - A Look

posted by abhi2434abhi2434 686 days, 22 hours, 50 minutes ago
Sunday, July 03, 2011 5:00:53 PM GMT
Hi guys, If you are really new to .NET framework 4.0, this is going to be a quickstart guide to a new framework for extensibility which every developers should know. In this post, I will give you a brief introduction to what Managed Extensibility Framework is all about and also create a sample application on the same. Note: This is the basic stripped version of MEF, if you are looking for something more advanced, stay tune with my blog; its about to follow.  Why Managed Extensibility Framework... (more)
category: Architecture | clicked: 4 | comment | | source: www.abhisheksur.com
tags: Composition, C#, MEF, .Net 4.0, Plugin
6
Shouts

Creating a Markup Extension for MEF with Silverlight 5 - Jeremy Likness

published 764 days, 3 hours, 45 minutes ago posted by iftekharahmedamitiftekharahmedamit 764 days, 20 hours, 38 minutes ago
Sunday, April 17, 2011 12:05:53 PM GMT Saturday, April 16, 2011 7:13:07 PM GMT
One exciting new feature of Silverlight 5 is the ability to create custom markup extensions. Markup extensions are a part of XAML. Whenever you see a notation that starts and ends with a brace, you are viewing a markup extension. Markup extensions exist to pass information to properties in the XAML that the XAML parser can use when generating the object graph. A commonly used example of markup extensions is the data-binding syntax. In the following XAML snippet, the data-binding uses a markup extensi... (more)
category: Metro | clicked: 3 | comment | | source: csharperimage.jeremylikness.com
tags: SL, Silverlight, SL5, MEF, Silverlight 5
4
Shouts

Piotr Włodek's Tech Blog: Integrating Castle Windsor with MEF

published 781 days, 18 hours, 44 minutes ago posted by http://pwlodek.blogspot.com/http://pwlodek.blogspot.com/ 783 days, 2 hours, 49 minutes ago
Wednesday, March 30, 2011 9:07:17 PM GMT Tuesday, March 29, 2011 1:01:21 PM GMT
Some time ago I developed a small chunk of code which enabled Unity and Managed Extensibility Framework to consume each others components. (...) So in this post I want to discuss a simple adapter for Castle Windsor which is built using MefContrib IoC goddies and enables MEF to consume components registered in the Castle Windsor container. (more)
category: How To | clicked: 8 | comment | | source: pwlodek.blogspot.com
tags: MEF, MefContrib, Castle Windsor
9
Shouts

MSDN Magazine: Cutting Edge - Application Extensibility: MEF vs. IoC - Dino Esposito

published 792 days, 12 hours, 23 minutes ago posted by iftekharahmedamitiftekharahmedamit 795 days, 12 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Thursday, March 17, 2011 3:38:37 PM GMT
There’s an interesting new component in the Microsoft .NET Framework 4 specifically designed to provide an effective answer to an evergreen question: How would you write extensible applications that can discover at run time all the parts they’re made of? As Glenn Block explained in his February 2010 article, “Building Composable Apps in .NET 4 with the Managed Extensibility Framework” (msdn.microsoft.com/magazine/ee291628), the Managed Extensibility Framework (MEF) can be used to streamline building com... (more)
category: Architecture | clicked: 33 | comment | | source: msdn.microsoft.com
tags: IoC, MEF, MSDN Magazine, Extensibility
8
Shouts

Prism Template Pack 1.4: Now with MEF Support! - David Hill's WebLog - Site Home - MSDN Blogs

published 803 days, 23 hours, 39 minutes ago posted by AlexAlex 805 days, 14 hours, 41 minutes ago
Tuesday, March 08, 2011 4:11:34 PM GMT Monday, March 07, 2011 1:09:44 AM GMT
Quite a few folks have asked for MEF versions of the Prism templates. I’m happy to announce that the Prism Template Pack has now been updated to include MEF (as well as Unity) templates.You can download the latest version of the template pack (version 1.4) from here. You can read the release notes here. Remember to remove the .zip extension (leaving the .vsix extension!) before double-clicking to install the templates... (more)
category: Metro | clicked: 9 | 1 comment | | source: blogs.msdn.com
tags: Unity, Silverlight, MEF, WPF, Prism
4
Shouts

Nizar's .NET Blog » Declaring MEF Parts to be Transient

published 805 days, 16 hours, 50 minutes ago posted by noorani786noorani786 807 days, 19 hours, 15 minutes ago
Sunday, March 06, 2011 11:00:47 PM GMT Friday, March 04, 2011 8:36:08 PM GMT
I had very hard time locating the following information and, therefore, would like to share it with others thru my blog: MEF allows your to declare your exports as either singleton or transient. (more)
category: Architecture | clicked: 9 | comment | | source: nizarnoorani.com
tags: MEF, exports, non-singleton parts, transient parts
2
Shouts

My article in MSDN Magazine: Using MEF to Expose Interfaces in Your Silverlight MVVM Apps

posted by sandrinosandrino 866 days, 7 hours, 32 minutes ago
Wednesday, January 05, 2011 8:19:15 AM GMT
After patiently waiting through the editing process my article finally got published in MSDN Magazine and Visual Studio Magazine. I had the chance to write a long article on integrating MVVM with Silverlight Navigation (Frames) using MEF. (more)
category: Metro | clicked: 6 | comment | | source: sandrinodimattia.net
tags: Silverlight, MEF, MVVM, MSDN Magazine
6
Shouts

Using Property/Method Exports in MEF

published 880 days, 6 hours, 45 minutes ago posted by derikwhittakerderikwhittaker 881 days, 3 hours, 47 minutes ago
Wednesday, December 22, 2010 9:06:10 AM GMT Tuesday, December 21, 2010 12:03:43 PM GMT
Taking a look at how you can use MEF (Managed Extensibility Framework) to export either properties or methods on an object. Having the ability to export only certain properties or methods via MEF provides you another great way to extend your application. You can now have different exports for each use case and you do not need to ex... (more)
category: Screencast | clicked: 3 | comment | | source: dimecasts.net
tags: DimeCast.net, MEF
6
Shouts

Using Metadata in your MEF Exports

published 880 days, 6 hours, 45 minutes ago posted by derikwhittakerderikwhittaker 881 days, 3 hours, 48 minutes ago
Wednesday, December 22, 2010 9:06:10 AM GMT Tuesday, December 21, 2010 12:03:12 PM GMT
Taking a look at how you can use MEF (Managed Extensibility Framework) to expose metadata attributes in your exports. Having the ability to expose metadata will give you the ability to make decisions around your exports with this metadata. (more)
category: Screencast | clicked: 1 | comment | | source: dimecasts.net
tags: MEF, DimeCasts.net
3
Shouts

Introduction to InterceptingCatalog – Part II – Open Generics Support

published 881 days, 21 hours, 31 minutes ago posted by http://pwlodek.blogspot.com/http://pwlodek.blogspot.com/ 882 days, 20 hours, 40 minutes ago
Monday, December 20, 2010 6:20:11 PM GMT Sunday, December 19, 2010 7:11:15 PM GMT
In the previous post I have described how to setup interception using the InterceptingCatalog and InterceptionConfiguration class. Although this is the primary functionality, there is other bunch of stuff possible to do with the catalog. In this post I am going to show how to enable open-generics support for MEF using both the InterceptingCatalog and the decorating GenericCatalog. The open generics support implementation is based on the on the fly export creation (thanks to the IExportHandler interface) ... (more)
category: How To | clicked: 2 | comment | | source: pwlodek.blogspot.com
tags: MEF, MefContrib
2
Shouts

Dynamic MEF isn't thread safe by nature - [Export] Bnaya Eshet

published 897 days, 7 hours, 11 minutes ago posted by bnayabnaya 898 days, 5 hours, 40 minutes ago
Sunday, December 05, 2010 8:40:15 AM GMT Saturday, December 04, 2010 10:10:36 AM GMT
Dynamic MEF isn't thread safe by natureDynamic MEF isn't thread safe by nature this post focus a pitfall which you should be aware in order to avoid sporadic crashes. In general most of MEF operation are operate once at the application initialization stage, and it normally happens on a single thread.   this may not be true when you need to dynamically load MEF parts (using GetExportedValue or SatisfyImportsOnce).   unfortunately MEF underline is using non concurrent dictionary which is not thread ... (more)
category: Architecture | clicked: 6 | comment | | source: blogs.microsoft.co.il
tags: Import, MEF, Thread safe, Compose, export
4
Shouts

Introduction to InterceptingCatalog – Part I

published 922 days, 10 minutes ago posted by http://pwlodek.blogspot.com/http://pwlodek.blogspot.com/ 922 days, 7 hours, 38 minutes ago
Wednesday, November 10, 2010 3:41:01 PM GMT Wednesday, November 10, 2010 8:12:29 AM GMT
In this series of posts I am going to discuss all the benefits of using the InterceptingCatalog, which adds the interception and export handling infrastructure for Managed Extensibility Framework. In the first part I will focus on intercepting capabilities of the catalog, and in subsequent posts I will cover filtering scenario and show how to enable the open-generics support. (more)
category: How To | clicked: 10 | comment | | source: pwlodek.blogspot.com
tags: MEF, MefContrib
2
Shouts

Exporting non Exportable types - [Export] Bnaya Eshet

posted by bnayabnaya 933 days, 2 hours, 17 minutes ago
Saturday, October 30, 2010 1:33:52 PM GMT
Exporting non Exportable typesExporting non Exportable types this post extend Glenn Block's post about "Poco, Mef, and custom type systems. Are you ready to take the red pill?"  the post is adding a compile time attribute export model, Directory catalog and migrate it to VS 2010. It is very recommended to read Glenn Block's post before reading this one.   the code sample for this post can be download from here.  Summarizing Glenn's post in general Glenn show how to add attributes (like Expor... (more)
category: Architecture | clicked: 1 | comment | | source: blogs.microsoft.co.il
tags: Import, POCO, MEF, Compose, export
2
Shouts

Testing and Debugging MEF, avoiding misconceptions - Part 3 - [Export] Bnaya Eshet

published 934 days, 2 hours, 32 minutes ago posted by bnayabnaya 934 days, 8 hours, 5 minutes ago
Friday, October 29, 2010 1:18:51 PM GMT Friday, October 29, 2010 7:45:26 AM GMT
Testing and Debugging MEF, avoiding misconceptions - Part 3Testing and Debugging MEF, avoiding misconceptions - Part 3 this is the 3rd post of this series and it will discuss common misconceptions which may lead unexpected behavior and long debugging nights.  Initialization issues the first misconception occurs when developer are trying to access imported property at construction time.NullReferenceException[Export]publicclassMyPlugin{public MyPlugin()    {   // the logger import doesn't satisfied... (more)
category: Architecture | clicked: 1 | comment | | source: blogs.microsoft.co.il
tags: composer, Import, MEF, export, Extensibility
4
Shouts

MEF + Object Factories using Export Provider

published 938 days, 3 hours, 26 minutes ago posted by http://pwlodek.blogspot.com/http://pwlodek.blogspot.com/ 938 days, 8 hours, 31 minutes ago
Monday, October 25, 2010 12:24:46 PM GMT Monday, October 25, 2010 7:20:06 AM GMT
In this post I am going to introduce the FactoryExportProvider, which is a part of MefContrib project, which extends MEF by allowing to define object factories in the fluent manner. (more)
category: How To | clicked: 13 | comment | | source: pwlodek.blogspot.com
tags: MEF, MefContrib
4
Shouts

MEF (Managed Extensibility Framework) in .NET 4.0

published 942 days, 18 hours, 59 minutes ago posted by http://agafonovslava.blogspot.com/http://agafonovslava.blogspot.com/ 945 days, 3 hours, 57 minutes ago
Wednesday, October 20, 2010 8:51:26 PM GMT Monday, October 18, 2010 11:54:17 AM GMT
What is MEF (Managed Extensibility Framework). For example you have an accounting application and you would like to provide a hook (socket) where external vendors can connect (plug) and add invoicing capabilities to the accounting application. For instance you have application which you would want different vendors to connect with their features and extend your application. So the vendors just put the components in the application, the application discovers them and does the connection. (more)
category: Architecture | clicked: 0 | comment | | source: blog.agafonov.net.ua
tags: Managed Extensible Framework, MEF
Previous 1 2 3 Next