<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Craig Shoemaker - All Comments</title><link>http://weblogs.asp.net/craigshoemaker/default.aspx</link><description>&lt;a href="http://polymorphicpodcast.com/"&gt;Host of the Polymorphic Podcast&lt;/a&gt; and &lt;a href="http://infragistics.com/"&gt;New Media Evangelist for Infragistics&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>ASP.NET MVC Archived Buzz, Page 1</title><link>http://weblogs.asp.net/craigshoemaker/archive/2009/11/06/serialize-and-deserialize-json.aspx#7248391</link><pubDate>Fri, 06 Nov 2009 16:51:49 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7248391</guid><dc:creator>ASP.NET MVC Archived Buzz, Page 1</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;ASP.NET MVC Archived Buzz, Page 1&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7248391" width="1" height="1"&gt;</description></item><item><title>re: VM Workshop: Model View ViewModel (MVVM) and the Presentation Model Pattern in 5 UI Platforms</title><link>http://weblogs.asp.net/craigshoemaker/archive/2009/11/03/vm-workshop-model-view-viewmodel-mvvm-and-the-presentation-model-pattern-in-5-ui-platforms.aspx#7247574</link><pubDate>Thu, 05 Nov 2009 06:32:17 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7247574</guid><dc:creator>Michael L Perry</dc:creator><description>&lt;p&gt;Please take a look at my Update Controls reference implementation of VM Workshop. I&amp;#39;ve only done the WPF version so far, but I plan on doing Winforms and Silverlight as well.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://updatecontrols.net/doc/examples/vmworkshop/wpf"&gt;updatecontrols.net/.../wpf&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7247574" width="1" height="1"&gt;</description></item><item><title>Twitter Trackbacks for                 VM Workshop: Model View ViewModel (MVVM) and the Presentation Model Pattern in 5 UI Platforms - Craig         [asp.net]        on Topsy.com</title><link>http://weblogs.asp.net/craigshoemaker/archive/2009/11/03/vm-workshop-model-view-viewmodel-mvvm-and-the-presentation-model-pattern-in-5-ui-platforms.aspx#7247092</link><pubDate>Wed, 04 Nov 2009 17:24:02 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7247092</guid><dc:creator>Twitter Trackbacks for                 VM Workshop: Model View ViewModel (MVVM) and the Presentation Model Pattern in 5 UI Platforms - Craig         [asp.net]        on Topsy.com</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Twitter Trackbacks for &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; VM Workshop: Model View ViewModel (MVVM) and the Presentation Model Pattern in 5 UI Platforms - Craig &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [asp.net] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;on Topsy.com&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7247092" width="1" height="1"&gt;</description></item><item><title>re: VM Workshop: Model View ViewModel (MVVM) and the Presentation Model Pattern in 5 UI Platforms</title><link>http://weblogs.asp.net/craigshoemaker/archive/2009/11/03/vm-workshop-model-view-viewmodel-mvvm-and-the-presentation-model-pattern-in-5-ui-platforms.aspx#7246895</link><pubDate>Wed, 04 Nov 2009 13:55:16 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7246895</guid><dc:creator>craigshoemaker</dc:creator><description>&lt;p&gt;@Michael: You are right that UI updates are important. I started working on an implementation for web persistence that works with the data objects - so yes this is something I plan to add.&lt;/p&gt;
&lt;p&gt;@John: It's possible to create an instance of the ViewModel in XAML, but the code behind would still need a reference to the class to do the delegation. Of course you could reference it through the page's Resources and then cast it, but the current approach just seemed simpler. I'd like to make another WPF example that uses commands - then instantiating the ViewModel in XAML would make more sense.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7246895" width="1" height="1"&gt;</description></item><item><title>re: VM Workshop: Model View ViewModel (MVVM) and the Presentation Model Pattern in 5 UI Platforms</title><link>http://weblogs.asp.net/craigshoemaker/archive/2009/11/03/vm-workshop-model-view-viewmodel-mvvm-and-the-presentation-model-pattern-in-5-ui-platforms.aspx#7246454</link><pubDate>Wed, 04 Nov 2009 04:08:51 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7246454</guid><dc:creator>John Kuhn</dc:creator><description>&lt;p&gt;In the WPF example you set the DataContext in code; could this be done in the XAML, or does it not provide a way to pass in the instance of the repository? &amp;nbsp;Or... an opportunity to use DI to resolve the repository?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7246454" width="1" height="1"&gt;</description></item><item><title>re: VM Workshop: Model View ViewModel (MVVM) and the Presentation Model Pattern in 5 UI Platforms</title><link>http://weblogs.asp.net/craigshoemaker/archive/2009/11/03/vm-workshop-model-view-viewmodel-mvvm-and-the-presentation-model-pattern-in-5-ui-platforms.aspx#7246415</link><pubDate>Wed, 04 Nov 2009 02:53:24 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7246415</guid><dc:creator>Michael L Perry</dc:creator><description>&lt;p&gt;When I edit a product, the changes do not appear in the grid. Is this a feature you are intending to add? I think that UI updates are an important part of the MVVM pattern.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7246415" width="1" height="1"&gt;</description></item><item><title>re: VM Workshop: Model View ViewModel (MVVM) and the Presentation Model Pattern in 5 UI Platforms</title><link>http://weblogs.asp.net/craigshoemaker/archive/2009/11/03/vm-workshop-model-view-viewmodel-mvvm-and-the-presentation-model-pattern-in-5-ui-platforms.aspx#7246183</link><pubDate>Tue, 03 Nov 2009 21:13:41 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7246183</guid><dc:creator>NN</dc:creator><description>&lt;p&gt;I&amp;#39;ve always thought that MVC feels unnatural in modern UI frameworks. Something like this:&lt;/p&gt;
&lt;p&gt; &lt;a rel="nofollow" target="_new" href="http://fifthsystemeffect.wordpress.com/2009/11/03/playing-with-metaphor/"&gt;fifthsystemeffect.wordpress.com/.../playing-with-metaphor&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Good to see that modern versions of the pattern are surfacing.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7246183" width="1" height="1"&gt;</description></item><item><title>Learning Model View ViewModel and Presentation Model</title><link>http://weblogs.asp.net/craigshoemaker/archive/2009/11/03/vm-workshop-model-view-viewmodel-mvvm-and-the-presentation-model-pattern-in-5-ui-platforms.aspx#7246083</link><pubDate>Tue, 03 Nov 2009 18:42:15 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7246083</guid><dc:creator>Craig Shoemaker</dc:creator><description>&lt;p&gt;I recently posted details on a new open source project I have started that aims to help you learn the&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7246083" width="1" height="1"&gt;</description></item><item><title>Exploring MVC architecture | Softwarefun</title><link>http://weblogs.asp.net/craigshoemaker/archive/2008/04/24/47-asp-net-mvc-resources-to-rock-your-development.aspx#7239976</link><pubDate>Mon, 26 Oct 2009 21:29:41 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7239976</guid><dc:creator>Exploring MVC architecture | Softwarefun</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Exploring MVC architecture | Softwarefun&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7239976" width="1" height="1"&gt;</description></item><item><title>ScottGu Manchester ASP.NET MVC Video</title><link>http://weblogs.asp.net/craigshoemaker/archive/2009/10/06/15-desktop-backgrounds-to-support-net-development-and-pay-homage-to-the-gu.aspx#7237775</link><pubDate>Sat, 24 Oct 2009 09:11:14 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7237775</guid><dc:creator>Mike Taulty's Blog</dc:creator><description>&lt;p&gt;Similar to the previous Visual Studio 2010 and Silverlight videos of Scott’s sessions at the Manchester&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7237775" width="1" height="1"&gt;</description></item></channel></rss>