<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Null !== Steve</title>
	<atom:link href="http://stevemgentile.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://stevemgentile.wordpress.com</link>
	<description>Steve Gentile&#039;s Tech Blog - Thoughts and Musings</description>
	<lastBuildDate>Fri, 17 May 2013 21:34:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Code Generation: T4Scaffolding with Custom C# Assembly by zcode system picks</title>
		<link>http://stevemgentile.wordpress.com/2011/07/09/code-generation-t4scaffolding-with-custom-c-assembly/#comment-632</link>
		<dc:creator><![CDATA[zcode system picks]]></dc:creator>
		<pubDate>Fri, 17 May 2013 21:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://blogger.forgottenskies.com/?p=738#comment-632</guid>
		<description><![CDATA[Hey just wanted to give you a quick heads up.
The text in your post seem to be running off the screen in Ie.
I&#039;m not sure if this is a format issue or something to do with browser compatibility but I figured I&#039;d post 
to let you know. The design and style look great though!
Hope you get the issue fixed soon. Thanks]]></description>
		<content:encoded><![CDATA[<p>Hey just wanted to give you a quick heads up.<br />
The text in your post seem to be running off the screen in Ie.<br />
I&#8217;m not sure if this is a format issue or something to do with browser compatibility but I figured I&#8217;d post<br />
to let you know. The design and style look great though!<br />
Hope you get the issue fixed soon. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on KnockoutJS &amp; ASP.NET Mvc Partial View Loading by johnbloom</title>
		<link>http://stevemgentile.wordpress.com/2012/10/07/knockoutjs-asp-net-mvc-partial-view-loading/#comment-628</link>
		<dc:creator><![CDATA[johnbloom]]></dc:creator>
		<pubDate>Wed, 12 Dec 2012 20:29:45 +0000</pubDate>
		<guid isPermaLink="false">https://stevemgentile.wordpress.com/?p=896#comment-628</guid>
		<description><![CDATA[Wow this is exactly what we just did. Your code is really similar. We left the Html.Partial() code so we can either lazy load or eager load depending on whether or not we think that the view will be accessed a lot. We are writing a SPA so we cache the view and we use sammy.js to navigate around without having to go to the server but maintaining the browsers back button.]]></description>
		<content:encoded><![CDATA[<p>Wow this is exactly what we just did. Your code is really similar. We left the Html.Partial() code so we can either lazy load or eager load depending on whether or not we think that the view will be accessed a lot. We are writing a SPA so we cache the view and we use sammy.js to navigate around without having to go to the server but maintaining the browsers back button.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on KnockoutJs : Toggling CSS class by stevengentile</title>
		<link>http://stevemgentile.wordpress.com/2012/01/27/knockoutjs-toggling-css-class/#comment-618</link>
		<dc:creator><![CDATA[stevengentile]]></dc:creator>
		<pubDate>Sat, 17 Nov 2012 13:18:02 +0000</pubDate>
		<guid isPermaLink="false">http://stevemgentile.wordpress.com/?p=860#comment-618</guid>
		<description><![CDATA[Sure - here is a jsFiddle example: http://jsfiddle.net/sgentile/pRC4c/]]></description>
		<content:encoded><![CDATA[<p>Sure &#8211; here is a jsFiddle example: <a href="http://jsfiddle.net/sgentile/pRC4c/" rel="nofollow">http://jsfiddle.net/sgentile/pRC4c/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on KnockoutJs : Toggling CSS class by Colin</title>
		<link>http://stevemgentile.wordpress.com/2012/01/27/knockoutjs-toggling-css-class/#comment-617</link>
		<dc:creator><![CDATA[Colin]]></dc:creator>
		<pubDate>Sat, 17 Nov 2012 04:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://stevemgentile.wordpress.com/?p=860#comment-617</guid>
		<description><![CDATA[I love to see an example of this. Would you mind showing us the complete code?

Thanks!]]></description>
		<content:encoded><![CDATA[<p>I love to see an example of this. Would you mind showing us the complete code?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Code Generation: T4Scaffolding with Custom C# Assembly by stevengentile</title>
		<link>http://stevemgentile.wordpress.com/2011/07/09/code-generation-t4scaffolding-with-custom-c-assembly/#comment-592</link>
		<dc:creator><![CDATA[stevengentile]]></dc:creator>
		<pubDate>Sat, 13 Oct 2012 23:17:02 +0000</pubDate>
		<guid isPermaLink="false">http://blogger.forgottenskies.com/?p=738#comment-592</guid>
		<description><![CDATA[yes, my old ISP host webhost4life dropped the ball and I lost the images :(  Would redo the post but it&#039;s been awhile.  Probably should just delete it]]></description>
		<content:encoded><![CDATA[<p>yes, my old ISP host webhost4life dropped the ball and I lost the images <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   Would redo the post but it&#8217;s been awhile.  Probably should just delete it</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on KnockoutJS &amp; ASP.NET Mvc Partial View Loading by AIS Around the Blogosphere &#124; Applied Information Sciences Blog</title>
		<link>http://stevemgentile.wordpress.com/2012/10/07/knockoutjs-asp-net-mvc-partial-view-loading/#comment-591</link>
		<dc:creator><![CDATA[AIS Around the Blogosphere &#124; Applied Information Sciences Blog]]></dc:creator>
		<pubDate>Fri, 12 Oct 2012 13:48:48 +0000</pubDate>
		<guid isPermaLink="false">https://stevemgentile.wordpress.com/?p=896#comment-591</guid>
		<description><![CDATA[[...] KnockoutJS &amp; ASP.NET Mvc Partial View Loading: How to dynamically load &#8220;partial views&#8221; bound to KnockoutJS view models. (Null != Steve) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] KnockoutJS &amp; ASP.NET Mvc Partial View Loading: How to dynamically load &#8220;partial views&#8221; bound to KnockoutJS view models. (Null != Steve) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on KnockoutJs : Toggling CSS class by David Morris</title>
		<link>http://stevemgentile.wordpress.com/2012/01/27/knockoutjs-toggling-css-class/#comment-588</link>
		<dc:creator><![CDATA[David Morris]]></dc:creator>
		<pubDate>Sat, 23 Jun 2012 12:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://stevemgentile.wordpress.com/?p=860#comment-588</guid>
		<description><![CDATA[This was exactly what I was looking for, thank you very much :D]]></description>
		<content:encoded><![CDATA[<p>This was exactly what I was looking for, thank you very much <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Code Generation: T4Scaffolding with Custom C# Assembly by bytebender</title>
		<link>http://stevemgentile.wordpress.com/2011/07/09/code-generation-t4scaffolding-with-custom-c-assembly/#comment-585</link>
		<dc:creator><![CDATA[bytebender]]></dc:creator>
		<pubDate>Thu, 23 Feb 2012 16:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://blogger.forgottenskies.com/?p=738#comment-585</guid>
		<description><![CDATA[Your images are not showing for me. I would really like to try this and it looks like this might be helpful. I just can see the code as the images are unavailable. 

Thanks]]></description>
		<content:encoded><![CDATA[<p>Your images are not showing for me. I would really like to try this and it looks like this might be helpful. I just can see the code as the images are unavailable. </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Knockout &#8211; quick asp.net mvc sample by stevengentile</title>
		<link>http://stevemgentile.wordpress.com/2010/07/05/knockout-quick-asp-net-mvc-sample/#comment-559</link>
		<dc:creator><![CDATA[stevengentile]]></dc:creator>
		<pubDate>Wed, 30 Nov 2011 15:03:07 +0000</pubDate>
		<guid isPermaLink="false">http://blogger.forgottenskies.com/?p=638#comment-559</guid>
		<description><![CDATA[Dave,

Give it another try - should be available now - I shut off my older blog, but the links to some files still point over there]]></description>
		<content:encoded><![CDATA[<p>Dave,</p>
<p>Give it another try &#8211; should be available now &#8211; I shut off my older blog, but the links to some files still point over there</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Knockout &#8211; quick asp.net mvc sample by Dave</title>
		<link>http://stevemgentile.wordpress.com/2010/07/05/knockout-quick-asp-net-mvc-sample/#comment-558</link>
		<dc:creator><![CDATA[Dave]]></dc:creator>
		<pubDate>Tue, 29 Nov 2011 11:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://blogger.forgottenskies.com/?p=638#comment-558</guid>
		<description><![CDATA[Hi, unfortunatly, the example download gives a 404 not found, can it still be downloaded somewhere?]]></description>
		<content:encoded><![CDATA[<p>Hi, unfortunatly, the example download gives a 404 not found, can it still be downloaded somewhere?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
