<?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 for Code: Impossible</title>
	<atom:link href="http://codeimpossible.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://codeimpossible.com</link>
	<description></description>
	<lastBuildDate>Thu, 11 Mar 2010 03:29:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Lessons Learned by Jared</title>
		<link>http://codeimpossible.com/2010/03/10/lessons-learned/comment-page-1/#comment-2006</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Thu, 11 Mar 2010 03:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://codeimpossible.com/?p=812#comment-2006</guid>
		<description>whatever doesn&#039;t kill us :D

tough day, one simple mistake after another, but it ended on a much better note than it began on.</description>
		<content:encoded><![CDATA[<p>whatever doesn&#8217;t kill us :D</p>
<p>tough day, one simple mistake after another, but it ended on a much better note than it began on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lessons Learned by Doug Neiner</title>
		<link>http://codeimpossible.com/2010/03/10/lessons-learned/comment-page-1/#comment-2002</link>
		<dc:creator>Doug Neiner</dc:creator>
		<pubDate>Wed, 10 Mar 2010 16:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://codeimpossible.com/?p=812#comment-2002</guid>
		<description>Ha! Sounds like you had a fun morning. Its often the simple things that get me. A missed semi-colon, a jQuery function that doesn&#039;t act as I expect, etc. I hope your morning had a happy ending other than just gleaning this principles to live by. :)</description>
		<content:encoded><![CDATA[<p>Ha! Sounds like you had a fun morning. Its often the simple things that get me. A missed semi-colon, a jQuery function that doesn&#8217;t act as I expect, etc. I hope your morning had a happy ending other than just gleaning this principles to live by. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing JsonResult in Asp.net MVC by Jared</title>
		<link>http://codeimpossible.com/2009/03/16/testing-jsonresult-in-aspnet-mvc/comment-page-1/#comment-2001</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Wed, 10 Mar 2010 15:27:49 +0000</pubDate>
		<guid isPermaLink="false">http://codeimpossible.com/?p=340#comment-2001</guid>
		<description>@XYZ - The Index() action resides in a Asp.net MVC Controller which inherits from the controller base class. The controller base class has a Json() method which will return a JsonResult. 

Check out these links for more on JsonResult:
http://nayyeri.net/using-jsonresult-in-asp-net-mvc-ajax
http://msdn.microsoft.com/en-us/library/system.web.mvc.jsonresult.aspx
http://trycatchfail.com/blog/post/2009/05/07/Simplified-unit-testing-for-ASPNET-MVC-JsonResult.aspx
http://msdn.microsoft.com/en-us/library/system.web.mvc.controller_members.aspx</description>
		<content:encoded><![CDATA[<p>@XYZ &#8211; The Index() action resides in a Asp.net MVC Controller which inherits from the controller base class. The controller base class has a Json() method which will return a JsonResult. </p>
<p>Check out these links for more on JsonResult:<br />
<a href="http://nayyeri.net/using-jsonresult-in-asp-net-mvc-ajax" rel="nofollow">http://nayyeri.net/using-jsonresult-in-asp-net-mvc-ajax</a><br />
<a href="http://msdn.microsoft.com/en-us/library/system.web.mvc.jsonresult.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/system.web.mvc.jsonresult.aspx</a><br />
<a href="http://trycatchfail.com/blog/post/2009/05/07/Simplified-unit-testing-for-ASPNET-MVC-JsonResult.aspx" rel="nofollow">http://trycatchfail.com/blog/post/2009/05/07/Simplified-unit-testing-for-ASPNET-MVC-JsonResult.aspx</a><br />
<a href="http://msdn.microsoft.com/en-us/library/system.web.mvc.controller_members.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/system.web.mvc.controller_members.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing JsonResult in Asp.net MVC by XYZ</title>
		<link>http://codeimpossible.com/2009/03/16/testing-jsonresult-in-aspnet-mvc/comment-page-1/#comment-1999</link>
		<dc:creator>XYZ</dc:creator>
		<pubDate>Wed, 10 Mar 2010 12:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://codeimpossible.com/?p=340#comment-1999</guid>
		<description>Where is this Json(messageObj) comming from?</description>
		<content:encoded><![CDATA[<p>Where is this Json(messageObj) comming from?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on W.O.M.M. #6 &#8211; enumerateOver() by John Bubriski</title>
		<link>http://codeimpossible.com/2010/03/07/w-o-m-m6-enumerateover/comment-page-1/#comment-1926</link>
		<dc:creator>John Bubriski</dc:creator>
		<pubDate>Mon, 08 Mar 2010 15:09:53 +0000</pubDate>
		<guid isPermaLink="false">http://codeimpossible.com/?p=478#comment-1926</guid>
		<description>Nice!  I love using the ForEach() extension method in C#, and this feels like that!</description>
		<content:encoded><![CDATA[<p>Nice!  I love using the ForEach() extension method in C#, and this feels like that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on this.year = new Year(); this.year.Resolutions = by Josh Bush</title>
		<link>http://codeimpossible.com/2010/01/05/this-year-new-year-this-year-resolutions/comment-page-1/#comment-1511</link>
		<dc:creator>Josh Bush</dc:creator>
		<pubDate>Wed, 06 Jan 2010 04:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://codeimpossible.com/?p=763#comment-1511</guid>
		<description>Good goals man.  Here&#039;s to a great 2010!</description>
		<content:encoded><![CDATA[<p>Good goals man.  Here&#8217;s to a great 2010!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing The JavaScript Object Query Library by Code: Impossible &#187; Blog Archive &#187; The Jsoq Console</title>
		<link>http://codeimpossible.com/2009/02/10/introducing-the-javascript-object-query-library/comment-page-1/#comment-1141</link>
		<dc:creator>Code: Impossible &#187; Blog Archive &#187; The Jsoq Console</dc:creator>
		<pubDate>Sat, 14 Nov 2009 06:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://codeimpossible.wordpress.com/?p=272#comment-1141</guid>
		<description>[...] the first round of development for JSOQ I needed a faster way to test than unit-tests alone could provide. What I needed was a dirt-simple [...]</description>
		<content:encoded><![CDATA[<p>[...] the first round of development for JSOQ I needed a faster way to test than unit-tests alone could provide. What I needed was a dirt-simple [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dear Sql management studio, just let me save my database table!! by Jared</title>
		<link>http://codeimpossible.com/2009/09/16/dear-sql-management-studio/comment-page-1/#comment-695</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Wed, 16 Sep 2009 15:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://codeimpossible.com/?p=646#comment-695</guid>
		<description>You&#039;re welcome. Glad I could help!</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome. Glad I could help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dear Sql management studio, just let me save my database table!! by Mahesh Velaga</title>
		<link>http://codeimpossible.com/2009/09/16/dear-sql-management-studio/comment-page-1/#comment-691</link>
		<dc:creator>Mahesh Velaga</dc:creator>
		<pubDate>Wed, 16 Sep 2009 07:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://codeimpossible.com/?p=646#comment-691</guid>
		<description>I also found this new feature annoying, when i tried to save my updated database tables ..
thanks for the work around .. :)

Thanks,
Mahesh.</description>
		<content:encoded><![CDATA[<p>I also found this new feature annoying, when i tried to save my updated database tables ..<br />
thanks for the work around .. :)</p>
<p>Thanks,<br />
Mahesh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing JsonResult in Asp.net MVC by DotNetShoutout</title>
		<link>http://codeimpossible.com/2009/03/16/testing-jsonresult-in-aspnet-mvc/comment-page-1/#comment-48</link>
		<dc:creator>DotNetShoutout</dc:creator>
		<pubDate>Wed, 18 Mar 2009 17:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://codeimpossible.com/?p=340#comment-48</guid>
		<description>&lt;strong&gt;Testing JsonResult in Asp.net MVC « Code: Impossible...&lt;/strong&gt;

Thank you for submitting this cool story - Trackback from DotNetShoutout...</description>
		<content:encoded><![CDATA[<p><strong>Testing JsonResult in Asp.net MVC « Code: Impossible&#8230;</strong></p>
<p>Thank you for submitting this cool story &#8211; Trackback from DotNetShoutout&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
