<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>MEF Releases Rss Feed</title><link>http://www.codeplex.com/MEF/Release/ProjectReleases.aspx</link><description>MEF Releases Rss Description</description><item><title>Updated Release: MEF 2 Preview 5 (Dec 19, 2011)</title><link>http://mef.codeplex.com/releases/view/79090</link><description>&lt;div class="wikidoc"&gt;Detailed information on this release is available on the &lt;a href="http://blogs.msdn.com/b/bclteam/archive/2011/12/19/what-s-new-in-mef-2-preview-5-alok-nick.aspx"&gt;BCL team blog&lt;/a&gt;.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>nblumhardt</author><pubDate>Thu, 31 May 2012 19:59:34 GMT</pubDate><guid isPermaLink="false">Updated Release: MEF 2 Preview 5 (Dec 19, 2011) 20120531075934P</guid></item><item><title>Released: MEF 2 Preview 5 (Dec 19, 2011)</title><link>http://mef.codeplex.com/releases/view/79090</link><description>
&lt;div class="wikidoc"&gt;Detailed information on this release is available on the &lt;a href="http://blogs.msdn.com/b/bclteam/archive/2011/12/19/what-s-new-in-mef-2-preview-5-alok-nick.aspx"&gt;
BCL team blog&lt;/a&gt;.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Thu, 31 May 2012 19:59:34 GMT</pubDate><guid isPermaLink="false">Released: MEF 2 Preview 5 (Dec 19, 2011) 20120531075934P</guid></item><item><title>Updated Release: MEF 2 Preview 5 (Dec 19, 2011)</title><link>http://mef.codeplex.com/releases/view/79090</link><description>&lt;div class="wikidoc"&gt;Detailed information on this release is available on the &lt;a href="http://blogs.msdn.com/b/bclteam/archive/2011/12/19/what-s-new-in-mef-2-preview-5-alok-nick.aspx" class="externalLink"&gt;BCL team blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>nblumhardt</author><pubDate>Mon, 19 Dec 2011 21:33:59 GMT</pubDate><guid isPermaLink="false">Updated Release: MEF 2 Preview 5 (Dec 19, 2011) 20111219093359P</guid></item><item><title>Released: MEF 2 Preview 5 (Dec 19, 2011)</title><link>http://mef.codeplex.com/releases/view/79090</link><description>
&lt;div class="wikidoc"&gt;Detailed information on this release is available on the &lt;a href="http://blogs.msdn.com/b/bclteam/archive/2011/12/19/what-s-new-in-mef-2-preview-5-alok-nick.aspx"&gt;
BCL team blog&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Mon, 19 Dec 2011 21:33:59 GMT</pubDate><guid isPermaLink="false">Released: MEF 2 Preview 5 (Dec 19, 2011) 20111219093359P</guid></item><item><title>Updated Release: MEF 2 Preview 5 (Dec 19, 2011)</title><link>http://mef.codeplex.com/releases/view/79090</link><description>&lt;div class="wikidoc"&gt;Detailed information on this release is available on the &lt;a href="http://blogs.msdn.com/b/bclteam/archive/2011/12/19/what-s-new-in-mef-2-preview-5-alok-nick.aspx" class="externalLink"&gt;BCL team blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>nblumhardt</author><pubDate>Mon, 19 Dec 2011 21:32:54 GMT</pubDate><guid isPermaLink="false">Updated Release: MEF 2 Preview 5 (Dec 19, 2011) 20111219093254P</guid></item><item><title>Updated Release: Using MEF with ASP.NET MVC 3 Sample Code (Nov 11, 2011)</title><link>http://mef.codeplex.com/releases/view/76703</link><description>&lt;div class="wikidoc"&gt;This sample application demonstrates the Composition Provider for ASP.NET MVC 3 included in MEF 2.&lt;br /&gt;&lt;br /&gt;Prerequisites:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Visual Studio 2010&lt;/li&gt;
&lt;li&gt;&lt;a href="http://asp.net/mvc" class="externalLink"&gt;ASP.NET MVC 3&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; (installed, with developer tools)&lt;/li&gt;
&lt;li&gt;SQL Server Express (included with Visual Studio)&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Important:&lt;/b&gt; before the sample can be run, the Entity Framework 4.1 NuGet package needs to be installed into the solution. There are two ways to do this:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;In Visual Studio: right-click on the FabrikamBooks project, select &amp;quot;Add Library Package Reference&amp;quot;, search for &amp;quot;EntityFramework&amp;quot; and install the Entity Framework 4.1 package by Microsoft; or,&lt;/li&gt;
&lt;li&gt;Using the &lt;a href="http://nuget.org" class="externalLink"&gt;nuget.exe&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; command line tool: open a command prompt in the \packages folder, execute the command
&lt;ul&gt;&lt;li&gt;nuget install ..\FabrikamBooks\packages.config&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>nblumhardt</author><pubDate>Fri, 11 Nov 2011 18:44:13 GMT</pubDate><guid isPermaLink="false">Updated Release: Using MEF with ASP.NET MVC 3 Sample Code (Nov 11, 2011) 20111111064413P</guid></item><item><title>Released: Using MEF with ASP.NET MVC 3 Sample Code (Nov 11, 2011)</title><link>http://mef.codeplex.com/releases/view/76703</link><description>
&lt;div class="wikidoc"&gt;This sample application demonstrates the Composition Provider for ASP.NET MVC 3 included in MEF 2.&lt;br&gt;
&lt;br&gt;
Prerequisites:&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;Visual Studio 2010 &lt;/li&gt;&lt;li&gt;&lt;a href="http://asp.net/mvc"&gt;ASP.NET MVC 3&lt;span&gt;&lt;/span&gt;&lt;/a&gt; (installed, with developer tools)
&lt;/li&gt;&lt;li&gt;SQL Server Express (included with Visual Studio)&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
&lt;b&gt;Important:&lt;/b&gt; before the sample can be run, the Entity Framework 4.1 NuGet package needs to be installed into the solution. There are two ways to do this:&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;In Visual Studio: right-click on the FabrikamBooks project, select &amp;quot;Add Library Package Reference&amp;quot;, search for &amp;quot;EntityFramework&amp;quot; and install the Entity Framework 4.1 package by Microsoft; or,
&lt;/li&gt;&lt;li&gt;Using the &lt;a href="http://nuget.org"&gt;nuget.exe&lt;span&gt;&lt;/span&gt;&lt;/a&gt; command line tool: open a command prompt in the \packages folder, execute the command
&lt;ul&gt;
&lt;li&gt;nuget install ..\FabrikamBooks\packages.config&lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Fri, 11 Nov 2011 18:44:13 GMT</pubDate><guid isPermaLink="false">Released: Using MEF with ASP.NET MVC 3 Sample Code (Nov 11, 2011) 20111111064413P</guid></item><item><title>Updated Release: MEF 2 Preview 4 (Oct 27, 2011)</title><link>http://mef.codeplex.com/releases/view/75766</link><description>&lt;div class="wikidoc"&gt;Detailed information on this release is available on the &lt;a href="http://blogs.msdn.com/b/bclteam/archive/2011/10/27/what-s-new-in-mef-version-2-preview-4.aspx" class="externalLink"&gt;BCL team blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>nblumhardt</author><pubDate>Thu, 27 Oct 2011 23:34:08 GMT</pubDate><guid isPermaLink="false">Updated Release: MEF 2 Preview 4 (Oct 27, 2011) 20111027113408P</guid></item><item><title>Released: MEF 2 Preview 4 (Oct 27, 2011)</title><link>http://mef.codeplex.com/releases/view/75766</link><description>
&lt;div class="wikidoc"&gt;Detailed information on this release is available on the &lt;a href="http://blogs.msdn.com/b/bclteam/archive/2011/10/27/what-s-new-in-mef-version-2-preview-4.aspx"&gt;
BCL team blog&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Thu, 27 Oct 2011 23:34:08 GMT</pubDate><guid isPermaLink="false">Released: MEF 2 Preview 4 (Oct 27, 2011) 20111027113408P</guid></item><item><title>Updated Release: MEF 2 Preview 4 (Oct 27, 2011)</title><link>http://mef.codeplex.com/releases/view/75766</link><description>&lt;div class="wikidoc"&gt;Detailed information on this release is available on the &lt;a href="http://blogs.msdn.com/b/bclteam/" class="externalLink"&gt;BCL team blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>nblumhardt</author><pubDate>Thu, 27 Oct 2011 22:32:42 GMT</pubDate><guid isPermaLink="false">Updated Release: MEF 2 Preview 4 (Oct 27, 2011) 20111027103242P</guid></item><item><title>Released: MEF 2 Preview 4 (Oct 27, 2011)</title><link>http://mef.codeplex.com/releases/view/75766</link><description>
&lt;div class="wikidoc"&gt;Detailed information on this release is available on the &lt;a href="http://blogs.msdn.com/b/bclteam/"&gt;
BCL team blog&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Thu, 27 Oct 2011 22:32:42 GMT</pubDate><guid isPermaLink="false">Released: MEF 2 Preview 4 (Oct 27, 2011) 20111027103242P</guid></item><item><title>Updated Release: MEF 2 Preview 3 (Feb 27, 2011)</title><link>http://mef.codeplex.com/releases/view/61730</link><description>&lt;div class="wikidoc"&gt;This release aims .net 4.0 and Silverlight 4.0. Accordingly, there are two solutions files. The assemblies are named System.ComponentModel.Composition.Codeplex.dll as a way to avoid clashing with the version shipped with the 4th version of the framework. &lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Introduced CompositionOptions to container instantiation&lt;/li&gt;
&lt;li&gt;CompositionOptions.DisableSilentRejection makes MEF throw an exception on composition errors. Useful for diagnostics&lt;/li&gt;
&lt;li&gt;Support for open generics&lt;/li&gt;
&lt;li&gt;Support for attribute-less registration of types &lt;/li&gt;
&lt;li&gt;Included an ASP.NET MVC code sample&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>haveriss</author><pubDate>Mon, 28 Feb 2011 03:35:20 GMT</pubDate><guid isPermaLink="false">Updated Release: MEF 2 Preview 3 (Feb 27, 2011) 20110228033520A</guid></item><item><title>Released: MEF 2 Preview 3 (Feb 27, 2011)</title><link>http://mef.codeplex.com/releases/view/61730</link><description>
&lt;div class="wikidoc"&gt;This release aims .net 4.0 and Silverlight 4.0. Accordingly, there are two solutions files. The assemblies are named System.ComponentModel.Composition.Codeplex.dll as a way to avoid clashing with the version shipped with the 4th version
 of the framework. &lt;br&gt;
&lt;ul&gt;
&lt;li&gt;Introduced CompositionOptions to container instantiation &lt;/li&gt;&lt;li&gt;CompositionOptions.DisableSilentRejection makes MEF throw an exception on composition errors. Useful for diagnostics
&lt;/li&gt;&lt;li&gt;Support for open generics &lt;/li&gt;&lt;li&gt;Support for attribute-less registration of types &lt;/li&gt;&lt;li&gt;Included an ASP.NET MVC code sample&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Mon, 28 Feb 2011 03:35:20 GMT</pubDate><guid isPermaLink="false">Released: MEF 2 Preview 3 (Feb 27, 2011) 20110228033520A</guid></item><item><title>Updated Release: MEF 2 Preview 3 (Feb 27, 2011)</title><link>http://mef.codeplex.com/releases/view/61730</link><description>&lt;div class="wikidoc"&gt;This release aims .net 4.0 and Silverlight 4.0. Accordingly, there are two solutions files. The assemblies are named System.ComponentModel.Composition.Codeplex.dll as a way to avoid clashing with the version shipped with the 4th version of the framework. &lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Introduced CompositionOptions to container instantiation&lt;/li&gt;
&lt;li&gt;CompositionOptions.DisableSilentRejection makes MEF throw an exception on composition errors. Useful for diagnostics&lt;/li&gt;
&lt;li&gt;Support for open generics&lt;/li&gt;
&lt;li&gt;Support for attribute-less registration of types &lt;/li&gt;
&lt;li&gt;Included an ASP.NET MVC code sample&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>haveriss</author><pubDate>Mon, 28 Feb 2011 03:34:55 GMT</pubDate><guid isPermaLink="false">Updated Release: MEF 2 Preview 3 (Feb 27, 2011) 20110228033455A</guid></item><item><title>Updated Release: MEF 2 Preview 2 (Oct 11, 2010)</title><link>http://mef.codeplex.com/releases/view/53792</link><description>&lt;div class="wikidoc"&gt;This release aims .net 4.0 and Silverlight 4.0. Accordingly, there are two solutions files. The assemblies are named System.ComponentModel.Composition.Codeplex.dll as a way to avoid clashing with the version shipped with the 4th version of the framework. &lt;br /&gt;
&lt;ul&gt;&lt;li&gt;ExportFactory moved from SL to .net desktop version&lt;/li&gt;
&lt;li&gt;Some code refactorings and perf improvements&lt;/li&gt;
&lt;li&gt;Code Contracts&lt;/li&gt;
&lt;li&gt;Both assemblies are strong named signed&lt;/li&gt;
&lt;li&gt;Improvements on our debugging experience&lt;/li&gt;
&lt;li&gt;Improvements when dealing with catalogs and scoping&lt;/li&gt;
&lt;li&gt;VB.NET code samples&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>haveriss</author><pubDate>Tue, 12 Oct 2010 00:39:16 GMT</pubDate><guid isPermaLink="false">Updated Release: MEF 2 Preview 2 (Oct 11, 2010) 20101012123916A</guid></item><item><title>Released: MEF 2 Preview 2 (Oct 11, 2010)</title><link>http://mef.codeplex.com/releases/view/53792</link><description>&lt;div class=wikidoc&gt;This release aims .net 4.0 and Silverlight 4.0. Accordingly, there are two solutions files. The assemblies are named System.ComponentModel.Composition.Codeplex.dll as a way to avoid clashing with the version shipped with the 4th version of the framework. &lt;br&gt;
&lt;ul&gt;&lt;li&gt;ExportFactory moved from SL to .net desktop version&lt;/li&gt;
&lt;li&gt;Some code refactorings and perf improvements&lt;/li&gt;
&lt;li&gt;Code Contracts&lt;/li&gt;
&lt;li&gt;Both assemblies are strong named signed&lt;/li&gt;
&lt;li&gt;Improvements on our debugging experience&lt;/li&gt;
&lt;li&gt;Improvements when dealing with catalogs and scoping&lt;/li&gt;
&lt;li&gt;VB.NET code samples&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;</description><author></author><pubDate>Tue, 12 Oct 2010 00:39:16 GMT</pubDate><guid isPermaLink="false">Released: MEF 2 Preview 2 (Oct 11, 2010) 20101012123916A</guid></item><item><title>Updated Release: MEF 2 Preview 2 (Oct 11, 2010)</title><link>http://mef.codeplex.com/releases/view/53792</link><description>&lt;div class="wikidoc"&gt;MEF 2 Preview 2&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This release aims .net 4.0 and Silverlight 4.0. Accordingly, there are two solutions files. The assemblies are named System.ComponentModel.Composition.Codeplex.dll as a way to avoid clashing with the version shipped with the 4th version of the framework. &lt;br /&gt;
&lt;ul&gt;&lt;li&gt;ExportFactory moved from SL to .net desktop version&lt;/li&gt;
&lt;li&gt;Some code refactorings and perf improvements&lt;/li&gt;
&lt;li&gt;Code Contracts&lt;/li&gt;
&lt;li&gt;Both assemblies are strong named signed&lt;/li&gt;
&lt;li&gt;Improvements on our debugging experience&lt;/li&gt;
&lt;li&gt;Improvements when dealing with catalogs and scoping&lt;/li&gt;
&lt;li&gt;VB.NET code samples&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>haveriss</author><pubDate>Tue, 12 Oct 2010 00:38:51 GMT</pubDate><guid isPermaLink="false">Updated Release: MEF 2 Preview 2 (Oct 11, 2010) 20101012123851A</guid></item><item><title>Created Release: MEF 2 Preview 2 (Oct 11, 2010)</title><link>http://mef.codeplex.com/releases?ReleaseId=53792</link><description>&lt;div class="wikidoc"&gt;MEF 2 Preview 2&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This release aims .net 4.0 and Silverlight 4.0. Accordingly, there are two solutions files. The assemblies are named System.ComponentModel.Composition.Codeplex.dll as a way to avoid clashing with the version shipped with the 4th version of the framework. &lt;br /&gt;
&lt;ul&gt;&lt;li&gt;ExportFactory moved from SL to .net desktop version&lt;/li&gt;
&lt;li&gt;Some code refactorings and perf improvements&lt;/li&gt;
&lt;li&gt;Code Contracts&lt;/li&gt;
&lt;li&gt;Both assemblies are strong named signed&lt;/li&gt;
&lt;li&gt;Improvements on our debugging experience&lt;/li&gt;
&lt;li&gt;Improvements when dealing with catalogs and scoping&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>haveriss</author><pubDate>Tue, 12 Oct 2010 00:36:21 GMT</pubDate><guid isPermaLink="false">Created Release: MEF 2 Preview 2 (Oct 11, 2010) 20101012123621A</guid></item><item><title>Updated Release: MEF 2 Preview 1 (Jul 02, 2010)</title><link>http://mef.codeplex.com/releases/view/48222</link><description>&lt;div class="wikidoc"&gt;We have merged the .net 3.5 and .net 4.0 release into a single zip. The bin folder contains the binaries for .net 3.5 and .net 4.0. Accordingly, there are two solutions files. The .net 4.0 assembly is named System.ComponentModel.Composition.Codeplex.dll as a way to avoid clashing with the version shipped with the 4th version of the framework. &lt;br /&gt;
&lt;ul&gt;&lt;li&gt;ExportFactory moved from SL to .net desktop version&lt;/li&gt;
&lt;li&gt;Some code refactorings and perf improvements&lt;/li&gt;
&lt;li&gt;Code Contracts&lt;/li&gt;
&lt;li&gt;Both assemblies are strong named signed&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Note that this release does &lt;i&gt;not&lt;/i&gt; include a Silverlight assembly or source code, since nothing has changed there since the previous drop.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>haveriss</author><pubDate>Fri, 02 Jul 2010 21:55:46 GMT</pubDate><guid isPermaLink="false">Updated Release: MEF 2 Preview 1 (Jul 02, 2010) 20100702095546P</guid></item><item><title>Released: MEF 2 Preview 1 (Jul 02, 2010)</title><link>http://mef.codeplex.com/releases/view/48222</link><description>&lt;div&gt;We have merged the .net 3.5 and .net 4.0 release into a single zip. The bin folder contains the binaries for .net 3.5 and .net 4.0. Accordingly, there are two solutions files. The .net 4.0 assembly is named System.ComponentModel.Composition.Codeplex.dll as a way to avoid clashing with the version shipped with the 4th version of the framework. &lt;br&gt;
&lt;ul&gt;&lt;li&gt;ExportFactory moved from SL to .net desktop version&lt;/li&gt;
&lt;li&gt;Some code refactorings and perf improvements&lt;/li&gt;
&lt;li&gt;Code Contracts&lt;/li&gt;
&lt;li&gt;Both assemblies are strong named signed&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;Note that this release does &lt;i&gt;not&lt;/i&gt; include a Silverlight assembly or source code, since nothing has changed there since the previous drop.&lt;/div&gt;&lt;div&gt;&lt;/div&gt;</description><author></author><pubDate>Fri, 02 Jul 2010 21:55:46 GMT</pubDate><guid isPermaLink="false">Released: MEF 2 Preview 1 (Jul 02, 2010) 20100702095546P</guid></item></channel></rss>