<?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: Dynamic View Page, MVC without a View Model</title>
	<atom:link href="http://lostechies.com/seanbiefeld/2010/06/23/dynamic-view-page-mvc-without-a-view-model/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/seanbiefeld/2010/06/23/dynamic-view-page-mvc-without-a-view-model/</link>
	<description>curiosities of development, life, the universe and everything</description>
	<lastBuildDate>Thu, 16 May 2013 18:55: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: Alex</title>
		<link>http://lostechies.com/seanbiefeld/2010/06/23/dynamic-view-page-mvc-without-a-view-model/#comment-107</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 04 Jan 2011 16:36:54 +0000</pubDate>
		<guid isPermaLink="false">/blogs/seanbiefeld/archive/2010/06/23/dynamic-view-page-mvc-without-a-view-model.aspx#comment-107</guid>
		<description>I am also curious if this is possible as Hak wrote above?
&gt;&gt;&gt;
Is it possible to have something like that for page with inputs? 

e.g

If i have a number of strong typed partals with inputs and i want to have only one view to display any of them according with conditions. And then i want to post this view to get data from inputs.
</description>
		<content:encoded><![CDATA[<p>I am also curious if this is possible as Hak wrote above?<br />
>>><br />
Is it possible to have something like that for page with inputs? </p>
<p>e.g</p>
<p>If i have a number of strong typed partals with inputs and i want to have only one view to display any of them according with conditions. And then i want to post this view to get data from inputs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hak</title>
		<link>http://lostechies.com/seanbiefeld/2010/06/23/dynamic-view-page-mvc-without-a-view-model/#comment-106</link>
		<dc:creator>Hak</dc:creator>
		<pubDate>Sun, 25 Jul 2010 08:18:18 +0000</pubDate>
		<guid isPermaLink="false">/blogs/seanbiefeld/archive/2010/06/23/dynamic-view-page-mvc-without-a-view-model.aspx#comment-106</guid>
		<description>Is it possible to have something like that for page with inputs? 
e.g
If i have a number of strong typed partals with inputs and i want to have only one view to display any of them according with conditions. And then i want to post this view to get data from inputs.</description>
		<content:encoded><![CDATA[<p>Is it possible to have something like that for page with inputs?<br />
e.g<br />
If i have a number of strong typed partals with inputs and i want to have only one view to display any of them according with conditions. And then i want to post this view to get data from inputs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Biefeld</title>
		<link>http://lostechies.com/seanbiefeld/2010/06/23/dynamic-view-page-mvc-without-a-view-model/#comment-105</link>
		<dc:creator>Sean Biefeld</dc:creator>
		<pubDate>Thu, 01 Jul 2010 17:20:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/seanbiefeld/archive/2010/06/23/dynamic-view-page-mvc-without-a-view-model.aspx#comment-105</guid>
		<description>Doh, thanks for catching the copy/paste error @Demis and @Huy</description>
		<content:encoded><![CDATA[<p>Doh, thanks for catching the copy/paste error @Demis and @Huy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Huy Nguyen</title>
		<link>http://lostechies.com/seanbiefeld/2010/06/23/dynamic-view-page-mvc-without-a-view-model/#comment-104</link>
		<dc:creator>Huy Nguyen</dc:creator>
		<pubDate>Thu, 01 Jul 2010 02:37:27 +0000</pubDate>
		<guid isPermaLink="false">/blogs/seanbiefeld/archive/2010/06/23/dynamic-view-page-mvc-without-a-view-model.aspx#comment-104</guid>
		<description>Nice post. But the last line of code should be: return View(foos); // ;)</description>
		<content:encoded><![CDATA[<p>Nice post. But the last line of code should be: return View(foos); // <img src='http://lostechies.com/seanbiefeld/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Demis Bellot</title>
		<link>http://lostechies.com/seanbiefeld/2010/06/23/dynamic-view-page-mvc-without-a-view-model/#comment-103</link>
		<dc:creator>Demis Bellot</dc:creator>
		<pubDate>Wed, 30 Jun 2010 14:08:18 +0000</pubDate>
		<guid isPermaLink="false">/blogs/seanbiefeld/archive/2010/06/23/dynamic-view-page-mvc-without-a-view-model.aspx#comment-103</guid>
		<description>I think I like it if it actually does what I think it does, i.e. set any arbitrary data which can be accessed from inside the view without requiring a strongly-typed ViewModel. 

I&#039;m just a bit curious on how to use it? Is there meant to be some relationship between foos and restaurants in your last code snippet?</description>
		<content:encoded><![CDATA[<p>I think I like it if it actually does what I think it does, i.e. set any arbitrary data which can be accessed from inside the view without requiring a strongly-typed ViewModel. </p>
<p>I&#8217;m just a bit curious on how to use it? Is there meant to be some relationship between foos and restaurants in your last code snippet?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
