Fav 3 : Three Favorite .NET Tips and Tricks from Daily .NET Tips – Series 6
Here is the sixth post of the Fav 3 series that we are continuing. Today’s favorite tips are based on Managed Extensibility…
Here is the sixth post of the Fav 3 series that we are continuing. Today’s favorite tips are based on Managed Extensibility…
Part Lifetime is one of the most important hindrances that we face while working with MEF. It is very important…
Just like what I have talked for so long in my blog entries about Import, ImportConstructor is another attribute that…
MEF Supports metadata to be passed in addition to Contracts. As we have already discussed some of the interesting catalogs…
CompositionBatch is a new type introduced with MEF library that allows you to individually deal with Part instances. Generally when…
MEF supports an opt-in feature that allows recomposition of the Import when the underlying object is changed either explicitely by…
Lazy is a class that defer the object creation when it is actually needed. MEF supports the Lazy implementation internally.…
Managed Extensibility Framework as of now is a new model that deals with Extensibility in application by giving you a…