<?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: Cool stuff in FubuCore No. 2: Extension Methods</title>
	<atom:link href="http://lostechies.com/chadmyers/2011/05/31/cool-stuff-in-fubucore-no-2-extension-methods/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/chadmyers/2011/05/31/cool-stuff-in-fubucore-no-2-extension-methods/</link>
	<description>Software development, testing, and techie life</description>
	<lastBuildDate>Thu, 08 Mar 2012 22:19:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Eric</title>
		<link>http://lostechies.com/chadmyers/2011/05/31/cool-stuff-in-fubucore-no-2-extension-methods/#comment-1273</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Thu, 02 Jun 2011 02:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/chadmyers/?p=189#comment-1273</guid>
		<description>Awesome Chad, these look very handy to have in one consolidated lib.</description>
		<content:encoded><![CDATA[<p>Awesome Chad, these look very handy to have in one consolidated lib.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramon Smits</title>
		<link>http://lostechies.com/chadmyers/2011/05/31/cool-stuff-in-fubucore-no-2-extension-methods/#comment-1269</link>
		<dc:creator>Ramon Smits</dc:creator>
		<pubDate>Wed, 01 Jun 2011 07:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/chadmyers/?p=189#comment-1269</guid>
		<description>a lot of that stuff already exists in http://umbrella.codeplex.com/ . This code would extend that codebase very well.
</description>
		<content:encoded><![CDATA[<p>a lot of that stuff already exists in http://umbrella.codeplex.com/ . This code would extend that codebase very well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Morning Brew - Chris Alcock &#187; The Morning Brew #863</title>
		<link>http://lostechies.com/chadmyers/2011/05/31/cool-stuff-in-fubucore-no-2-extension-methods/#comment-1268</link>
		<dc:creator>The Morning Brew - Chris Alcock &#187; The Morning Brew #863</dc:creator>
		<pubDate>Wed, 01 Jun 2011 07:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/chadmyers/?p=189#comment-1268</guid>
		<description>[...] Cool stuff in FubuCore No. 2: Extension Methods - Chad Myers continues his series focusing on some of the really useful extension methods which make up the FubuCore library. This post details a vast array of different extension methods ranging from string extensions, to helpers for null checking. [...]</description>
		<content:encoded><![CDATA[<p>[...] Cool stuff in FubuCore No. 2: Extension Methods &#8211; Chad Myers continues his series focusing on some of the really useful extension methods which make up the FubuCore library. This post details a vast array of different extension methods ranging from string extensions, to helpers for null checking. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad Myers</title>
		<link>http://lostechies.com/chadmyers/2011/05/31/cool-stuff-in-fubucore-no-2-extension-methods/#comment-1267</link>
		<dc:creator>Chad Myers</dc:creator>
		<pubDate>Tue, 31 May 2011 20:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/chadmyers/?p=189#comment-1267</guid>
		<description>We already did it (a week or two ago). http://www.nuget.org/List/Packages/FubuCore

We broke out FubuCore a month or two ago, but only recently was it made into a Nuget package and published.  The StoryTeller project uses FubuCore.  Jeremy was considering using it in StructureMap, but there are some issues that may prevent him (such as size bloat for Silverlight deployment, etc)</description>
		<content:encoded><![CDATA[<p>We already did it (a week or two ago). http://www.nuget.org/List/Packages/FubuCore</p>
<p>We broke out FubuCore a month or two ago, but only recently was it made into a Nuget package and published.  The StoryTeller project uses FubuCore.  Jeremy was considering using it in StructureMap, but there are some issues that may prevent him (such as size bloat for Silverlight deployment, etc)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://lostechies.com/chadmyers/2011/05/31/cool-stuff-in-fubucore-no-2-extension-methods/#comment-1266</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 31 May 2011 20:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/chadmyers/?p=189#comment-1266</guid>
		<description>@derickbailey:disqus This has its own repo on github and we&#039;ve got the wirings for nuget. Don&#039;t know the timing on it but the intention is make sure it&#039;s FubuMVC-agnostic</description>
		<content:encoded><![CDATA[<p>@derickbailey:disqus This has its own repo on github and we&#8217;ve got the wirings for nuget. Don&#8217;t know the timing on it but the intention is make sure it&#8217;s FubuMVC-agnostic</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derick Bailey</title>
		<link>http://lostechies.com/chadmyers/2011/05/31/cool-stuff-in-fubucore-no-2-extension-methods/#comment-1265</link>
		<dc:creator>Derick Bailey</dc:creator>
		<pubDate>Tue, 31 May 2011 19:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/chadmyers/?p=189#comment-1265</guid>
		<description>this looks like it would be a good candidate for pulling out into a separate nuget package, like the html tags. there&#039;s a lot of great stuff in here that could benefit people outside of fubu, easily.
</description>
		<content:encoded><![CDATA[<p>this looks like it would be a good candidate for pulling out into a separate nuget package, like the html tags. there&#8217;s a lot of great stuff in here that could benefit people outside of fubu, easily.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
