<?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: AutoMapper in NerdDinner</title>
	<atom:link href="http://mhinze.com/automapper-in-nerddinner/feed/" rel="self" type="application/rss+xml" />
	<link>http://mhinze.com/automapper-in-nerddinner/</link>
	<description>Matt Hinze, learning in public</description>
	<lastBuildDate>Fri, 26 Feb 2010 17:28:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Learning ASP.NET MVS through NerdDinner. &#171; Implementation Details</title>
		<link>http://mhinze.com/automapper-in-nerddinner/comment-page-1/#comment-443</link>
		<dc:creator>Learning ASP.NET MVS through NerdDinner. &#171; Implementation Details</dc:creator>
		<pubDate>Wed, 28 Oct 2009 17:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://mhinze.com/automapper-in-nerddinner/#comment-443</guid>
		<description>[...] led me to the Matt Hinze post on AutoMapper in NerdDinnner (I finally get what AutoMapper is all [...]</description>
		<content:encoded><![CDATA[<p>[...] led me to the Matt Hinze post on AutoMapper in NerdDinnner (I finally get what AutoMapper is all [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://mhinze.com/automapper-in-nerddinner/comment-page-1/#comment-427</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 13 Oct 2009 03:04:22 +0000</pubDate>
		<guid isPermaLink="false">http://mhinze.com/automapper-in-nerddinner/#comment-427</guid>
		<description>Sam.. I&#039;m not certain I understand the question, but I&#039;m guessing you&#039;re talking about two-way mapping.  The answer is: not yet, formally.. although you can make it work..  Jimmy has something up about adding it properly: http://www.lostechies.com/blogs/jimmy_bogard/archive/2009/09/17/the-case-for-two-way-mapping-in-automapper.aspx</description>
		<content:encoded><![CDATA[<p>Sam.. I&#8217;m not certain I understand the question, but I&#8217;m guessing you&#8217;re talking about two-way mapping.  The answer is: not yet, formally.. although you can make it work..  Jimmy has something up about adding it properly: <a href="http://www.lostechies.com/blogs/jimmy_bogard/archive/2009/09/17/the-case-for-two-way-mapping-in-automapper.aspx" rel="nofollow">http://www.lostechies.com/blogs/jimmy_bogard/archive/2009/09/17/the-case-for-two-way-mapping-in-automapper.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://mhinze.com/automapper-in-nerddinner/comment-page-1/#comment-426</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Tue, 13 Oct 2009 02:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://mhinze.com/automapper-in-nerddinner/#comment-426</guid>
		<description>Does this work both ways? Can you &quot;set&quot; values to your mapped class?</description>
		<content:encoded><![CDATA[<p>Does this work both ways? Can you &#8220;set&#8221; values to your mapped class?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AutoMapper Introduction and Samples from NETDUG &#124; Elegant Code</title>
		<link>http://mhinze.com/automapper-in-nerddinner/comment-page-1/#comment-416</link>
		<dc:creator>AutoMapper Introduction and Samples from NETDUG &#124; Elegant Code</dc:creator>
		<pubDate>Wed, 07 Oct 2009 05:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://mhinze.com/automapper-in-nerddinner/#comment-416</guid>
		<description>[...] Hinze also posted a sample solution using AutoMapper with NerdDinner (of which I borrowed some custom formatter code [...]</description>
		<content:encoded><![CDATA[<p>[...] Hinze also posted a sample solution using AutoMapper with NerdDinner (of which I borrowed some custom formatter code [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arif</title>
		<link>http://mhinze.com/automapper-in-nerddinner/comment-page-1/#comment-393</link>
		<dc:creator>Arif</dc:creator>
		<pubDate>Sun, 09 Aug 2009 08:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://mhinze.com/automapper-in-nerddinner/#comment-393</guid>
		<description>I am trying to run your sample project “NerdDinner” it works fine for Find Dinner menu but after click on Host Dinner menu I am getting following InvaliOperationException on  :
The model item passed into the dictionary is of type &#039;NerdDinner.Models.Dinner&#039; but this dictionary requires a model item of type &#039;NerdDinner.Models.DinnerDetailsViewModel&#039;.
How can I get rid of this error?</description>
		<content:encoded><![CDATA[<p>I am trying to run your sample project “NerdDinner” it works fine for Find Dinner menu but after click on Host Dinner menu I am getting following InvaliOperationException on  :<br />
The model item passed into the dictionary is of type &#8216;NerdDinner.Models.Dinner&#8217; but this dictionary requires a model item of type &#8216;NerdDinner.Models.DinnerDetailsViewModel&#8217;.<br />
How can I get rid of this error?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 9eFish</title>
		<link>http://mhinze.com/automapper-in-nerddinner/comment-page-1/#comment-368</link>
		<dc:creator>9eFish</dc:creator>
		<pubDate>Wed, 08 Jul 2009 02:45:32 +0000</pubDate>
		<guid isPermaLink="false">http://mhinze.com/automapper-in-nerddinner/#comment-368</guid>
		<description>&lt;strong&gt;AutoMapper in NerdDinner...&lt;/strong&gt;

9efish.感谢你的文章 - Trackback from 9eFish...</description>
		<content:encoded><![CDATA[<p><strong>AutoMapper in NerdDinner&#8230;</strong></p>
<p>9efish.感谢你的文章 &#8211; Trackback from 9eFish&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daily Links for Tuesday, July 7th, 2009</title>
		<link>http://mhinze.com/automapper-in-nerddinner/comment-page-1/#comment-364</link>
		<dc:creator>Daily Links for Tuesday, July 7th, 2009</dc:creator>
		<pubDate>Tue, 07 Jul 2009 11:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://mhinze.com/automapper-in-nerddinner/#comment-364</guid>
		<description>[...] AutoMapper in NerdDinner [...]</description>
		<content:encoded><![CDATA[<p>[...] AutoMapper in NerdDinner [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Technology Post for July 6th, 2009 &#124; Nexo IT - Information Technology News</title>
		<link>http://mhinze.com/automapper-in-nerddinner/comment-page-1/#comment-363</link>
		<dc:creator>The Technology Post for July 6th, 2009 &#124; Nexo IT - Information Technology News</dc:creator>
		<pubDate>Tue, 07 Jul 2009 01:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://mhinze.com/automapper-in-nerddinner/#comment-363</guid>
		<description>[...] ASP.NET MVC &#8211; AutoMapper in NerdDinner – Tweeted by Elijah Manor [...]</description>
		<content:encoded><![CDATA[<p>[...] ASP.NET MVC &#8211; AutoMapper in NerdDinner – Tweeted by Elijah Manor [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Technology Post for July 6th, 2009 &#124; I love .NET!</title>
		<link>http://mhinze.com/automapper-in-nerddinner/comment-page-1/#comment-362</link>
		<dc:creator>The Technology Post for July 6th, 2009 &#124; I love .NET!</dc:creator>
		<pubDate>Tue, 07 Jul 2009 01:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://mhinze.com/automapper-in-nerddinner/#comment-362</guid>
		<description>[...] ASP.NET MVC &#8211; AutoMapper in NerdDinner – Tweeted by Elijah Manor [...]</description>
		<content:encoded><![CDATA[<p>[...] ASP.NET MVC &#8211; AutoMapper in NerdDinner – Tweeted by Elijah Manor [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://mhinze.com/automapper-in-nerddinner/comment-page-1/#comment-360</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 06 Jul 2009 21:47:42 +0000</pubDate>
		<guid isPermaLink="false">http://mhinze.com/automapper-in-nerddinner/#comment-360</guid>
		<description>@Rock: Definitely.  That&#039;s why I wouldn&#039;t really use it for NerdDinner.  It&#039;s too much overhead.  &lt;a href=&quot;http://twitter.com/mhinze/statuses/2441204346&quot; rel=&quot;nofollow&quot;&gt;But for a project of greater complexity, AutoMapper will really grease the wheels&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>@Rock: Definitely.  That&#8217;s why I wouldn&#8217;t really use it for NerdDinner.  It&#8217;s too much overhead.  <a href="http://twitter.com/mhinze/statuses/2441204346" rel="nofollow">But for a project of greater complexity, AutoMapper will really grease the wheels</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
