<?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: How we do MVC – View models</title>
	<atom:link href="http://lostechies.com/jimmybogard/2009/06/30/how-we-do-mvc-view-models/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/jimmybogard/2009/06/30/how-we-do-mvc-view-models/</link>
	<description>Strong opinions, weakly held</description>
	<lastBuildDate>Tue, 18 Jun 2013 19:00: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: Messages, data and types &#124; Jimmy Bogard&#039;s Blog</title>
		<link>http://lostechies.com/jimmybogard/2009/06/30/how-we-do-mvc-view-models/#comment-5783</link>
		<dc:creator>Messages, data and types &#124; Jimmy Bogard&#039;s Blog</dc:creator>
		<pubDate>Wed, 01 May 2013 14:08:29 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/06/29/how-we-do-mvc-view-models.aspx#comment-5783</guid>
		<description>[...] for messages ensures safety in our message construction and consumption. It’s similar to building MVC applications around View Models – they’re a blueprint for building forms, and a means of accepting raw form POSTs. Side note [...]</description>
		<content:encoded><![CDATA[<p>[...] for messages ensures safety in our message construction and consumption. It’s similar to building MVC applications around View Models – they’re a blueprint for building forms, and a means of accepting raw form POSTs. Side note [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jbogard</title>
		<link>http://lostechies.com/jimmybogard/2009/06/30/how-we-do-mvc-view-models/#comment-5651</link>
		<dc:creator>jbogard</dc:creator>
		<pubDate>Thu, 14 Mar 2013 13:08:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/06/29/how-we-do-mvc-view-models.aspx#comment-5651</guid>
		<description>Actually, don&#039;t do this. Action filters, it turns out, are a bit lousy for this. Instead, create a custom action result.</description>
		<content:encoded><![CDATA[<p>Actually, don&#8217;t do this. Action filters, it turns out, are a bit lousy for this. Instead, create a custom action result.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: afzal</title>
		<link>http://lostechies.com/jimmybogard/2009/06/30/how-we-do-mvc-view-models/#comment-5650</link>
		<dc:creator>afzal</dc:creator>
		<pubDate>Wed, 13 Mar 2013 23:27:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/06/29/how-we-do-mvc-view-models.aspx#comment-5650</guid>
		<description>[AutoMap(typeof(List), typeof(List))] 
What do I need to do for using automapper like this in MVC ???</description>
		<content:encoded><![CDATA[<p>[AutoMap(typeof(List), typeof(List))]<br />
What do I need to do for using automapper like this in MVC ???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ASP.NET MVC实用技术：开篇 &#124; Apworks.ORG</title>
		<link>http://lostechies.com/jimmybogard/2009/06/30/how-we-do-mvc-view-models/#comment-5491</link>
		<dc:creator>ASP.NET MVC实用技术：开篇 &#124; Apworks.ORG</dc:creator>
		<pubDate>Mon, 11 Feb 2013 11:57:44 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/06/29/how-we-do-mvc-view-models.aspx#comment-5491</guid>
		<description>[...] How we do MVC &#8211; View models [...]</description>
		<content:encoded><![CDATA[<p>[...] How we do MVC &ndash; View models [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pollex</title>
		<link>http://lostechies.com/jimmybogard/2009/06/30/how-we-do-mvc-view-models/#comment-5104</link>
		<dc:creator>Pollex</dc:creator>
		<pubDate>Thu, 27 Sep 2012 14:10:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/06/29/how-we-do-mvc-view-models.aspx#comment-5104</guid>
		<description>Great, thanks for the update.</description>
		<content:encoded><![CDATA[<p>Great, thanks for the update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://lostechies.com/jimmybogard/2009/06/30/how-we-do-mvc-view-models/#comment-5095</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 26 Sep 2012 21:45:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/06/29/how-we-do-mvc-view-models.aspx#comment-5095</guid>
		<description>Nope, not really, the only real changes are that MVC has embraced this sort of model, with things like editor and display templates. We still build our MVC apps like this today (with dedicated view models). The only difference is our view models might be built in a number of ways, AutoMapper, SQL views, ORM projections, etc.</description>
		<content:encoded><![CDATA[<p>Nope, not really, the only real changes are that MVC has embraced this sort of model, with things like editor and display templates. We still build our MVC apps like this today (with dedicated view models). The only difference is our view models might be built in a number of ways, AutoMapper, SQL views, ORM projections, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pollex</title>
		<link>http://lostechies.com/jimmybogard/2009/06/30/how-we-do-mvc-view-models/#comment-5094</link>
		<dc:creator>Pollex</dc:creator>
		<pubDate>Wed, 26 Sep 2012 21:25:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/06/29/how-we-do-mvc-view-models.aspx#comment-5094</guid>
		<description>*or MVC</description>
		<content:encoded><![CDATA[<p>*or MVC</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pollex</title>
		<link>http://lostechies.com/jimmybogard/2009/06/30/how-we-do-mvc-view-models/#comment-5093</link>
		<dc:creator>Pollex</dc:creator>
		<pubDate>Wed, 26 Sep 2012 21:24:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/06/29/how-we-do-mvc-view-models.aspx#comment-5093</guid>
		<description>I see this article was posted in 2009.  A lot of sites link to this page, and being new to Automapper and MVC, is this article still current or does it need to be updated to reflect any new enhancements to AutoMapper of MVC?</description>
		<content:encoded><![CDATA[<p>I see this article was posted in 2009.  A lot of sites link to this page, and being new to Automapper and MVC, is this article still current or does it need to be updated to reflect any new enhancements to AutoMapper of MVC?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MVC Attribute I Want to Keep Link For</title>
		<link>http://lostechies.com/jimmybogard/2009/06/30/how-we-do-mvc-view-models/#comment-4771</link>
		<dc:creator>MVC Attribute I Want to Keep Link For</dc:creator>
		<pubDate>Fri, 27 Jul 2012 13:03:10 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/06/29/how-we-do-mvc-view-models.aspx#comment-4771</guid>
		<description>[...] very interesting approach to using AutoMapper.   I&#8217;m bookmarking it here so I don&#8217;t lose it.   I&#8217;ve used it and it works [...]</description>
		<content:encoded><![CDATA[<p>[...] very interesting approach to using AutoMapper.   I&#8217;m bookmarking it here so I don&#8217;t lose it.   I&#8217;ve used it and it works [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Architecting a MVC web application with Knockout &#171; thewayofcode</title>
		<link>http://lostechies.com/jimmybogard/2009/06/30/how-we-do-mvc-view-models/#comment-4608</link>
		<dc:creator>Architecting a MVC web application with Knockout &#171; thewayofcode</dc:creator>
		<pubDate>Tue, 22 May 2012 10:39:35 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/06/29/how-we-do-mvc-view-models.aspx#comment-4608</guid>
		<description>[...] http://lostechies.com/jimmybogard/2009/06/30/how-we-do-mvc-view-models/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://lostechies.com/jimmybogard/2009/06/30/how-we-do-mvc-view-models/" rel="nofollow">http://lostechies.com/jimmybogard/2009/06/30/how-we-do-mvc-view-models/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
