SilverlightShow: Recording of Webinar 'MVVM in Windows 8' by Gill Cleeren Comments http://www.silverlightshow.net/ Silverlight articles, Silverlight tutorials, Silverlight videos, Silverlight samples SilverlightShow.net http://www.rssboard.org/rss-specification Argotic Syndication Framework 2008.0.2.0, http://www.codeplex.com/Argotic en-US estoychev@completit.com (Emil Stoychev) Re: Recording of Webinar 'MVVM in Windows 8' by Gill Cleeren <p>Thanks for the demo! Really clears up plenty of things regarding MVVM for Windows 8.</p> <p>I just have a question regarding the navigation section (I understand that this is a demo/introduction and not always the best way is followed)</p> <p>The code in NavigationService.cs:</p> <p>                    var mainPageType = SimpleIoc.Default.GetInstance<IMainPage>(); // Creates a instance first time<br />                     Frame.Navigate(mainPageType.GetType()); // Always creates a new instance</p> <p>will create 2 instances of the MainViewModel class. One in the Ioc and another when it is navigated to. Is there  better way to do this? It seems as though we are only using the Ioc to execute the GetType() method to be used in navigation?</p> <p><br /> </p> <p>Thanks in advance.</p> http://www.silverlightshow.net/video/MVVM-in-Win8-Webinar.aspx#comment9369 ReynierBooysen http://www.silverlightshow.net/video/MVVM-in-Win8-Webinar.aspx Sun, 19 May 2013 14:41:37 GMT Re: Recording of Webinar 'MVVM in Windows 8' by Gill Cleeren <p>Great video, thanks! </p> http://www.silverlightshow.net/video/MVVM-in-Win8-Webinar.aspx#comment8586 FLUID http://www.silverlightshow.net/video/MVVM-in-Win8-Webinar.aspx Tue, 06 Nov 2012 19:47:54 GMT Re: Recording of Webinar 'MVVM in Windows 8' by Gill Cleeren This talk, and especially the Demo program gave me <em>exactly</em> what I need right now to get going on a <em>real</em> Windows 8 program. Thanks for sharing! http://www.silverlightshow.net/video/MVVM-in-Win8-Webinar.aspx#comment8580 ckapilla http://www.silverlightshow.net/video/MVVM-in-Win8-Webinar.aspx Thu, 01 Nov 2012 21:21:05 GMT