<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Explicit Context Dependencies</title><link>http://blogs.msdn.com/b/nblumhardt/archive/2008/12/29/explicit-context-dependencies.aspx</link><description>As a follow up from my last post about Global Container vs. Injected Context , I would like to share this snippet from Component Software , which casts the difference between the two approaches in another light: &amp;quot;A software component is a unit of</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Explicit Context Dependencies</title><link>http://blogs.msdn.com/b/nblumhardt/archive/2008/12/29/explicit-context-dependencies.aspx#9256423</link><pubDate>Tue, 30 Dec 2008 03:52:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9256423</guid><dc:creator>Bryan Watts</dc:creator><description>&lt;p&gt;Calling upon a static implementation, such as a Global Container, is the highest form of coupling - there is no room for abstraction. The context of an entire app domain is assumed, which precludes more-specific contexts.&lt;/p&gt;
&lt;p&gt;Components, by definition, cannot assume any context, so they cannot rely upon static implementations.&lt;/p&gt;
&lt;p&gt;This principle can help ensure functionality is properly bounded. Thanks for the tip on the book!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9256423" width="1" height="1"&gt;</description></item></channel></rss>