<?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: mvcConf slides and code posted</title>
	<atom:link href="http://lostechies.com/jimmybogard/2010/07/23/mvcconf-slides-and-code-posted/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/jimmybogard/2010/07/23/mvcconf-slides-and-code-posted/</link>
	<description>Strong opinions, weakly held</description>
	<lastBuildDate>Sun, 19 May 2013 03:22:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Greg</title>
		<link>http://lostechies.com/jimmybogard/2010/07/23/mvcconf-slides-and-code-posted/#comment-4612</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Wed, 23 May 2012 17:58:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2010/07/23/mvcconf-slides-and-code-posted.aspx#comment-4612</guid>
		<description>Never mind. I figured it out. :-)</description>
		<content:encoded><![CDATA[<p>Never mind. I figured it out. <img src='http://lostechies.com/jimmybogard/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://lostechies.com/jimmybogard/2010/07/23/mvcconf-slides-and-code-posted/#comment-4611</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Wed, 23 May 2012 17:24:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2010/07/23/mvcconf-slides-and-code-posted.aspx#comment-4611</guid>
		<description>I can&#039;t find the database in the sample code. I see the NHibernate configuration below, but no MDF file or code to generate the database.
server=.sqlexpress;database=HeadspringExample;Integrated Security=true;
</description>
		<content:encoded><![CDATA[<p>I can&#8217;t find the database in the sample code. I see the NHibernate configuration below, but no MDF file or code to generate the database.<br />
server=.sqlexpress;database=HeadspringExample;Integrated Security=true;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://lostechies.com/jimmybogard/2010/07/23/mvcconf-slides-and-code-posted/#comment-2521</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 17 Aug 2010 22:36:51 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2010/07/23/mvcconf-slides-and-code-posted.aspx#comment-2521</guid>
		<description>FYI: I also posted this question to StackOverflow, I think, this could interest quite some people:
http://stackoverflow.com/questions/3507466/how-to-get-data-for-a-dopdownlist-into-viewmodel-when-using-automapper-automapvie</description>
		<content:encoded><![CDATA[<p>FYI: I also posted this question to StackOverflow, I think, this could interest quite some people:<br />
<a href="http://stackoverflow.com/questions/3507466/how-to-get-data-for-a-dopdownlist-into-viewmodel-when-using-automapper-automapvie" rel="nofollow">http://stackoverflow.com/questions/3507466/how-to-get-data-for-a-dopdownlist-into-viewmodel-when-using-automapper-automapvie</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://lostechies.com/jimmybogard/2010/07/23/mvcconf-slides-and-code-posted/#comment-2520</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 17 Aug 2010 20:49:13 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2010/07/23/mvcconf-slides-and-code-posted.aspx#comment-2520</guid>
		<description>Thanks!
Let me get this right: The States property of the Model is null (or an empty List or just contains the id for the selected State) and then the StateBuilder  gets the States from the repository and builds the list? Or if I&#039;m wrong with my assumptions, how come the States into the edit model?

Are you using FluentHtml here? Or Input Builders? It&#039;s the next thing I want to take a look at :-)</description>
		<content:encoded><![CDATA[<p>Thanks!<br />
Let me get this right: The States property of the Model is null (or an empty List or just contains the id for the selected State) and then the StateBuilder  gets the States from the repository and builds the list? Or if I&#8217;m wrong with my assumptions, how come the States into the edit model?</p>
<p>Are you using FluentHtml here? Or Input Builders? It&#8217;s the next thing I want to take a look at <img src='http://lostechies.com/jimmybogard/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bogardj</title>
		<link>http://lostechies.com/jimmybogard/2010/07/23/mvcconf-slides-and-code-posted/#comment-2519</link>
		<dc:creator>bogardj</dc:creator>
		<pubDate>Mon, 16 Aug 2010 12:30:54 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2010/07/23/mvcconf-slides-and-code-posted.aspx#comment-2519</guid>
		<description>@Dave @Larry

This one&#039;s actually a pretty tough question.  It really depends on what information is needed to build the list.  We often try to build this list in the view, with something like:

InputFor(x =&gt; x.States).SelectListBuilder&lt;StatesBuilder&gt;();</description>
		<content:encoded><![CDATA[<p>@Dave @Larry</p>
<p>This one&#8217;s actually a pretty tough question.  It really depends on what information is needed to build the list.  We often try to build this list in the view, with something like:</p>
<p>InputFor(x => x.States).SelectListBuilder<statesbuilder>();</statesbuilder></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://lostechies.com/jimmybogard/2010/07/23/mvcconf-slides-and-code-posted/#comment-2518</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 13 Aug 2010 20:22:29 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2010/07/23/mvcconf-slides-and-code-posted.aspx#comment-2518</guid>
		<description>Just watched your presentation - absolutely great! I just went to implement some of your ideas into my current project.

Just one question: How would you handle/create EditModels that needs some other information like data for a select list or the actual User? The AutoMapViewResult is a great idea and I&#039;d like to take this approach. But there are many EditModels I have that use additional data. You got an example?

By the way: thanks for writing on this blog, your articles are very inspiring :-)</description>
		<content:encoded><![CDATA[<p>Just watched your presentation &#8211; absolutely great! I just went to implement some of your ideas into my current project.</p>
<p>Just one question: How would you handle/create EditModels that needs some other information like data for a select list or the actual User? The AutoMapViewResult is a great idea and I&#8217;d like to take this approach. But there are many EditModels I have that use additional data. You got an example?</p>
<p>By the way: thanks for writing on this blog, your articles are very inspiring <img src='http://lostechies.com/jimmybogard/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry Ruckman</title>
		<link>http://lostechies.com/jimmybogard/2010/07/23/mvcconf-slides-and-code-posted/#comment-2517</link>
		<dc:creator>Larry Ruckman</dc:creator>
		<pubDate>Fri, 30 Jul 2010 14:53:57 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2010/07/23/mvcconf-slides-and-code-posted.aspx#comment-2517</guid>
		<description>Question: How do you handle models that need a select list? Do you make an extra call from the view? </description>
		<content:encoded><![CDATA[<p>Question: How do you handle models that need a select list? Do you make an extra call from the view? </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry Ruckman</title>
		<link>http://lostechies.com/jimmybogard/2010/07/23/mvcconf-slides-and-code-posted/#comment-2516</link>
		<dc:creator>Larry Ruckman</dc:creator>
		<pubDate>Tue, 27 Jul 2010 01:58:53 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2010/07/23/mvcconf-slides-and-code-posted.aspx#comment-2516</guid>
		<description>Agreed, great examples as always. I&#039;ve learned a lot since I stumbled across the blog. Thanks for taking the time to write these.</description>
		<content:encoded><![CDATA[<p>Agreed, great examples as always. I&#8217;ve learned a lot since I stumbled across the blog. Thanks for taking the time to write these.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RyanAnderson</title>
		<link>http://lostechies.com/jimmybogard/2010/07/23/mvcconf-slides-and-code-posted/#comment-2515</link>
		<dc:creator>RyanAnderson</dc:creator>
		<pubDate>Fri, 23 Jul 2010 23:37:37 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2010/07/23/mvcconf-slides-and-code-posted.aspx#comment-2515</guid>
		<description>I concur, outstanding JB!</description>
		<content:encoded><![CDATA[<p>I concur, outstanding JB!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roberto Hernandez</title>
		<link>http://lostechies.com/jimmybogard/2010/07/23/mvcconf-slides-and-code-posted/#comment-2514</link>
		<dc:creator>Roberto Hernandez</dc:creator>
		<pubDate>Fri, 23 Jul 2010 14:24:26 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2010/07/23/mvcconf-slides-and-code-posted.aspx#comment-2514</guid>
		<description>I agree completely with Troy, your presentation was very good and insightful.  I will be reading the provided code very diligently to steal all your ideas.</description>
		<content:encoded><![CDATA[<p>I agree completely with Troy, your presentation was very good and insightful.  I will be reading the provided code very diligently to steal all your ideas.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
