<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Munq Releases Rss Feed</title><link>http://munq.codeplex.com/Release/ProjectReleases.aspx</link><description>Munq Releases Rss Description</description><item><title>Updated Release: Munq V3.1.2 (Dec 02, 2011)</title><link>http://munq.codeplex.com/releases/view/77994</link><description>&lt;div class="wikidoc"&gt;This is the source for Munq V3.1.2.  The binaries are available as NuGet packages at &lt;a href="http://nuget.org/List/Search?packageType=Packages&amp;amp;searchTerm=munq"&gt;http://nuget.org/List/Search?packageType=Packages&amp;amp;searchTerm=munq&lt;/a&gt;&lt;br /&gt;This includes the Munq.IocContainer, MVC integration, ServiceLocator implementation, Unit Tests, Performance Test, and Samples.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>mdennis</author><pubDate>Sat, 28 Apr 2012 17:07:10 GMT</pubDate><guid isPermaLink="false">Updated Release: Munq V3.1.2 (Dec 02, 2011) 20120428050710P</guid></item><item><title>Released: Munq V3.1.2 (Dec 02, 2011)</title><link>http://munq.codeplex.com/releases/view/77994</link><description>
&lt;div class="wikidoc"&gt;This is the source for Munq V3.1.2. The binaries are available as NuGet packages at
&lt;a href="http://nuget.org/List/Search?packageType=Packages&amp;searchTerm=munq"&gt;http://nuget.org/List/Search?packageType=Packages&amp;amp;searchTerm=munq&lt;/a&gt;&lt;br&gt;
This includes the Munq.IocContainer, MVC integration, ServiceLocator implementation, Unit Tests, Performance Test, and Samples.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Sat, 28 Apr 2012 17:07:10 GMT</pubDate><guid isPermaLink="false">Released: Munq V3.1.2 (Dec 02, 2011) 20120428050710P</guid></item><item><title>Created Release: Munq V3.1.6 Source (Apr 28, 2012)</title><link>http://munq.codeplex.com/releases?ReleaseId=86849</link><description>&lt;div class="wikidoc"&gt;This source includes a fix for the major bug in Request Lifetime which made Munq fail if Request Lifetime objects were resloved from the container.  Also, only disposes of IDisposables in the Request Context that are in the IocContainer, not all.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>mdennis</author><pubDate>Sat, 28 Apr 2012 17:05:16 GMT</pubDate><guid isPermaLink="false">Created Release: Munq V3.1.6 Source (Apr 28, 2012) 20120428050516P</guid></item><item><title>Released: Munq V3.1.6 Source (Apr 28, 2012)</title><link>http://munq.codeplex.com/releases/view/86849</link><description>
&lt;div class="wikidoc"&gt;This source includes a fix for the major bug in Request Lifetime which made Munq fail if Request Lifetime objects were resloved from the container. Also, only disposes of IDisposables in the Request Context that are in the IocContainer,
 not all.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Sat, 28 Apr 2012 17:05:16 GMT</pubDate><guid isPermaLink="false">Released: Munq V3.1.6 Source (Apr 28, 2012) 20120428050516P</guid></item><item><title>Created Release: Munq V3.1.2 (Dec 02, 2011)</title><link>http://munq.codeplex.com/releases?ReleaseId=77994</link><description>&lt;div class="wikidoc"&gt;This is the source for Munq V3.1.2.  The binaries are available as NuGet packages at &lt;a href="http://nuget.org/List/Search?packageType=Packages&amp;amp;searchTerm=munq" class="externalLink"&gt;http://nuget.org/List/Search?packageType=Packages&amp;amp;searchTerm=munq&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;This includes the Munq.IocContainer, MVC integration, ServiceLocator implementation, Unit Tests, Performance Test, and Samples.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>mdennis</author><pubDate>Fri, 02 Dec 2011 22:29:43 GMT</pubDate><guid isPermaLink="false">Created Release: Munq V3.1.2 (Dec 02, 2011) 20111202102943P</guid></item><item><title>Updated Release: Munq IOC Container Version 3.0 (Mar 19, 2011)</title><link>http://munq.codeplex.com/releases/view/62846</link><description>&lt;div class="wikidoc"&gt;Version 3 of the Munq IOC container includes a number of new features and bug fixes.
&lt;ul&gt;&lt;li&gt;Thread Safe&lt;/li&gt;
&lt;li&gt;Automatic resolution of classes to the constructor with the most parameters which are resolved as needed.&lt;/li&gt;
&lt;li&gt;Refactored code to remove redundancy.&lt;/li&gt;
&lt;li&gt;Separated responsibilties into separate interfaces&lt;/li&gt;
&lt;li&gt;Added support for ASP.NET MVC3&lt;/li&gt;
&lt;li&gt;Added implementation of the Common Service Locator.&lt;/li&gt;
&lt;li&gt;Automatic creation of factory methods for classes by Register&amp;lt;IType, ImplClass&amp;gt;();&lt;/li&gt;
&lt;li&gt;Help file.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>mdennis</author><pubDate>Fri, 25 Mar 2011 04:15:26 GMT</pubDate><guid isPermaLink="false">Updated Release: Munq IOC Container Version 3.0 (Mar 19, 2011) 20110325041526A</guid></item><item><title>Released: Munq IOC Container Version 3.0 (Mar 19, 2011)</title><link>http://munq.codeplex.com/releases/view/62846</link><description>
&lt;div class="wikidoc"&gt;Version 3 of the Munq IOC container includes a number of new features and bug fixes.
&lt;ul&gt;
&lt;li&gt;Thread Safe &lt;/li&gt;&lt;li&gt;Automatic resolution of classes to the constructor with the most parameters which are resolved as needed.
&lt;/li&gt;&lt;li&gt;Refactored code to remove redundancy. &lt;/li&gt;&lt;li&gt;Separated responsibilties into separate interfaces &lt;/li&gt;&lt;li&gt;Added support for ASP.NET MVC3 &lt;/li&gt;&lt;li&gt;Added implementation of the Common Service Locator. &lt;/li&gt;&lt;li&gt;Automatic creation of factory methods for classes by Register&amp;lt;IType, ImplClass&amp;gt;();
&lt;/li&gt;&lt;li&gt;Help file.&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Fri, 25 Mar 2011 04:15:26 GMT</pubDate><guid isPermaLink="false">Released: Munq IOC Container Version 3.0 (Mar 19, 2011) 20110325041526A</guid></item><item><title>Updated Release: Munq IOC Container Version 3.0 (Mar 19, 2011)</title><link>http://munq.codeplex.com/releases/view/62846</link><description>&lt;div class="wikidoc"&gt;Version 3 of the Munq IOC container includes a number of new features and bug fixes.
&lt;ul&gt;&lt;li&gt;Thread Safe&lt;/li&gt;
&lt;li&gt;Automatic resolution of classes to the constructor with the most parameters which are resolved as needed.&lt;/li&gt;
&lt;li&gt;Refactored code to remove redundancy.&lt;/li&gt;
&lt;li&gt;Separated responsibilties into separate interfaces&lt;/li&gt;
&lt;li&gt;Added support for ASP.NET MVC3&lt;/li&gt;
&lt;li&gt;Added implementation of the Common Service Locator.&lt;/li&gt;
&lt;li&gt;Automatic creation of factory methods for classes by Register&amp;lt;IType, ImplClass&amp;gt;();&lt;/li&gt;
&lt;li&gt;Help file.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>mdennis</author><pubDate>Fri, 25 Mar 2011 04:14:50 GMT</pubDate><guid isPermaLink="false">Updated Release: Munq IOC Container Version 3.0 (Mar 19, 2011) 20110325041450A</guid></item><item><title>Created Release: Munq IOC Container Version 3.0 (Mar 19, 2011)</title><link>http://munq.codeplex.com/releases?ReleaseId=62846</link><description>&lt;div class="wikidoc"&gt;Version 3 of the Munq IOC container includes a number of new features and bug fixes.
&lt;ul&gt;&lt;li&gt;Thread Safe&lt;/li&gt;
&lt;li&gt;Automatic resolution of classes to the constructor with the most parameters which are resolved as needed.&lt;/li&gt;
&lt;li&gt;Refactored code to remove redundancy.&lt;/li&gt;
&lt;li&gt;Separated responsibilties into separate interfaces&lt;/li&gt;
&lt;li&gt;Added support for ASP.NET MVC3&lt;/li&gt;
&lt;li&gt;Added implementation of the Common Service Locator.&lt;/li&gt;
&lt;li&gt;Automatic creation of factory methods for classes by Register&amp;lt;IType, ImplClass&amp;gt;();&lt;/li&gt;
&lt;li&gt;Help file.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>mdennis</author><pubDate>Sun, 20 Mar 2011 02:36:11 GMT</pubDate><guid isPermaLink="false">Created Release: Munq IOC Container Version 3.0 (Mar 19, 2011) 20110320023611A</guid></item><item><title>Released: Munq IOC Container Version 3.0 (Mar 19, 2011)</title><link>http://munq.codeplex.com/releases/view/62846</link><description>
&lt;div class="wikidoc"&gt;Version 3 of the Munq IOC container includes a number of new features and bug fixes.
&lt;ul&gt;
&lt;li&gt;Thread Safe &lt;/li&gt;&lt;li&gt;Automatic resolution of classes to the constructor with the most parameters which are resolved as needed.
&lt;/li&gt;&lt;li&gt;Refactored code to remove redundancy. &lt;/li&gt;&lt;li&gt;Separated responsibilties into separate interfaces &lt;/li&gt;&lt;li&gt;Added support for ASP.NET MVC3 &lt;/li&gt;&lt;li&gt;Added implementation of the Common Service Locator. &lt;/li&gt;&lt;li&gt;Automatic creation of factory methods for classes by Register&amp;lt;IType, ImplClass&amp;gt;();
&lt;/li&gt;&lt;li&gt;Help file.&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Sun, 20 Mar 2011 02:36:11 GMT</pubDate><guid isPermaLink="false">Released: Munq IOC Container Version 3.0 (Mar 19, 2011) 20110320023611A</guid></item><item><title>Created Release: Munq IocContainer Version 2.0 (May 23, 2010)</title><link>http://munq.codeplex.com/releases?ReleaseId=45775</link><description>&lt;div class="wikidoc"&gt;The latest and greatest.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>mdennis</author><pubDate>Sun, 23 May 2010 20:54:51 GMT</pubDate><guid isPermaLink="false">Created Release: Munq IocContainer Version 2.0 (May 23, 2010) 20100523085451P</guid></item><item><title>Released: Munq IocContainer Version 2.0 (May 23, 2010)</title><link>http://munq.codeplex.com/releases/view/45775</link><description>&lt;div&gt;The latest and greatest.&lt;/div&gt;&lt;div&gt;&lt;/div&gt;</description><author></author><pubDate>Sun, 23 May 2010 20:54:51 GMT</pubDate><guid isPermaLink="false">Released: Munq IocContainer Version 2.0 (May 23, 2010) 20100523085451P</guid></item><item><title>Created Release: Munq DI Version 1.1 (Oct 25, 2009)</title><link>http://munq.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=34935</link><description>&lt;div class="wikidoc"&gt;This release adds Lazy Resolution to the container, some code cleanup, an makes it a little faster.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>mdennis</author><pubDate>Sun, 25 Oct 2009 11:39:59 GMT</pubDate><guid isPermaLink="false">Created Release: Munq DI Version 1.1 (Oct 25, 2009) 20091025113959A</guid></item><item><title>Released: Munq DI Version 1.1 (Oct 25, 2009)</title><link>http://munq.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=34935</link><description>&lt;div&gt;This release adds Lazy Resolution to the container, some code cleanup, an makes it a little faster.&lt;/div&gt;&lt;div&gt;&lt;/div&gt;</description><author></author><pubDate>Sun, 25 Oct 2009 11:39:59 GMT</pubDate><guid isPermaLink="false">Released: Munq DI Version 1.1 (Oct 25, 2009) 20091025113959A</guid></item><item><title>Created Release: Munq Release 1.0 (Oct 11, 2009)</title><link>http://munq.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=34294</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Munq V 1.0 Source Code&lt;/h1&gt;This release cleans up the code.  After refactoring the Registration&amp;lt;TType&amp;gt; has been removed.&lt;br /&gt;&lt;br /&gt;+!! Overview &lt;br /&gt;Munq.DI is a very small, fast dependency injection container designed for ASP.NET applications, both Webforms and MVC.&lt;br /&gt;It has, by design, limited features.  The main goal has been to minimize the CPU required for Resolving types from the container.&lt;br /&gt;Take a look, the container.cs file is only 100 lines and the registration object code only 64.&lt;br /&gt;&lt;br /&gt;I've also created a MunqDIControllerFactor for ASP.NET MVC and a sample application.  Included in the sample app is an example of using ASP.NET Themes to change CSS.  The choice is stored in the user profile.  I think I've created the worlds ugliest Theme, but I could be wrong. :)&lt;br /&gt;
&lt;h2&gt;Methods&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Container Registration Methods 
&lt;ul&gt;&lt;li&gt;public IRegistration Register&amp;lt;TType&amp;gt;(Func&amp;lt;Container, object&amp;gt; func)&lt;/li&gt;
&lt;li&gt;public IRegistration Register&amp;lt;TType&amp;gt;(string name, Func&amp;lt;Container, object&amp;gt; func)&lt;/li&gt;
&lt;li&gt;public IRegistration RegisterInstance&amp;lt;TType&amp;gt;(TType instance)&lt;/li&gt;
&lt;li&gt;public IRegistration RegisterInstance&amp;lt;TType&amp;gt;(string name, TType instance)&lt;/li&gt;
&lt;li&gt;public IRegistration Register(Type type, object func)&lt;/li&gt;
&lt;li&gt;public IRegistration Register(string name, Type type, object func)&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;Container Resolve Methods
&lt;ul&gt;&lt;li&gt;public TType Resolve&amp;lt;TType&amp;gt;()&lt;/li&gt;
&lt;li&gt;public TType Resolve&amp;lt;TType&amp;gt;(string name)&lt;/li&gt;
&lt;li&gt;public object Resolve(Type type)&lt;/li&gt;
&lt;li&gt;public object Resolve(string name, Type type)&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;Lifetime Management
&lt;ul&gt;&lt;li&gt;Always New&lt;/li&gt;
&lt;li&gt;Container Lifetime&lt;/li&gt;
&lt;li&gt;Session Lifetime&lt;/li&gt;
&lt;li&gt;Request Lifetime&lt;/li&gt;
&lt;li&gt;Cached Lifetime&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>mdennis</author><pubDate>Sun, 11 Oct 2009 18:13:54 GMT</pubDate><guid isPermaLink="false">Created Release: Munq Release 1.0 (Oct 11, 2009) 20091011061354P</guid></item><item><title>Released: Munq Release 1.0 (Oct 11, 2009)</title><link>http://munq.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=34294</link><description>&lt;div&gt;&lt;h1&gt;Munq V 1.0 Source Code&lt;/h1&gt;This release cleans up the code.  After refactoring the Registration&amp;lt;TType&amp;gt; has been removed.&lt;br&gt;&lt;br&gt;+!! Overview &lt;br&gt;Munq.DI is a very small, fast dependency injection container designed for ASP.NET applications, both Webforms and MVC.&lt;br&gt;It has, by design, limited features.  The main goal has been to minimize the CPU required for Resolving types from the container.&lt;br&gt;Take a look, the container.cs file is only 100 lines and the registration object code only 64.&lt;br&gt;&lt;br&gt;I've also created a MunqDIControllerFactor for ASP.NET MVC and a sample application.  Included in the sample app is an example of using ASP.NET Themes to change CSS.  The choice is stored in the user profile.  I think I've created the worlds ugliest Theme, but I could be wrong. :)&lt;br&gt;
&lt;h2&gt;Methods&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Container Registration Methods 
&lt;ul&gt;&lt;li&gt;public IRegistration Register&amp;lt;TType&amp;gt;(Func&amp;lt;Container, object&amp;gt; func)&lt;/li&gt;
&lt;li&gt;public IRegistration Register&amp;lt;TType&amp;gt;(string name, Func&amp;lt;Container, object&amp;gt; func)&lt;/li&gt;
&lt;li&gt;public IRegistration RegisterInstance&amp;lt;TType&amp;gt;(TType instance)&lt;/li&gt;
&lt;li&gt;public IRegistration RegisterInstance&amp;lt;TType&amp;gt;(string name, TType instance)&lt;/li&gt;
&lt;li&gt;public IRegistration Register(Type type, object func)&lt;/li&gt;
&lt;li&gt;public IRegistration Register(string name, Type type, object func)&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;Container Resolve Methods
&lt;ul&gt;&lt;li&gt;public TType Resolve&amp;lt;TType&amp;gt;()&lt;/li&gt;
&lt;li&gt;public TType Resolve&amp;lt;TType&amp;gt;(string name)&lt;/li&gt;
&lt;li&gt;public object Resolve(Type type)&lt;/li&gt;
&lt;li&gt;public object Resolve(string name, Type type)&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;Lifetime Management
&lt;ul&gt;&lt;li&gt;Always New&lt;/li&gt;
&lt;li&gt;Container Lifetime&lt;/li&gt;
&lt;li&gt;Session Lifetime&lt;/li&gt;
&lt;li&gt;Request Lifetime&lt;/li&gt;
&lt;li&gt;Cached Lifetime&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>Sun, 11 Oct 2009 18:13:54 GMT</pubDate><guid isPermaLink="false">Released: Munq Release 1.0 (Oct 11, 2009) 20091011061354P</guid></item><item><title>Created Release: Release Candidate 3 (Jun 15, 2009)</title><link>http://munq.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=28842</link><description>&lt;div&gt;Addes missing Themes and Theme.aspx.&lt;/div&gt;</description><author>mdennis</author><pubDate>Tue, 16 Jun 2009 01:16:18 GMT</pubDate><guid isPermaLink="false">Created Release: Release Candidate 3 (Jun 15, 2009) 20090616011618A</guid></item><item><title>Released: Release Candidate 3 (Jun 15, 2009)</title><link>http://munq.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=28842</link><description>&lt;div&gt;Addes missing Themes and Theme.aspx.&lt;/div&gt;</description><author></author><pubDate>Tue, 16 Jun 2009 01:16:18 GMT</pubDate><guid isPermaLink="false">Released: Release Candidate 3 (Jun 15, 2009) 20090616011618A</guid></item><item><title>Updated Release: Release Candidate 1 (Jun 14, 2009)</title><link>http://munq.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=28774</link><description>&lt;div&gt;Added calling Dispose on ContainerLifeTime instances when Container disposed along with tests.&lt;br&gt;Improve Theming in example app.&lt;/div&gt;</description><author>mdennis</author><pubDate>Mon, 15 Jun 2009 02:15:37 GMT</pubDate><guid isPermaLink="false">Updated Release: Release Candidate 1 (Jun 14, 2009) 20090615021537A</guid></item><item><title>Released: Release Candidate 1 (Jun 14, 2009)</title><link>http://munq.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=28774</link><description>&lt;div&gt;Added calling Dispose on ContainerLifeTime instances when Container disposed along with tests.&lt;br&gt;Improve Theming in example app.&lt;/div&gt;</description><author></author><pubDate>Mon, 15 Jun 2009 02:15:37 GMT</pubDate><guid isPermaLink="false">Released: Release Candidate 1 (Jun 14, 2009) 20090615021537A</guid></item></channel></rss>