Question

Does anyone know about any articles/examples of using System.AddIn with ASP.NET and/or ASP.NET MVC applications?

I'm looking to use System.AddIn to make an ASP.NET MVC application extensible.

Was it helpful?

Solution

The examples I have seen all use the Managed Extensibility Framework.

The Managed Extensibility Framework (MEF) is a new library in .NET that enables greater reuse of applications and components. Using MEF, .NET applications can make the shift from being statically compiled to dynamically composed.

See also Choosing between MEF and MAF (System.AddIn)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top