9eFish - 带有 MEF 标签的文章
1
臭虫

Silverlight MEF - Extensible Applications

adminadmin 发表于 227 天, 22 小时, 51 分钟 之前
Wednesday, July 29, 2009 3:04:22 AM GMT Sunday, July 26, 2009 4:26:26 PM GMT
Silverlight MEF - Extensible Applications MEF is all about extending applications. It allows you to specify a contract that "extenders" need to fulfill. But it's more. It also allows you to separate concerns in your application. MEF is now available for Silverlight. This screencast shows how to use MEF to make Silverlight applications extensible (by yourself or 3rd parties). (more)
类别: UX | 点击: 3 | 评论 | | 源: development-guides.silverbaylabs.org
标签: MEF, Silverlight
1
臭虫

Brad Abrams : Simple Example of Managed Extensibility Framework (MEF) in Silverlight

xgluxvxgluxv 发表于 230 天, 23 小时, 4 分钟 之前
Sunday, July 26, 2009 3:31:46 PM GMT Thursday, July 23, 2009 4:14:14 PM GMT
Simple Example of Managed Extensibility Framework (MEF) in Silverlight As you may have heard, we recently shipped MEF support of Silverlight in our CodePlex drop..  I wanted to give you a very simple introduction to MEF and how to use it in Silverlight.   This example will show how to use lose coupling, dependency injection and delay loading of components.   This is also an update to my Simple MEF example from a few months ago as just about everything here applies to WPF, WinForms and ASP.NET apps as w... (more)
类别: UX | 点击: 1 | 评论 | | 源: blogs.msdn.com
标签: MEF, Silverlight
1
臭虫

Windows Azure + Managed Extensibility Framework (MEF) = true

adminadmin 发表于 247 天, 11 小时, 36 分钟 之前
Friday, July 10, 2009 3:36:31 AM GMT Tuesday, July 07, 2009 3:41:20 AM GMT
Windows Azure + Managed Extensibility Framework (MEF) = true I will show in this post how to extend the basic Windows Azure Project Template and make the solution a bit more intelligent. I will do this using a new and upcoming .NET Framework 4 technology; Managed Extensibility Framework (MEF). MEF Preview 5 is targeting .NET Framework 3.5 and is even developed under MSPL license and so fits like a glove into Windows Azure.Intro My overall goal is to create a Windows Azure project template that:enables ... (more)
类别: Cloud | 点击: 0 | 评论 | | 源: blog.noop.se
标签: MEF, windows azure
1
臭虫

MEF and more : MEF 和ASP.NET MVC例子

carolhaozicarolhaozi 发表于 301 天, 13 小时, 28 分钟 之前
Tuesday, May 19, 2009 6:14:31 AM GMT Thursday, May 14, 2009 1:49:34 AM GMT
MEF and ASP.NET MVC sampleDisclaimer First things first, don’t consider this sample an official sample. It is just something I’ve created to illustrate some capabilities of MEF when integrated with ASP.NET MVC in the user-level (as opposed to framework level). Also, if you would try to do this integration yourself, you’ll notice at some point that you’ll need to attach metadata to your controllers, so you can grab the right one on the controller factory. In this sample I provide a custom catalog that i... (more)
类别: Foundation | 点击: 5 | 评论 | | 源: blogs.msdn.com
标签: asp.net mvc, Managed Extensibility Framework, MEF
1
臭虫

Poco, Mef, and custom type systems. Are you ready to take the red pill你是否准备好拿红色药丸? - Glenn Block

dotlivedotlive 发表于 317 天, 13 小时, 41 分钟 之前
Thursday, April 30, 2009 4:12:38 AM GMT Tuesday, April 28, 2009 1:37:14 AM GMT
Sign in | Join | Help  Do you twitter? Follow us @CodeBetterGlenn BlockHomeAboutContactSponsorsThe LoungeSyndicationRSS for PostsAtomRSS for CommentsRecent PostsPoco, Mef, and custom type systems. Are you ready to take the red pill?MEF Preview 5, changes and enhancementsCreating a functional programming model for MEFWhy doesn’t MEF support open-generics for exports? Because MEF is not type based.Recomposition and constructorsTagsALT.NETALT.NET SeattleASP.NETcodecampCommon Service Loca... (more)
类别: Architecture | 点击: 4 | 评论 | | 源: codebetter.com
标签: custom type systems, MEF, Poco, the red pill
1
臭虫

ASP.NET MVC 和 the Managed Extensibility Framework (MEF)

xgluxvxgluxv 发表于 324 天, 27 分钟 之前
Thursday, April 23, 2009 6:33:04 AM GMT Tuesday, April 21, 2009 2:51:00 PM GMT
Microsoft’s Managed Extensibility Framework (MEF) is a .NET library (released on CodePlex) that enables greater re-use of application components. You can do this by dynamically composing your application based on a set of classes and methods that can be combined at runtime. Think of it like building an appliation that can host plugins, which in turn can also be composed of different plugins. Since examples say a thousand times more than text, let’s go ahead with a sample leveraging MEF in an ASP.NET MVC ... (more)
类别: Web Form | 点击: 3 | 评论 | | 源: blog.maartenballiauw.be
标签: asp.net mvc, Managed Extensibility Framework, MEF
1
臭虫

MEF Preview 5 - Glenn Block - CodeBetter.Com - Stuff you need to Code Better!

xgluxvxgluxv 发表于 331 天, 4 小时, 28 分钟 之前
Wednesday, April 15, 2009 3:14:25 PM GMT Tuesday, April 14, 2009 10:49:46 AM GMT
A lot of new things to play with in preview 5. My personal favorite is the support we’ve now added for exports on interfaces, though I am sure if you ask different members of the team you’ll get a different answer. Thanks as always to the team for all their efforts, and thank you for your continual patience and feedback. We’re getting closer and closer to RTM!So what are you waiting for? Go download MEF Preview 5 here. (more)
类别: Smart Client | 点击: 2 | 评论 | | 源: codebetter.com
标签: MEF