<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Multi Tenant Architecture via Dependency Injection: Part 2</title>
	<atom:link href="http://blog.tallan.com/2010/07/16/multi-tenant-architecture-via-dependency-injection-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tallan.com/2010/07/16/multi-tenant-architecture-via-dependency-injection-part-2/</link>
	<description>Tallan&#039;s Top Technologists Share Their Thoughts on Today&#039;s Technology Challenges</description>
	<lastBuildDate>Tue, 17 Jan 2012 05:44:21 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nathaniel Engelsen</title>
		<link>http://blog.tallan.com/2010/07/16/multi-tenant-architecture-via-dependency-injection-part-2/comment-page-1/#comment-5137</link>
		<dc:creator>Nathaniel Engelsen</dc:creator>
		<pubDate>Mon, 04 Apr 2011 13:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tallan.com/?p=570#comment-5137</guid>
		<description>Sorry, I don&#039;t have this code as a downloadable working sample.  I had it, but lost it in a HD crash.</description>
		<content:encoded><![CDATA[<p>Sorry, I don&#8217;t have this code as a downloadable working sample.  I had it, but lost it in a HD crash.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nate</title>
		<link>http://blog.tallan.com/2010/07/16/multi-tenant-architecture-via-dependency-injection-part-2/comment-page-1/#comment-5111</link>
		<dc:creator>nate</dc:creator>
		<pubDate>Sat, 02 Apr 2011 19:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tallan.com/?p=570#comment-5111</guid>
		<description>Do you have this code as a downloadable working sample?</description>
		<content:encoded><![CDATA[<p>Do you have this code as a downloadable working sample?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathaniel Engelsen</title>
		<link>http://blog.tallan.com/2010/07/16/multi-tenant-architecture-via-dependency-injection-part-2/comment-page-1/#comment-2014</link>
		<dc:creator>Nathaniel Engelsen</dc:creator>
		<pubDate>Tue, 26 Oct 2010 14:34:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tallan.com/?p=570#comment-2014</guid>
		<description>Moinak,

You&#039;re all set if you want to use Unity to provide your DI within your ASP.Net MVC application.  Unity has your controller factory built in, and you will just need to manage your bindings to provide the client functionality you desire.  I&#039;m not aware if Unity can provide dependency bindings via reflection -- but if it can, then you&#039;re all set.</description>
		<content:encoded><![CDATA[<p>Moinak,</p>
<p>You&#8217;re all set if you want to use Unity to provide your DI within your ASP.Net MVC application.  Unity has your controller factory built in, and you will just need to manage your bindings to provide the client functionality you desire.  I&#8217;m not aware if Unity can provide dependency bindings via reflection &#8212; but if it can, then you&#8217;re all set.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moinak</title>
		<link>http://blog.tallan.com/2010/07/16/multi-tenant-architecture-via-dependency-injection-part-2/comment-page-1/#comment-2013</link>
		<dc:creator>Moinak</dc:creator>
		<pubDate>Tue, 26 Oct 2010 14:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tallan.com/?p=570#comment-2013</guid>
		<description>This is an excellent post. Can I implement this with Unity ver. 2 of EntLib?
Thanks.</description>
		<content:encoded><![CDATA[<p>This is an excellent post. Can I implement this with Unity ver. 2 of EntLib?<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathaniel Engelsen</title>
		<link>http://blog.tallan.com/2010/07/16/multi-tenant-architecture-via-dependency-injection-part-2/comment-page-1/#comment-691</link>
		<dc:creator>Nathaniel Engelsen</dc:creator>
		<pubDate>Thu, 22 Jul 2010 12:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tallan.com/?p=570#comment-691</guid>
		<description>Paul,

You can definitely wire Castle Windsor / MicroKernel into ASP.Net MVC and use it to provide dependency injection and a controller factory. As long as you have that at your disposal you should be able to create a framework to accomplish Goals 1, 2, and 3. The only sticking point, in my mind, would be the late bound dependency injection done with reflection in OrderModule.Load(). Good luck, and feel free to share your results!</description>
		<content:encoded><![CDATA[<p>Paul,</p>
<p>You can definitely wire Castle Windsor / MicroKernel into ASP.Net MVC and use it to provide dependency injection and a controller factory. As long as you have that at your disposal you should be able to create a framework to accomplish Goals 1, 2, and 3. The only sticking point, in my mind, would be the late bound dependency injection done with reflection in OrderModule.Load(). Good luck, and feel free to share your results!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Hinett</title>
		<link>http://blog.tallan.com/2010/07/16/multi-tenant-architecture-via-dependency-injection-part-2/comment-page-1/#comment-683</link>
		<dc:creator>Paul Hinett</dc:creator>
		<pubDate>Thu, 22 Jul 2010 01:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tallan.com/?p=570#comment-683</guid>
		<description>Very interested in these blog posts and will be following closely, this is just what I am about to get into on an existing project I have....the only difference being is that my project is currently using Castle Windsor.

I&#039;m hoping that the same process can be done using Castle instead of Ninject...if not i&#039;m hoping I can both Castle + Ninject side-by-side.

Paul</description>
		<content:encoded><![CDATA[<p>Very interested in these blog posts and will be following closely, this is just what I am about to get into on an existing project I have&#8230;.the only difference being is that my project is currently using Castle Windsor.</p>
<p>I&#8217;m hoping that the same process can be done using Castle instead of Ninject&#8230;if not i&#8217;m hoping I can both Castle + Ninject side-by-side.</p>
<p>Paul</p>
]]></content:encoded>
	</item>
</channel>
</rss>

