<?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"
	>
<channel>
	<title>Comments on: "Model" Is an Overloaded Word</title>
	<atom:link href="http://blogs.teamb.com/craigstuntz/2008/10/28/37842/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.teamb.com/craigstuntz/2008/10/28/37842/</link>
	<description>C# • Delphi • Entity Framework • Functional Programming • InterBase • MVC • .NET • Web</description>
	<pubDate>Tue, 07 Sep 2010 10:56:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Craig Stuntz</title>
		<link>http://blogs.teamb.com/craigstuntz/2008/10/28/37842/#comment-4054</link>
		<dc:creator>Craig Stuntz</dc:creator>
		<pubDate>Wed, 29 Oct 2008 11:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.teamb.com/craigstuntz/2008/10/28/37842#comment-4054</guid>
		<description>John,

Sure. &lt;a href="http://blog.wekeroad.com/2007/12/10/aspnet-mvc-pagedlistt/" rel="nofollow"&gt;PagedList&lt;/a&gt; is one kind of "view model."

Here's another:

public class FooViewModel 
{
    public Foo Model { get; set; }
    public SystemOption DisplayOptions { get; set; }
}</description>
		<content:encoded><![CDATA[<p>John,</p>
<p>Sure. <a href="http://blog.wekeroad.com/2007/12/10/aspnet-mvc-pagedlistt/" rel="nofollow">PagedList</a> is one kind of "view model."</p>
<p>Here&#8217;s another:</p>
<p>public class FooViewModel<br />
{<br />
    public Foo Model { get; set; }<br />
    public SystemOption DisplayOptions { get; set; }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Moshakis</title>
		<link>http://blogs.teamb.com/craigstuntz/2008/10/28/37842/#comment-4052</link>
		<dc:creator>John Moshakis</dc:creator>
		<pubDate>Wed, 29 Oct 2008 09:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.teamb.com/craigstuntz/2008/10/28/37842#comment-4052</guid>
		<description>So true :)

Can you give an example of what you mean by a view model ?

How are you handling pagination and multiple instances of what ?</description>
		<content:encoded><![CDATA[<p>So true <img src='http://blogs.teamb.com/craigstuntz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Can you give an example of what you mean by a view model ?</p>
<p>How are you handling pagination and multiple instances of what ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
