Stories recently tagged with 'MEF'

MEF + Factories Using an Export Provider(blog.eworldui.net)

submitted by mhawleymhawley(1125) 3 years, 5 months ago

Taking a different approach to resolving factory exports within MEF by using an ExportProvider (new in preview 3 drop) over using a part catalog. This approach ultimately leads to a cleaner and simpler solution. read more...

add a comment |category: |Views: 181

tags: another

MEF + Factories(blog.eworldui.net)

submitted by mhawleymhawley(1125) 3 years, 5 months ago

Lately I've been really digging into MEF and have been looking at it's pros & cons, ease of use, extensibility, and the simple DI container that it can provide. I'm not going to give an overview of MEF, as others have done so already. What I am here to show off is a concept that may prove useful for some applications. Many of us use a DI container in very simplistic ways, as well as registering injection strategies during type resolution. read more...

add a comment |category: |Views: 36

tags: another

MEF + Factories(blog.eworldui.net)

submitted by mhawleymhawley(1125) 3 years, 5 months ago

Creation of a FactoryPartCatalog using MEF so that you can have DI like constructor injection with type construction strategies using a factory. read more...

add a comment |category: |Views: 36

tags: another

Addicted To MEF - Part 1(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 6 months ago

A quick look at the basic features of the Preview 3 of the Managed Extensibility Framework. read more...

add a comment |category: |Views: 375

tags: another

What is this Managed Extensibility Framework thing all about ?(sidarok.com)

submitted by sidaroksidarok(1715) 3 years, 8 months ago

Another IoC Container From Microsoft ? Add-in Framework ? What the heck is it ? Sidar tries to answer. read more...

add a comment |category: |Views: 300

tags: another

Avoid the Managed Extensibility Framework(tirania.org)

submitted by LordLord(3737) 3 years, 8 months ago

As a .NET developer, you should avoid using the newly released Managed Extensibility Framework as its license prevents its use beyond the Windows platform. This will prevent your .NET software from running on Linux or MacOS in the future. Luckily, there is a cross platform solution available today that has no platform limitations: Mono.Addins. read more...

add a comment |category: |Views: 37

tags: another

Building a Configuration Binder for MEF with POCO Support(sidarok.com)

submitted by sidaroksidarok(1715) 3 years, 10 months ago

MEF doesn't support POCO injection and XML Configuration off the shelf. Sidar implements an XML congiguration binding mechanism on top of MEF, and the article gives an insight about what to expect from MEF Extensibility models in detail. read more...

add a comment |category: |Views: 133

tags: another

Building A Fluent Interface for MEF(managed-world.com)

submitted by adminjewadminjew(1490) 3 years, 10 months ago

Lately I've been digging more and more into the first CTP of the Managed Extensibility Framework (MEF) coming out of Krzysztof Cwalina's team here at Microsoft. By default, a developer needs to sprinkle Export and Import attributes in their classes at the point they are needing something to be injected, or on classes that need to be exported in order to be injected into other classes. However, if you don't like this behavior, MEF provides several extension points you can use to provide a different interface into MEF. read more...

add a comment |category: |Views: 72

tags: another

Exploring MEF Extensibility Points(sidarok.com)

submitted by sidaroksidarok(1715) 3 years, 10 months ago

The ways of extending Managed Extensibility Framework is discussed in this post, Custom Binders and Value Resolvers dug deeper. read more...

add a comment |category: |Views: 153

tags: another

Managed Extensibility Framework (MEF) at a Glance(sidarok.com)

submitted by sidaroksidarok(1715) 3 years, 11 months ago

A Hands-On overview to Dependency Injection Managed Extensibility Framework and the first CTP. read more...

add a comment |category: |Views: 409

tags: another

Managed Extensibility Framework Preview Available(blogs.msdn.com)

submitted by JemmJemm(9604) 3 years, 11 months ago

The MEF provides developers with a framework to easily add extensibility to their applications and with minimal impact on existing code. The application developer can define extension points according to the functionality required of an extension, while the extension developer uses those points to interact with the application. read more...

add a comment |category: |Views: 13

tags: another