<?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: ASP.NET MVC &#8211; Create easy REST API with JSON and XML</title>
	<atom:link href="http://aleembawany.com/2009/03/27/aspnet-mvc-create-easy-rest-api-with-json-and-xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://aleembawany.com/2009/03/27/aspnet-mvc-create-easy-rest-api-with-json-and-xml/</link>
	<description>tech, web and the rest</description>
	<lastBuildDate>Fri, 27 Jan 2012 13:37:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Tyler</title>
		<link>http://aleembawany.com/2009/03/27/aspnet-mvc-create-easy-rest-api-with-json-and-xml/comment-page-1/#comment-41512</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Tue, 05 Jul 2011 18:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://aleembawany.com/?p=533#comment-41512</guid>
		<description>&lt;p&gt;Great tool, but I am having an issue with MVC 3.0.  When I create the object that has a property for the ICollection that references another set of objects, I found that the Serialization into XML and JSON failed.  I found an article here that talks about disabling Lazy Loading during the serialization but that didn&#039;t work either.  Any suggestions?  Is there a way to override the XML and JSON serialization methods?  Or something even more elegant that could be added into the JsonPox class?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Great tool, but I am having an issue with MVC 3.0.  When I create the object that has a property for the ICollection that references another set of objects, I found that the Serialization into XML and JSON failed.  I found an article here that talks about disabling Lazy Loading during the serialization but that didn&#8217;t work either.  Any suggestions?  Is there a way to override the XML and JSON serialization methods?  Or something even more elegant that could be added into the JsonPox class?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tawny</title>
		<link>http://aleembawany.com/2009/03/27/aspnet-mvc-create-easy-rest-api-with-json-and-xml/comment-page-1/#comment-40182</link>
		<dc:creator>Tawny</dc:creator>
		<pubDate>Wed, 08 Jun 2011 04:53:24 +0000</pubDate>
		<guid isPermaLink="false">http://aleembawany.com/?p=533#comment-40182</guid>
		<description>I bow down humbly in the presence of such grteneass.</description>
		<content:encoded><![CDATA[<p>I bow down humbly in the presence of such grteneass.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: None</title>
		<link>http://aleembawany.com/2009/03/27/aspnet-mvc-create-easy-rest-api-with-json-and-xml/comment-page-1/#comment-35206</link>
		<dc:creator>None</dc:creator>
		<pubDate>Wed, 29 Dec 2010 13:33:40 +0000</pubDate>
		<guid isPermaLink="false">http://aleembawany.com/?p=533#comment-35206</guid>
		<description>&lt;p&gt;Reflection without cache? You&#039;re nuts!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Reflection without cache? You&#8217;re nuts!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross Anderson</title>
		<link>http://aleembawany.com/2009/03/27/aspnet-mvc-create-easy-rest-api-with-json-and-xml/comment-page-1/#comment-34840</link>
		<dc:creator>Ross Anderson</dc:creator>
		<pubDate>Sat, 11 Dec 2010 21:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://aleembawany.com/?p=533#comment-34840</guid>
		<description>&lt;p&gt;Thanks for the great step-thru and code on github.  I was shocked to not find more people doing this with ASP MVC, especially after the press that Web Hooks has been receiving over the last couple of years.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for the great step-thru and code on github.  I was shocked to not find more people doing this with ASP MVC, especially after the press that Web Hooks has been receiving over the last couple of years.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roderick Santellana</title>
		<link>http://aleembawany.com/2009/03/27/aspnet-mvc-create-easy-rest-api-with-json-and-xml/comment-page-1/#comment-34592</link>
		<dc:creator>Roderick Santellana</dc:creator>
		<pubDate>Fri, 19 Nov 2010 07:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://aleembawany.com/?p=533#comment-34592</guid>
		<description>Greetings I recently finished reading through your blog and also I’m very impressed. I do have a couple questions for you personally however. Think you’re thinking about doing a follow-up putting up about this? Will you be going to keep bringing up-to-date too?</description>
		<content:encoded><![CDATA[<p>Greetings I recently finished reading through your blog and also I’m very impressed. I do have a couple questions for you personally however. Think you’re thinking about doing a follow-up putting up about this? Will you be going to keep bringing up-to-date too?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders</title>
		<link>http://aleembawany.com/2009/03/27/aspnet-mvc-create-easy-rest-api-with-json-and-xml/comment-page-1/#comment-34037</link>
		<dc:creator>Anders</dc:creator>
		<pubDate>Thu, 30 Sep 2010 09:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://aleembawany.com/?p=533#comment-34037</guid>
		<description>&lt;p&gt;Hello!&lt;/p&gt;

&lt;p&gt;I have recreated your actionfilter in VB.net. Everything runs, but the data is always null, it doesn&#039;t matter if its text/html, text/xml or JSON. Does anyone have a clue why it always return null? &lt;/p&gt;

&lt;p&gt;Even though no one knows the answer now, my vb code might help other people.
Here is my VB.net version: http://gist.github.com/604325&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>I have recreated your actionfilter in VB.net. Everything runs, but the data is always null, it doesn&#8217;t matter if its text/html, text/xml or JSON. Does anyone have a clue why it always return null? </p>
<p>Even though no one knows the answer now, my vb code might help other people.<br />
Here is my VB.net version: <a href="http://gist.github.com/604325" rel="nofollow">http://gist.github.com/604325</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ASP.NET MVC – Formato de salida seg&#250;n Content-Type - Burbujas en .NET</title>
		<link>http://aleembawany.com/2009/03/27/aspnet-mvc-create-easy-rest-api-with-json-and-xml/comment-page-1/#comment-33853</link>
		<dc:creator>ASP.NET MVC – Formato de salida seg&#250;n Content-Type - Burbujas en .NET</dc:creator>
		<pubDate>Fri, 10 Sep 2010 11:03:46 +0000</pubDate>
		<guid isPermaLink="false">http://aleembawany.com/?p=533#comment-33853</guid>
		<description>[...] Otra aproximación totalmente distinta (pero muy interesante) que usa un action filter para ello. Está en el blog de Aleem Bawany, en el post “ASP.NET MVC – Create easy REST API with JSON and XML”. [...]</description>
		<content:encoded><![CDATA[<p>[...] Otra aproximación totalmente distinta (pero muy interesante) que usa un action filter para ello. Está en el blog de Aleem Bawany, en el post “ASP.NET MVC – Create easy REST API with JSON and XML”. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edgars Palacis</title>
		<link>http://aleembawany.com/2009/03/27/aspnet-mvc-create-easy-rest-api-with-json-and-xml/comment-page-1/#comment-33718</link>
		<dc:creator>Edgars Palacis</dc:creator>
		<pubDate>Mon, 23 Aug 2010 08:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://aleembawany.com/?p=533#comment-33718</guid>
		<description>&lt;p&gt;I just tryed to download the source code, but browser askes me for user name and password!? What should I do?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I just tryed to download the source code, but browser askes me for user name and password!? What should I do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chad</title>
		<link>http://aleembawany.com/2009/03/27/aspnet-mvc-create-easy-rest-api-with-json-and-xml/comment-page-1/#comment-33271</link>
		<dc:creator>chad</dc:creator>
		<pubDate>Wed, 30 Jun 2010 21:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://aleembawany.com/?p=533#comment-33271</guid>
		<description>&lt;p&gt;&lt;strong&gt;Dictionary fails to compile in VS 2010&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;private Type BuildWrapperClass(Dictionary parameterInfo) &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Error    18 
Using the generic type &#039;System.Collections.Generic.Dictionary&#039; requires 2 type arguments    &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p><strong>Dictionary fails to compile in VS 2010</strong></p>
<blockquote>
<p>private Type BuildWrapperClass(Dictionary parameterInfo) </p>
</blockquote>
<p>Error    18<br />
Using the generic type &#8216;System.Collections.Generic.Dictionary&#8217; requires 2 type arguments    </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon</title>
		<link>http://aleembawany.com/2009/03/27/aspnet-mvc-create-easy-rest-api-with-json-and-xml/comment-page-1/#comment-31987</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Tue, 20 Apr 2010 16:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://aleembawany.com/?p=533#comment-31987</guid>
		<description>&lt;p&gt;Change to the Generic type:&lt;/p&gt;

&lt;p&gt;Dictionary&lt;/p&gt;

&lt;p&gt;You may also have to do this for the KeyValuePair, or change to var.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Change to the Generic type:</p>
<p>Dictionary</p>
<p>You may also have to do this for the KeyValuePair, or change to var.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
