Click here to Skip to main content
15,896,111 members
Articles / Programming Languages / C# 4.0

MEF Generics

Rate me:
Please Sign up or sign in to vote.
5.00/5 (8 votes)
2 Feb 2012CPOL8 min read 44.6K   957   32  
How we can harness the power of MEF and extend it by way of generics.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mef.Extended.Tools", "Mef.Extended.Tools\Mef.Extended.Tools.csproj", "{708148D0-274C-4570-A67A-BEEDC9EAC021}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{708148D0-274C-4570-A67A-BEEDC9EAC021}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{708148D0-274C-4570-A67A-BEEDC9EAC021}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{708148D0-274C-4570-A67A-BEEDC9EAC021}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{708148D0-274C-4570-A67A-BEEDC9EAC021}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer BBD Johannesburg
South Africa South Africa
Bsc (Hons) Business Information Systems.
MCTS: Web Applications Development with Microsoft .NET Framework 4
MCTS: Windows Communication Foundation Development with Microsoft .NET Framework 4
MCTS: Accessing Data with Microsoft .NET Framework 4
Microsoft Certified Professional Developer Certification.

Comments and Discussions