<?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: Model binding XML in ASP.NET MVC 3</title>
	<atom:link href="http://lostechies.com/jimmybogard/2011/06/24/model-binding-xml-in-asp-net-mvc-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/jimmybogard/2011/06/24/model-binding-xml-in-asp-net-mvc-3/</link>
	<description>Strong opinions, weakly held</description>
	<lastBuildDate>Thu, 23 May 2013 23:40: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: AbelBass</title>
		<link>http://lostechies.com/jimmybogard/2011/06/24/model-binding-xml-in-asp-net-mvc-3/#comment-5437</link>
		<dc:creator>AbelBass</dc:creator>
		<pubDate>Mon, 21 Jan 2013 09:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2011/06/24/model-binding-xml-in-asp-net-mvc-3/#comment-5437</guid>
		<description>I agree You can specify the binder on individual model members if you want to force a specific model binding.</description>
		<content:encoded><![CDATA[<p>I agree You can specify the binder on individual model members if you want to force a specific model binding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Getting my Custom Model bound to my POST controller &#124; PHP Developer Resource</title>
		<link>http://lostechies.com/jimmybogard/2011/06/24/model-binding-xml-in-asp-net-mvc-3/#comment-4620</link>
		<dc:creator>Getting my Custom Model bound to my POST controller &#124; PHP Developer Resource</dc:creator>
		<pubDate>Mon, 28 May 2012 19:02:24 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2011/06/24/model-binding-xml-in-asp-net-mvc-3/#comment-4620</guid>
		<description>[...] This is what I ended up doing (thanks to Jimmy Bogard in Model binding XML in ASP.NET MVC 3) [...]</description>
		<content:encoded><![CDATA[<p>[...] This is what I ended up doing (thanks to Jimmy Bogard in Model binding XML in ASP.NET MVC 3) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://lostechies.com/jimmybogard/2011/06/24/model-binding-xml-in-asp-net-mvc-3/#comment-4468</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 27 Mar 2012 23:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2011/06/24/model-binding-xml-in-asp-net-mvc-3/#comment-4468</guid>
		<description>You can specify the binder on individual model members if you want to force a specific model binding.</description>
		<content:encoded><![CDATA[<p>You can specify the binder on individual model members if you want to force a specific model binding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: outsourcing websites</title>
		<link>http://lostechies.com/jimmybogard/2011/06/24/model-binding-xml-in-asp-net-mvc-3/#comment-4467</link>
		<dc:creator>outsourcing websites</dc:creator>
		<pubDate>Tue, 27 Mar 2012 06:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2011/06/24/model-binding-xml-in-asp-net-mvc-3/#comment-4467</guid>
		<description>Please look up and have a look at the sky once belongs to us. If the sky is still vast,clouds are still clear, you shall not cry because my leave doesn&#039;t take away the world that belongs to you.</description>
		<content:encoded><![CDATA[<p>Please look up and have a look at the sky once belongs to us. If the sky is still vast,clouds are still clear, you shall not cry because my leave doesn&#8217;t take away the world that belongs to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://lostechies.com/jimmybogard/2011/06/24/model-binding-xml-in-asp-net-mvc-3/#comment-4465</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Mon, 26 Mar 2012 19:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2011/06/24/model-binding-xml-in-asp-net-mvc-3/#comment-4465</guid>
		<description>Jimmy,

With the code above, any data that comes in to the method will be run through the XmlModelBinder.  What if you have a method like:

public ActionResult Square(Int id, Payload payload){}How could you get it to only run the payload through the XmlModelBinder, but leave the id alone?  I am trying to reuse your code to create a ProtobufModelBinder and it is trashing my ids when it tries to deserialize them.</description>
		<content:encoded><![CDATA[<p>Jimmy,</p>
<p>With the code above, any data that comes in to the method will be run through the XmlModelBinder.  What if you have a method like:</p>
<p>public ActionResult Square(Int id, Payload payload){}How could you get it to only run the payload through the XmlModelBinder, but leave the id alone?  I am trying to reuse your code to create a ProtobufModelBinder and it is trashing my ids when it tries to deserialize them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viceroy</title>
		<link>http://lostechies.com/jimmybogard/2011/06/24/model-binding-xml-in-asp-net-mvc-3/#comment-3660</link>
		<dc:creator>Viceroy</dc:creator>
		<pubDate>Fri, 05 Aug 2011 01:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2011/06/24/model-binding-xml-in-asp-net-mvc-3/#comment-3660</guid>
		<description>I’ve already bookmark this article and will definitely refer this article to all my close friends and colleagues. Thanks for posting! </description>
		<content:encoded><![CDATA[<p>I’ve already bookmark this article and will definitely refer this article to all my close friends and colleagues. Thanks for posting! </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Scott</title>
		<link>http://lostechies.com/jimmybogard/2011/06/24/model-binding-xml-in-asp-net-mvc-3/#comment-3619</link>
		<dc:creator>Tim Scott</dc:creator>
		<pubDate>Wed, 20 Jul 2011 20:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2011/06/24/model-binding-xml-in-asp-net-mvc-3/#comment-3619</guid>
		<description>You might consider using WCF Web API for this type of scenario.  It has none of the config-hell that WCF is notorious for.  You can easily add it to a &quot;normal&quot; MVC or straight ASP site.  I used it for my most recent web service API and it pretty well solves all the places where MVC falls short.  Glen and company are still working out a few kinks, but it&#039;s pretty good already.</description>
		<content:encoded><![CDATA[<p>You might consider using WCF Web API for this type of scenario.  It has none of the config-hell that WCF is notorious for.  You can easily add it to a &#8220;normal&#8221; MVC or straight ASP site.  I used it for my most recent web service API and it pretty well solves all the places where MVC falls short.  Glen and company are still working out a few kinks, but it&#8217;s pretty good already.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://lostechies.com/jimmybogard/2011/06/24/model-binding-xml-in-asp-net-mvc-3/#comment-3609</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 15 Jul 2011 18:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2011/06/24/model-binding-xml-in-asp-net-mvc-3/#comment-3609</guid>
		<description>Just wanted to point out that I implemented this code but it did not work until I added inputStream.Position = 0; before Deserializing it in the Model Binder.</description>
		<content:encoded><![CDATA[<p>Just wanted to point out that I implemented this code but it did not work until I added inputStream.Position = 0; before Deserializing it in the Model Binder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricky Lin</title>
		<link>http://lostechies.com/jimmybogard/2011/06/24/model-binding-xml-in-asp-net-mvc-3/#comment-3603</link>
		<dc:creator>Ricky Lin</dc:creator>
		<pubDate>Wed, 13 Jul 2011 02:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2011/06/24/model-binding-xml-in-asp-net-mvc-3/#comment-3603</guid>
		<description>thanks for your solution and clear explaination, it helps!</description>
		<content:encoded><![CDATA[<p>thanks for your solution and clear explaination, it helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AAA</title>
		<link>http://lostechies.com/jimmybogard/2011/06/24/model-binding-xml-in-asp-net-mvc-3/#comment-3535</link>
		<dc:creator>AAA</dc:creator>
		<pubDate>Mon, 27 Jun 2011 06:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2011/06/24/model-binding-xml-in-asp-net-mvc-3/#comment-3535</guid>
		<description>I believe you need to use a value provider instead of a model binder because the json value provider uses the same technique as a value provider.

The drawback of using this is technique is that it will bypass ASP.NET Request Validation. http://bit.ly/lkAIyb</description>
		<content:encoded><![CDATA[<p>I believe you need to use a value provider instead of a model binder because the json value provider uses the same technique as a value provider.</p>
<p>The drawback of using this is technique is that it will bypass ASP.NET Request Validation. <a href="http://bit.ly/lkAIyb" rel="nofollow">http://bit.ly/lkAIyb</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
