Using MEF in a Request/Response Service Layer
Explains how to use the Managed Extensibility Framework (MEF) to build a flexible, message-based request/response service layer in .NET.
Explains how to use the Managed Extensibility Framework (MEF) to build a flexible, message-based request/response service layer in .NET.
A recap of a Community Day 2011 session on integrating ASP.NET MVC 3, MEF, and NuGet to create loosely coupled, easy-to-use software architectures.
Slides and demo code for a talk on integrating ASP.NET MVC 3, MEF, and NuGet to create loosely coupled, easy-to-use architectures.
A guide on integrating the Managed Extensibility Framework (MEF) with ASP.NET MVC 3 using the MefContrib library and NuGet packages.
Author seeks votes for their ASP.NET MVC 3 and MEF session proposal at the MIX11 tech conference in Las Vegas.
Explains how to implement dependency injection in ASP.NET MVC 3 using the Managed Extensibility Framework (MEF).
Explains the Managed Extensibility Framework (MEF) using a shed-building analogy, focusing on its core concepts: export, import, and compose.
A revised approach to integrating ASP.NET MVC with the Managed Extensibility Framework (MEF) to enable pluggable controllers and views, addressing a specific Server Error.
A tutorial on using the Managed Extensibility Framework (MEF) to create a plugin-based, extensible ASP.NET MVC web application.