<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>MVVM</title>
        <link>http://blog.galasoft.ch/category/10201.aspx</link>
        <description>Model-View-ViewModel "light" toolkit and other MVVM related posts</description>
        <language>en-US</language>
        <copyright>Laurent Bugnion</copyright>
        <managingEditor>laurent@galasoft.ch</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
        <item>
            <title>Impressions, slides and code from TechDays Belgium and Netherlands</title>
            <link>http://blog.galasoft.ch/archive/2012/02/19/impressions-slides-and-code-from-techdays-belgium-and-netherlands.aspx</link>
            <description>&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; Posted the video of “MVVM Applied” below.&lt;/p&gt;  &lt;p&gt;This week I was “on tour” in Belgium and Netherlands and presented 3 times:&lt;/p&gt;  &lt;h2&gt;“MVVM Applied, From Silverlight to Windows Phone to Windows 8”&lt;/h2&gt;  &lt;p&gt;(in Belgium and Netherlands)&lt;/p&gt;  &lt;p&gt;The goal of this session was to make people feel confident that the skills they acquired working in various XAML frameworks (Silverlight, Windows Phone, WPF, Surface, etc) are going to help them tremendously when developing Windows 8 applications. It was a session packed with code, where we went from a Silverlight 5 application, added design time experience, reworked the design in Expression Blend, then created an application reusing most of the code in Windows Phone (including design time experience in Blend), and then created a WinRT application which, again, reused most of the code (including design time experience in the Visual Studio Designer). Of course the sample code uses &lt;a href="http://www.galasoft.ch/mvvm"&gt;the MVVM Light Toolkit&lt;/a&gt; in order to make the coding easier, and to maximize code reuse.&lt;/p&gt;  &lt;p&gt;I also showed techniques to keep as much compatible code as possible between the frameworks, and abstract the differences. For instance, Windows 8 is more asynchronous than Silverlight (which was already more asynchronous than WPF, remember the discussions around the lack of synchronous web requests in Silverlight?). In Windows 8, operations such as file system access and stream access (read/write) are asynchronous now. Using techniques such as callbacks, you can quite easily isolate the code that is Windows 8-specific, and call into it from shared code (more about this technique in a following blog post). It was an interesting session that gathered quite a lot of positive feedback.&lt;/p&gt;  &lt;p&gt;You can &lt;a href="https://skydrive.live.com/?cid=40cffde85f1ab56a&amp;amp;id=40CFFDE85F1AB56A%211136"&gt;download the following from Skydrive&lt;/a&gt;:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Start solution (PictureUploader-0-Start, running Silverlight 5 application, without design time data) &lt;/li&gt;    &lt;li&gt;Silverlight 5 (PictureUploader-1-SL5) design time data complete &lt;/li&gt;    &lt;li&gt;Windows Phone 7 (PictureUploader-2-WP7) application complete &lt;/li&gt;    &lt;li&gt;Windows 8 (PictureUploader-3-Win8) application complete &lt;/li&gt;    &lt;li&gt;Code snippets for VS10 (Snippets.vssettings, Silverlight 5 and Windows Phone) &lt;/li&gt;    &lt;li&gt;Code snippets for VS11 (SnippetsWin8.vssetings, Windows 8) &lt;/li&gt;    &lt;li&gt;Slides (MVVMApplied) &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;To import the code snippets in Visual Studio’s toolbox, select the menu Tools, Import and Export Settings, and select the snippets file. This will import the snippets into your toolbox. Note that if you had snippets in your toolbox before, it will add the new ones instead of overwriting the old ones.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Note about the Windows 8 sample: For some reason the sample refuses to start if you include the GalaSoft.MvvmLight.Extras DLL for Windows 8. It does however run just fine if you include the project instead. For that reason, I included a copy of that project’s source code and referenced it directly. Given the current state of Windows RT (developer preview), I won’t even waste any time looking for a fix. We’ll see about that in the Consumer preview ;)&lt;/em&gt;&lt;/p&gt; &lt;video controls="" poster="http://media.ch9.ms/ch9/7ad8/553f1512-b527-4639-8e92-088f852d7ad8/Techdays2012NetherlandsMVVMAppliedfromSilverlight_Custom.jpg"&gt;&lt;source src="http://media.ch9.ms/ch9/7ad8/553f1512-b527-4639-8e92-088f852d7ad8/Techdays2012NetherlandsMVVMAppliedfromSilverlight_mid.mp4" /&gt;&lt;source src="http://media.ch9.ms/ch9/7ad8/553f1512-b527-4639-8e92-088f852d7ad8/Techdays2012NetherlandsMVVMAppliedfromSilverlight.webm" /&gt;&lt;/video&gt;  &lt;p&gt;&lt;em&gt;The video of this talk, also available at &lt;a href="http://channel9.msdn.com/Events/TechDays/Techdays-2012-the-Netherlands/2264"&gt;Channel 9&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;  &lt;h2&gt;“100 Fidelity: From comps to apps, tips and tricks for XAML integration”&lt;/h2&gt;  &lt;p&gt;(in Netherlands only)&lt;/p&gt;  &lt;p&gt;The purpose of this session was to show the audience usage of various tools (of course mainly Expression Blend) to create user experience that is as close from the designers’ vision as possible. Nowadays with XAML and Blend, it is possible to reach 100% fidelity. I also talked about the integrator role, a role that we fully embrace at &lt;a href="http://www.identitymine.com"&gt;IdentityMine&lt;/a&gt;. The integrator’s main tool is Blend, and Blend is used to integrate the design assets into the application. We talked about and demoed the features that make Blend truly shine, such a gradient creation, resource management, animations, etc.&lt;/p&gt;  &lt;p&gt;Even though this session was in the graveyard shift (Friday afternoon, 4PM), I was positively surprised to see quite a few people attending. Also, when asked who in the audience is a designer, I saw approximately 10 hands raising, which is more than usual. Are we seeing more interest from designers in Blend due to Metro? One can only wish so!&lt;/p&gt;  &lt;p&gt;You can &lt;a href="https://skydrive.live.com/?cid=40cffde85f1ab56a&amp;amp;id=40CFFDE85F1AB56A%211136"&gt;download the following from Skydrive&lt;/a&gt;:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Slides (100%Fidelity) &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;There is no source code for this session, because most of the demos were about creating and integrating assets in Blend. Refer to the video for more details.&lt;/p&gt;  &lt;h2&gt;Screenshots&lt;/h2&gt;  &lt;p&gt;These screenshots are taken from the “MVVM Applied” session&lt;/p&gt;  &lt;p&gt;&lt;a title="2012021504 by lbugnionblog, on Flickr" href="http://www.flickr.com/photos/36917929@N06/6883243071/"&gt;&lt;img alt="2012021504" src="http://farm8.staticflickr.com/7055/6883243071_15de2d83b2_z.jpg" width="640" height="423" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;em&gt;Silverlight 5 application with a beginning of styling&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="2012021505 by lbugnionblog, on Flickr" href="http://www.flickr.com/photos/36917929@N06/6883240399/"&gt;&lt;img alt="2012021505" src="http://farm8.staticflickr.com/7062/6883240399_26fff3ff6f_z.jpg" width="352" height="640" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;em&gt;Windows Phone application start screen&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="2012021507 by lbugnionblog, on Flickr" href="http://www.flickr.com/photos/36917929@N06/6883241443/"&gt;&lt;img alt="2012021507" src="http://farm8.staticflickr.com/7045/6883241443_c9665737f3_z.jpg" width="352" height="640" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Windows Phone application during upload&lt;/em&gt;&lt;/p&gt;  &lt;p&gt; &lt;a title="2012021508 by lbugnionblog, on Flickr" href="http://www.flickr.com/photos/36917929@N06/6883242077/"&gt;&lt;img alt="2012021508" src="http://farm8.staticflickr.com/7204/6883242077_b1a1c6c1ab_z.jpg" width="352" height="640" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Windows Phone application, upload completed&lt;/em&gt;&lt;/p&gt;  &lt;p&gt; &lt;a title="2012021501 by lbugnionblog, on Flickr" href="http://www.flickr.com/photos/36917929@N06/6883234961/"&gt;&lt;img alt="2012021501" src="http://farm8.staticflickr.com/7046/6883234961_ca2901aae9_z.jpg" width="640" height="360" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;em&gt;Windows 8 application, start screen with application bar&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="2012021502 by lbugnionblog, on Flickr" href="http://www.flickr.com/photos/36917929@N06/6883239829/"&gt;&lt;img alt="2012021502" src="http://farm8.staticflickr.com/7067/6883239829_19fd596791_z.jpg" width="640" height="360" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;em&gt;Windows 8 picture picker&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="2012021503 by lbugnionblog, on Flickr" href="http://www.flickr.com/photos/36917929@N06/6883236309/"&gt;&lt;img alt="2012021503" src="http://farm8.staticflickr.com/7203/6883236309_fb4ff7826e_z.jpg" width="640" height="360" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;em&gt;Windows 8 application during upload&lt;/em&gt;&lt;/p&gt;  &lt;h2&gt;A few impressions&lt;/h2&gt;  &lt;p&gt;&lt;a title="WP_001358 by Laurent Bugnion, on Flickr" href="http://www.flickr.com/photos/lbugnion/6905413593/"&gt;&lt;img alt="WP_001358" src="http://farm8.staticflickr.com/7205/6905413593_8c4580c6f8.jpg" width="500" height="375" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;em&gt;The room where I presented MVVM Applied in Netherlands&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="WP_001359 by Laurent Bugnion, on Flickr" href="http://www.flickr.com/photos/lbugnion/6905414541/"&gt;&lt;img alt="WP_001359" src="http://farm8.staticflickr.com/7067/6905414541_8d54b0d17f.jpg" width="500" height="375" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;em&gt;The room where I presented MVVM Applied in Netherlands&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="WP_001360 by Laurent Bugnion, on Flickr" href="http://www.flickr.com/photos/lbugnion/6905418111/"&gt;&lt;img alt="WP_001360" src="http://farm8.staticflickr.com/7063/6905418111_38b2be7e24.jpg" width="500" height="375" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;They had my book (and Brennon’s) at the conference bookstore :)&lt;/em&gt; &lt;/p&gt; &lt;object type="application/x-shockwave-flash" width="640" height="360" data="http://www.flickr.com/apps/video/stewart.swf?v=109786" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"&gt; &lt;param name="flashvars" value="intl_lang=en-us&amp;amp;photo_secret=74a3f9a504&amp;amp;photo_id=6905458231&amp;amp;hd_default=false" /&gt; &lt;param name="movie" value="http://www.flickr.com/apps/video/stewart.swf?v=109786" /&gt; &lt;param name="bgcolor" value="#000000" /&gt; &lt;param name="allowFullScreen" value="true" /&gt;&lt;embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/video/stewart.swf?v=109786" bgcolor="#000000" allowfullscreen="true" flashvars="intl_lang=en-us&amp;amp;photo_secret=74a3f9a504&amp;amp;photo_id=6905458231&amp;amp;hd_default=false" height="360" width="640"&gt;&lt;/embed&gt;&lt;/object&gt;  &lt;p&gt;&lt;em&gt;A cool clownfish&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;Cheers,    &lt;br /&gt;Laurent&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;div style="margin-bottom: -1em"&gt;   &lt;div style="vertical-align: middle"&gt;&lt;a href="http://www.galasoft.ch/"&gt;&lt;img title="GalaSoft Laurent Bugnion" alt="GalaSoft Laurent Bugnion" src="http://www.galasoft.ch/logo/Current/logo_120x30.png" /&gt;&lt;/a&gt; &lt;/div&gt;    &lt;div style="position: relative; top: -36px; left: 130px"&gt;&lt;strong&gt;&lt;a href="http://www.galasoft.ch/contact_en.html"&gt;Laurent Bugnion (GalaSoft)&lt;/a&gt;&lt;/strong&gt;       &lt;br /&gt;&lt;a href="http://feeds.feedburner.com/galasoft"&gt;Subscribe&lt;/a&gt; | &lt;a href="http://twitter.com/lbugnion"&gt;Twitter&lt;/a&gt; | &lt;a href="http://www.facebook.com/lbugnion"&gt;Facebook&lt;/a&gt; | &lt;a href="http://www.flickr.com/photos/lbugnion"&gt;Flickr&lt;/a&gt; | &lt;a href="http://www.linkedin.com/in/lbugnion"&gt;LinkedIn&lt;/a&gt;       &lt;br /&gt;&lt;iframe style="border-bottom-style: none; margin-top: 7px; border-left-style: none; width: 450px; border-top-style: none; margin-bottom: -20px; height: 23px; border-right-style: none; overflow: hidden" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.galasoft.ch/archive/2012/02/19/impressions-slides-and-code-from-techdays-belgium-and-netherlands.aspx&amp;amp;layout=standard&amp;amp;show_faces=true&amp;amp;width=450&amp;amp;action=like&amp;amp;colorscheme=light" frameborder="0" allowtransparency="allowtransparency" scrolling="no"&gt;&lt;/iframe&gt;&lt;/div&gt; &lt;/div&gt; &lt;img src="http://blog.galasoft.ch/aggbug/148757.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Laurent Bugnion</dc:creator>
            <guid>http://blog.galasoft.ch/archive/2012/02/19/impressions-slides-and-code-from-techdays-belgium-and-netherlands.aspx</guid>
            <pubDate>Sun, 19 Feb 2012 22:30:25 GMT</pubDate>
            <wfw:comment>http://blog.galasoft.ch/comments/148757.aspx</wfw:comment>
            <comments>http://blog.galasoft.ch/archive/2012/02/19/impressions-slides-and-code-from-techdays-belgium-and-netherlands.aspx#feedback</comments>
            <wfw:commentRss>http://blog.galasoft.ch/comments/commentRss/148757.aspx</wfw:commentRss>
            <trackback:ping>http://blog.galasoft.ch/services/trackbacks/148757.aspx</trackback:ping>
        </item>
        <item>
            <title>Solving the ObservableCollection bug on Windows 8</title>
            <link>http://blog.galasoft.ch/archive/2012/02/19/solving-the-observablecollection-bug-on-windows-8.aspx</link>
            <description>&lt;p&gt;If you tried to build applications for Windows 8 with XAML/C#, you may have noticed an annoying issue: If you have a list controls (for example a GridView) and you bind the ItemsSource property to a property of type ObservableCollection&amp;lt;Something&amp;gt; on your ViewModel, the GridView is not updated when the collection’s content changes. The CollectionChanged event is raised properly, but it is not honored by the binding system.&lt;/p&gt;  &lt;p&gt;Thankfully, this is a temporary bug, and it should be solved in the Consumer Preview version of Windows 8, due for release end of February. In the meantime, however, it is easy to circumvent this bug.&lt;/p&gt;  &lt;p&gt;To find a solution, I researched the web and found a class named ObservableVector, for which changes are honored by the binding system. However this class had a major flaw: it forces the original ObservableCollection to be &amp;lt;object&amp;gt; instead of being strongly typed. This is of course super annoying when you are trying to share code with Silverlight/WPF/Windows Phone. So I took a good look at it, and I came up with what I think is a better implementation.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://www.galasoft.ch/blogs-all/Resources/2012021901/ObservableVector.zip"&gt;Download the improved ObservableVector class&lt;/a&gt; from here. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;With this implementation, the original ObservableCollection can remain untouched. For instance, if you have this in the original, shared MainViewModel.cs file:&lt;/p&gt;  &lt;pre class="csharp" name="code"&gt;public partial class MainViewModel : ViewModelBase
{
    public ObservableCollection&amp;lt;UploadFileInfoViewModel&amp;gt; Files
    {
        get;
        set;
    }

    // ...
}&lt;/pre&gt;

&lt;p&gt;Notice that the MainViewModel class is partial. This allows easily adding the following code only into the Win8 project, into another file added only to the Win8 project, named MainViewModel.Win8.cs:&lt;/p&gt;

&lt;pre class="csharp" name="code"&gt;public partial class MainViewModel
{
    private ObservableVector&amp;lt;object, UploadFileInfoViewModel&amp;gt; _filesWin8;
    public ObservableVector&amp;lt;object, UploadFileInfoViewModel&amp;gt; FilesWin8
    {
        get
        {
            if (_filesWin8 == null)
            {
                Files.CollectionChanged += (s, e) =&amp;gt;
                {
                    if (e.NewItems != null)
                    {
                        foreach (var file in e.NewItems)
                        {
                            FilesWin8.Add(file);
                        }
                    }

                    if (e.OldItems != null)
                    {
                        foreach (var file in e.OldItems)
                        {
                            FilesWin8.Remove(file);
                        }
                    }
                };

                _filesWin8 = Files.ToObservableVector&amp;lt;object, UploadFileInfoViewModel&amp;gt;();
            }

            return _filesWin8;
        }
    }
}&lt;/pre&gt;

&lt;p&gt;This adds a new property to the MainViewModel class, which observes the old property’s CollectionChanged event. This way, by binding the GridView’s ItemsSource property to FilesWin8 instead of Files, your UI will react properly to the event.&lt;/p&gt;

&lt;p&gt;Hopefully this little trick will help the readers while waiting for the Consumer Preview!&lt;/p&gt;

&lt;p&gt;Cheers,
  &lt;br /&gt;Laurent&lt;/p&gt;

&lt;p&gt; &lt;/p&gt;
&lt;div style="margin-bottom: -1em"&gt;
&lt;div style="vertical-align: middle"&gt;&lt;a href="http://www.galasoft.ch/"&gt;&lt;img title="GalaSoft Laurent Bugnion" alt="GalaSoft Laurent Bugnion" src="http://www.galasoft.ch/logo/Current/logo_120x30.png" /&gt;&lt;/a&gt; &lt;/div&gt;
&lt;div style="position: relative; top: -36px; left: 130px"&gt;&lt;strong&gt;&lt;a href="http://www.galasoft.ch/contact_en.html"&gt;Laurent Bugnion (GalaSoft)&lt;/a&gt;&lt;/strong&gt; &lt;br /&gt;&lt;a href="http://feeds.feedburner.com/galasoft"&gt;Subscribe&lt;/a&gt; | &lt;a href="http://twitter.com/lbugnion"&gt;Twitter&lt;/a&gt; | &lt;a href="http://www.facebook.com/lbugnion"&gt;Facebook&lt;/a&gt; | &lt;a href="http://www.flickr.com/photos/lbugnion"&gt;Flickr&lt;/a&gt; | &lt;a href="http://www.linkedin.com/in/lbugnion"&gt;LinkedIn&lt;/a&gt; &lt;br /&gt;&lt;iframe style="border-bottom-style: none; margin-top: 7px; border-left-style: none; width: 450px; border-top-style: none; margin-bottom: -20px; height: 23px; border-right-style: none; overflow: hidden" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.galasoft.ch/archive/2012/02/19/solving-the-observablecollection-bug-on-windows-8.aspx&amp;amp;layout=standard&amp;amp;show_faces=true&amp;amp;width=450&amp;amp;action=like&amp;amp;colorscheme=light" frameborder="0" allowtransparency="" scrolling="no"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/div&gt; &lt;img src="http://blog.galasoft.ch/aggbug/148755.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Laurent Bugnion</dc:creator>
            <guid>http://blog.galasoft.ch/archive/2012/02/19/solving-the-observablecollection-bug-on-windows-8.aspx</guid>
            <pubDate>Sun, 19 Feb 2012 17:11:24 GMT</pubDate>
            <wfw:comment>http://blog.galasoft.ch/comments/148755.aspx</wfw:comment>
            <comments>http://blog.galasoft.ch/archive/2012/02/19/solving-the-observablecollection-bug-on-windows-8.aspx#feedback</comments>
            <wfw:commentRss>http://blog.galasoft.ch/comments/commentRss/148755.aspx</wfw:commentRss>
            <trackback:ping>http://blog.galasoft.ch/services/trackbacks/148755.aspx</trackback:ping>
        </item>
        <item>
            <title>Screenshots of my #mvvm demo at #techdaysbe</title>
            <link>http://blog.galasoft.ch/archive/2012/02/15/screenshots-of-my-mvvm-demo-at-techdaysbe.aspx</link>
            <description>&lt;p&gt;Today I gave a talk in TechDays in Belgium about MVVM in Silverlight 5, Windows Phone 7 and Windows 8. This was the first time I gave that particular talk, and in addition keep in mind this is a developer preview, meaning that it is not finished, and not always stable. &lt;/p&gt;  &lt;p&gt;I had a few surprises with this build. For example from time to time, the new “Metro style applications” just cannot be launched anymore. Nothing that a simple reboot cannot fix… but I’ll come back to that in a moment.&lt;/p&gt;  &lt;p&gt;A couple of hours before my session started, I was notified by Windows 8 that it wanted to install updates. I even joked about it on Twitter. No way was I going to install updates just before a talk! Everyone knows you shouldn’t do that, it can change your computer configuration and cause unexpected effects during the talk! Yeah I thought I was clever.&lt;/p&gt;  &lt;p&gt;The presentation went well, but towards the end I wanted to run the application to show it to my audience. Unfortunately when I clicked the shortcut on the Start screen, nothing happened. I tried launching another Metro app and it also failed. I immediately thought it was the effect I mentioned before, where Metro apps stop working and you need to reboot. Turns out I was wrong. Of course the decision I had to take, with more than 100 people waiting for my next move, was tough. I decided to reboot. And yep, at that moment I had totally forgotten about the pending updates.&lt;/p&gt;  &lt;p&gt;And this is what happened:&lt;/p&gt; &lt;a title="422588_10150597686144651_824314650_8775617_2027170317_n by lbugnionblog, on Flickr" href="http://www.flickr.com/photos/36917929@N06/6883256469/"&gt;&lt;img alt="422588_10150597686144651_824314650_8775617_2027170317_n" src="http://farm8.staticflickr.com/7053/6883256469_763aa1aa58_o.jpg" width="720" height="539" /&gt;&lt;/a&gt;   &lt;p&gt;Damn &lt;img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://geekswithblogs.net/images/geekswithblogs_net/lbugnion/Windows-Live-Writer/Screenshots-of-my-mvvm-demo-at-techdaysb_144F8/wlEmoticon-smile_2.png" /&gt; well I have to say the audience was really nice and supportive. I took the occasion to take a few questions (THANK YOU to those who asked something and gave me the chance to fill that void with content!!)&lt;/p&gt;  &lt;h2&gt;What was the issue actually?&lt;/h2&gt;  &lt;p&gt;After reboot I tried again, and the same result happened: No Metro apps could be started. From the room, I got the suggestion that it was a resolution problem. And indeed: You cannot run Metro applications with less than 768 pixels vertical resolution. And because of the projector, I was running at 1280x720. So I thought OK, let’s try it, increased the resolution to 1280x768 and indeed I could start the Metro apps… but then the projector stopped showing the image!&lt;/p&gt;  &lt;p&gt;That’s really a tough problem to solve, and I must say I am not quite sure yet how to make this work. Projectors nowadays are, for the most part, limited to 1024x768 resolution. If you want to go 16:9, you often get 1280x720. My tests after my session show that at 1024x768, Metro apps seem to run but I am not sure what will happen when I attach the projector again in my next session… I guess I will find out tomorrow &lt;img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://geekswithblogs.net/images/geekswithblogs_net/lbugnion/Windows-Live-Writer/Screenshots-of-my-mvvm-demo-at-techdaysb_144F8/wlEmoticon-smile_2.png" /&gt;&lt;/p&gt;  &lt;h2&gt;Screenshots&lt;/h2&gt;  &lt;p&gt;I thought I would take this occasion to show my excellent audience what I wanted to actually show them, and how the finished Metro application looks like. So here are some screenshots. First you will recognize the Silverlight 5 version of the uploader, then the Windows Phone one, and finally the Metro application. I will post the code and the presentation in the following few days, and the video of the presentation will follow shortly after the Windows 8 beta is released. I want to really thank everyone for their attention and support, and for the many kind words I received after my session.&lt;/p&gt; &lt;a title="2012021504 by lbugnionblog, on Flickr" href="http://www.flickr.com/photos/36917929@N06/6883243071/"&gt;&lt;img alt="2012021504" src="http://farm8.staticflickr.com/7055/6883243071_19a6ccb8a2_o.png" width="640" height="422" /&gt;&lt;/a&gt;   &lt;p&gt;&lt;em&gt;Silverlight 5 version&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="2012021505 by lbugnionblog, on Flickr" href="http://www.flickr.com/photos/36917929@N06/6883240399/"&gt;&lt;img alt="2012021505" src="http://farm8.staticflickr.com/7062/6883240399_60bed0dd23_o.png" width="402" height="731" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;em&gt;Windows Phone initial screen&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="2012021506 by lbugnionblog, on Flickr" href="http://www.flickr.com/photos/36917929@N06/6883240973/"&gt;&lt;img alt="2012021506" src="http://farm8.staticflickr.com/7204/6883240973_51c7b9137b_o.png" width="402" height="731" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;em&gt;Windows Phone picture selection&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="2012021507 by lbugnionblog, on Flickr" href="http://www.flickr.com/photos/36917929@N06/6883241443/"&gt;&lt;img alt="2012021507" src="http://farm8.staticflickr.com/7045/6883241443_5fe2f5d315_o.png" width="402" height="731" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;em&gt;Windows Phone during upload&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="2012021508 by lbugnionblog, on Flickr" href="http://www.flickr.com/photos/36917929@N06/6883242077/"&gt;&lt;img alt="2012021508" src="http://farm8.staticflickr.com/7204/6883242077_7103aab884_o.png" width="402" height="731" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;em&gt;Windows Phone upload completed&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="2012021501 by lbugnionblog, on Flickr" href="http://www.flickr.com/photos/36917929@N06/6883234961/"&gt;&lt;img alt="2012021501" src="http://farm8.staticflickr.com/7046/6883234961_4675e0b4ee_o.png" width="640" height="360" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;em&gt;Windows 8 initial screen with Application Bar&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="2012021502 by lbugnionblog, on Flickr" href="http://www.flickr.com/photos/36917929@N06/6883239829/"&gt;&lt;img alt="2012021502" src="http://farm8.staticflickr.com/7067/6883239829_bc2fbd585e_o.png" width="640" height="360" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;em&gt;Windows 8 Picture Picker&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="2012021503 by lbugnionblog, on Flickr" href="http://www.flickr.com/photos/36917929@N06/6883236309/"&gt;&lt;img alt="2012021503" src="http://farm8.staticflickr.com/7203/6883236309_32e7c8f658_o.png" width="640" height="360" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Windows 8 during upload&lt;/em&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;div style="margin-bottom: -1em"&gt;   &lt;div style="vertical-align: middle"&gt;&lt;a href="http://www.galasoft.ch/"&gt;&lt;img title="GalaSoft Laurent Bugnion" alt="GalaSoft Laurent Bugnion" src="http://www.galasoft.ch/logo/Current/logo_120x30.png" /&gt;&lt;/a&gt; &lt;/div&gt;    &lt;div style="position: relative; top: -36px; left: 130px"&gt;&lt;strong&gt;&lt;a href="http://www.galasoft.ch/contact_en.html"&gt;Laurent Bugnion (GalaSoft)&lt;/a&gt;&lt;/strong&gt;       &lt;br /&gt;&lt;a href="http://feeds.feedburner.com/galasoft"&gt;Subscribe&lt;/a&gt; | &lt;a href="http://twitter.com/lbugnion"&gt;Twitter&lt;/a&gt; | &lt;a href="http://www.facebook.com/lbugnion"&gt;Facebook&lt;/a&gt; | &lt;a href="http://www.flickr.com/photos/lbugnion"&gt;Flickr&lt;/a&gt; | &lt;a href="http://www.linkedin.com/in/lbugnion"&gt;LinkedIn&lt;/a&gt;       &lt;br /&gt;&lt;iframe style="border-bottom-style: none; margin-top: 7px; border-left-style: none; width: 450px; border-top-style: none; margin-bottom: -20px; height: 23px; border-right-style: none; overflow: hidden" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.galasoft.ch&amp;amp;layout=standard&amp;amp;show_faces=true&amp;amp;width=450&amp;amp;action=like&amp;amp;colorscheme=light" frameborder="0" allowtransparency="allowtransparency" scrolling="no"&gt;&lt;/iframe&gt;&lt;/div&gt; &lt;/div&gt; &lt;img src="http://blog.galasoft.ch/aggbug/148722.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Laurent Bugnion</dc:creator>
            <guid>http://blog.galasoft.ch/archive/2012/02/15/screenshots-of-my-mvvm-demo-at-techdaysbe.aspx</guid>
            <pubDate>Wed, 15 Feb 2012 22:52:35 GMT</pubDate>
            <wfw:comment>http://blog.galasoft.ch/comments/148722.aspx</wfw:comment>
            <comments>http://blog.galasoft.ch/archive/2012/02/15/screenshots-of-my-mvvm-demo-at-techdaysbe.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://blog.galasoft.ch/comments/commentRss/148722.aspx</wfw:commentRss>
            <trackback:ping>http://blog.galasoft.ch/services/trackbacks/148722.aspx</trackback:ping>
        </item>
        <item>
            <title>Bug fix: WPF4 project template for #MVVMLight V3</title>
            <link>http://blog.galasoft.ch/archive/2012/01/25/bug-fix-wpf4-project-template-for-mvvmlight-v3.aspx</link>
            <description>&lt;p&gt;Ironically, my last release of MVVM Light V3 was about fixing bugs in templates and making them better. In the process however, seems that I introduced a regression bug in the WPF4 project templates. Yep shit happens.&lt;/p&gt;  &lt;h2&gt;How do I know if I have the bug?&lt;/h2&gt;  &lt;p&gt;Check the Programs and Features control panel, and look for MVVM Light. If the “Version” column shows &lt;font color="#ff0000"&gt;3.0.&lt;font size="3"&gt;&lt;strong&gt;2&lt;/strong&gt;&lt;/font&gt;.19&lt;/font&gt;, you have the bug. If it shows anything higher, you don’t. For instance, the new version with the bug correction is 3.0.3.19. Also, any version 4.*.*.* does not have this bug.&lt;/p&gt; &lt;a title="MVVM Light version check" href="http://www.flickr.com/photos/36917929@N06/6757419835"&gt;&lt;img src="http://farm8.staticflickr.com/7164/6757419835_f830cfcc68_b_d.jpg" /&gt;&lt;/a&gt;   &lt;p&gt;Alternatively, simply try to create a new WPF4 MVVM Light application in Studio. If you see the following warning, you have the bug.&lt;/p&gt; &lt;a title="Snagit Capture for Flickr" href="http://www.flickr.com/photos/36917929@N06/6757445519"&gt;&lt;img src="http://farm8.staticflickr.com/7171/6757445519_ec38c6852f_d.jpg" /&gt;&lt;/a&gt;   &lt;h2&gt;Upgrading&lt;/h2&gt;  &lt;p&gt;To fix the bug, &lt;a href="http://mvvmlight.codeplex.com/releases/view/71278"&gt;simply download V3.0.3.19 from Codeplex&lt;/a&gt; and install. You don’t need to uninstall the previous version.&lt;/p&gt;  &lt;h2&gt;What’s next?&lt;/h2&gt;  &lt;p&gt;I am working hard on V4 and have some nice improvements coming up. Many people have asked me when the “beta” will come out of MVVM Light, and the answer is “soon”. In the coming few days, I will publish a temporary release that corrects a few memory leaks, notably in the Messenger and in the RelayCommand. This will give expert users time to test and report issues. Then I still have a couple of fixes and I will release a release candidate. I won’t add any new feature after the RC, but will merely fix bugs if people find some. Once the RC is deemed stable, I will release V4 and take a deep breath! &lt;/p&gt;  &lt;p&gt;And yes, there will be a V5 &lt;img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://geekswithblogs.net/images/geekswithblogs_net/lbugnion/Windows-Live-Writer/Small-bug-fix-WPF4-project-template-for-_14B52/wlEmoticon-smile_2.png" /&gt;&lt;/p&gt;  &lt;p&gt;Happy coding,    &lt;br /&gt;Laurent&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;div style="margin-bottom: -1em"&gt;   &lt;div style="vertical-align: middle"&gt;&lt;a href="http://www.galasoft.ch/"&gt;&lt;img title="GalaSoft Laurent Bugnion" alt="GalaSoft Laurent Bugnion" src="http://www.galasoft.ch/logo/Current/logo_120x30.png" /&gt;&lt;/a&gt; &lt;/div&gt;    &lt;div style="position: relative; top: -36px; left: 130px"&gt;&lt;strong&gt;&lt;a href="http://www.galasoft.ch/contact_en.html"&gt;Laurent Bugnion (GalaSoft)&lt;/a&gt;&lt;/strong&gt;       &lt;br /&gt;&lt;a href="http://feeds.feedburner.com/galasoft"&gt;Subscribe&lt;/a&gt; | &lt;a href="http://twitter.com/lbugnion"&gt;Twitter&lt;/a&gt; | &lt;a href="http://www.facebook.com/lbugnion"&gt;Facebook&lt;/a&gt; | &lt;a href="http://www.flickr.com/photos/lbugnion"&gt;Flickr&lt;/a&gt; | &lt;a href="http://www.linkedin.com/in/lbugnion"&gt;LinkedIn&lt;/a&gt;       &lt;br /&gt;&lt;iframe style="border-bottom-style: none; margin-top: 7px; border-left-style: none; width: 450px; border-top-style: none; margin-bottom: -20px; height: 23px; border-right-style: none; overflow: hidden" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.galasoft.ch/archive/2012/01/25/bug-fix-wpf4-project-template-for-mvvmlight-v3.aspx&amp;amp;layout=standard&amp;amp;show_faces=true&amp;amp;width=450&amp;amp;action=like&amp;amp;colorscheme=light" frameborder="0" allowtransparency="allowtransparency" scrolling="no"&gt;&lt;/iframe&gt;&lt;/div&gt; &lt;/div&gt; &lt;img src="http://blog.galasoft.ch/aggbug/148474.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Laurent Bugnion</dc:creator>
            <guid>http://blog.galasoft.ch/archive/2012/01/25/bug-fix-wpf4-project-template-for-mvvmlight-v3.aspx</guid>
            <pubDate>Tue, 24 Jan 2012 23:40:09 GMT</pubDate>
            <wfw:comment>http://blog.galasoft.ch/comments/148474.aspx</wfw:comment>
            <comments>http://blog.galasoft.ch/archive/2012/01/25/bug-fix-wpf4-project-template-for-mvvmlight-v3.aspx#feedback</comments>
            <wfw:commentRss>http://blog.galasoft.ch/comments/commentRss/148474.aspx</wfw:commentRss>
            <trackback:ping>http://blog.galasoft.ch/services/trackbacks/148474.aspx</trackback:ping>
        </item>
        <item>
            <title>New MVVM Light templates with bug fixes</title>
            <link>http://blog.galasoft.ch/archive/2012/01/02/new-mvvm-light-templates-with-bug-fixes.aspx</link>
            <description>&lt;p&gt;The current version of MVVM Light had a couple of issues in the project templates. The most annoying one was causing a problem when creating new projects: The GUIDs used to uniquely identify the project were in fact not re-generated properly every time, and we ended up with the same GUID in every new project. The symptoms are the following: If you side-load an MVVM Light application, and then side-load another one, you will see that the first one is overwritten. Note however that &lt;strong&gt;this is only an issue when side-loading applications&lt;/strong&gt;: The GUIDs are properly re-generated and overwritten by Microsoft during the app approval process.&lt;/p&gt;  &lt;p&gt;This was not really an issue with WPF and Silverlight applications (which is why the bug was never found until now), however the Windows Phone uses these GUIDs to check if the application is already installed on the Windows Phone device or not. &lt;/p&gt;  &lt;p&gt;I also took this occasion to update the templates with some information in the AssemblyInfo.cs, so that should make it even easier to fill the assembly information.&lt;/p&gt;  &lt;p&gt;I just published a new MSI that corrects the issue. You can install the new MSI on top of the existing one. As usual, there is an MSI for &lt;a href="http://mvvmlight.codeplex.com/releases/view/71278"&gt;MVVM Light V3&lt;/a&gt; and one for &lt;a href="http://mvvmlight.codeplex.com/releases/view/73208"&gt;MVVM Light V4 beta&lt;/a&gt;.&lt;/p&gt;  &lt;h2&gt;Fixing the issue in existing applications&lt;/h2&gt;  &lt;p&gt;If you encounter this issue in existing application, you can use the following steps to correct it. Note that I recommend you to follow these steps for every MVVM Light application.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Start the GUID generator installed with Visual Studio (open the Start menu and type GUID to find it). &lt;/li&gt;    &lt;li&gt;In the GUID generator, select the Registry Format. &lt;/li&gt;    &lt;li&gt;Press the New GUID button and then the Copy button. &lt;/li&gt; &lt;/ul&gt; &lt;a title="GUID generator" href="http://www.flickr.com/photos/36917929@N06/6621147243/"&gt;&lt;img alt="2011010201" src="http://farm8.staticflickr.com/7156/6621147243_e4dc1db068_o.png" width="403" height="424" /&gt;&lt;/a&gt;   &lt;ul&gt;   &lt;li&gt;Open the CSPROJ file in Notepad (or any text editor). &lt;/li&gt;    &lt;li&gt;Locate the &amp;lt;ProjectGuid&amp;gt; attribute. &lt;/li&gt;    &lt;li&gt;Select its content and paste the GUID you previously copied. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;For Windows Phone projects only, in addition:&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;In the GUID generator, press the New GUID button and then the Copy button. &lt;/li&gt;    &lt;li&gt;Open the file WMAppManifest.xml (in the Properties folder). &lt;/li&gt;    &lt;li&gt;Find the ProductID attribute and replace its content with the GUID you previously copied. &lt;/li&gt; &lt;/ul&gt;  &lt;h3&gt;Projects exposed to COM&lt;/h3&gt;  &lt;p&gt;Some project also have a GUID in the AssemblyInfo.cs. Open this file in Visual Studio or in Notepad and check if you can see a GUID there. If there is one, copy a new GUID from the GUID generator and replace the old one with the one you just copied. Be careful to remove the opening ‘{‘ and closing ‘}’.&lt;/p&gt;  &lt;h2&gt;That’s it&lt;/h2&gt;  &lt;p&gt;Apologies for this bug, and thanks to everyone who reported it and helped make MVVM Light better.&lt;/p&gt;  &lt;p&gt;Cheers,    &lt;br /&gt;Laurent&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;div style="margin-bottom: -1em"&gt;   &lt;div style="vertical-align: middle"&gt;&lt;a href="http://www.galasoft.ch/"&gt;&lt;img title="GalaSoft Laurent Bugnion" alt="GalaSoft Laurent Bugnion" src="http://www.galasoft.ch/logo/Current/logo_120x30.png" /&gt;&lt;/a&gt; &lt;/div&gt;    &lt;div style="position: relative; left: 130px; top: -36px"&gt;&lt;strong&gt;&lt;a href="http://www.galasoft.ch/contact_en.html"&gt;Laurent Bugnion (GalaSoft)&lt;/a&gt;&lt;/strong&gt;       &lt;br /&gt;&lt;a href="http://feeds.feedburner.com/galasoft"&gt;Subscribe&lt;/a&gt; | &lt;a href="http://twitter.com/lbugnion"&gt;Twitter&lt;/a&gt; | &lt;a href="http://www.facebook.com/lbugnion"&gt;Facebook&lt;/a&gt; | &lt;a href="http://www.flickr.com/photos/lbugnion"&gt;Flickr&lt;/a&gt; | &lt;a href="http://www.linkedin.com/in/lbugnion"&gt;LinkedIn&lt;/a&gt;       &lt;br /&gt;&lt;iframe style="border-top-style: none; margin-bottom: -20px; height: 23px; width: 450px; border-bottom-style: none; overflow: hidden; border-right-style: none; border-left-style: none; margin-top: 7px" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.galasoft.ch/archive/2012/01/02/new-mvvm-light-templates-with-bug-fixes.aspx&amp;amp;layout=standard&amp;amp;show_faces=true&amp;amp;width=450&amp;amp;action=like&amp;amp;colorscheme=light" frameborder="0" allowtransparency="allowtransparency" scrolling="no"&gt;&lt;/iframe&gt;&lt;/div&gt; &lt;/div&gt; &lt;img src="http://blog.galasoft.ch/aggbug/148217.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Laurent Bugnion</dc:creator>
            <guid>http://blog.galasoft.ch/archive/2012/01/02/new-mvvm-light-templates-with-bug-fixes.aspx</guid>
            <pubDate>Mon, 02 Jan 2012 20:13:28 GMT</pubDate>
            <wfw:comment>http://blog.galasoft.ch/comments/148217.aspx</wfw:comment>
            <comments>http://blog.galasoft.ch/archive/2012/01/02/new-mvvm-light-templates-with-bug-fixes.aspx#feedback</comments>
            <wfw:commentRss>http://blog.galasoft.ch/comments/commentRss/148217.aspx</wfw:commentRss>
            <trackback:ping>http://blog.galasoft.ch/services/trackbacks/148217.aspx</trackback:ping>
        </item>
        <item>
            <title>MVVM Light installers and Nuget (including Silverlight 5) #mvvmlight</title>
            <link>http://blog.galasoft.ch/archive/2011/12/18/mvvm-light-installers-and-nuget-including-silverlight-5-mvvmlight.aspx</link>
            <description>&lt;p&gt;I just pushed two big updates to MVVM Light setup components.&lt;/p&gt;  &lt;h2&gt;MSI installers with Silverlight 5 support&lt;/h2&gt;  &lt;p&gt;The MSI installers are available on Codeplex. The current version supports Silverlight 3, Silverlight 4, &lt;strong&gt;Silverlight 5 (new)&lt;/strong&gt;, WPF 3.5 SP1, WPF 4, Windows Phone 7.0 and Windows Phone 7.1. The &lt;a href="http://mvvmlight.codeplex.com/releases/view/71278"&gt;installer for V3&lt;/a&gt; is available, as well &lt;a href="http://mvvmlight.codeplex.com/releases/view/73208"&gt;as the one for V4 beta&lt;/a&gt;.&lt;/p&gt;  &lt;h2&gt;NuGet support including Silverlight 5&lt;/h2&gt;  &lt;p&gt;I also pushed a new version of the NuGet packages which includes Silverlight 5. To install MVVM Light into an existing application with the help of the NuGet package manager in Visual Studio, &lt;a href="http://www.galasoft.ch/mvvm/installing/nuget"&gt;check the instructions&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;If you look for “mvvmlight” on NuGet, you will find four packages:&lt;/p&gt; &lt;a title="" href="http://www.flickr.com/photos/36917929@N06/6532927729"&gt;&lt;img src="http://farm8.staticflickr.com/7149/6532927729_d66b49a854.jpg" width="500" height="333" /&gt;&lt;/a&gt;   &lt;ul&gt;   &lt;li&gt;MVVM Light: The whole package, libraries + ViewModelLocator + MainViewModel. Installing this also modifies App.xaml to install the ViewModelLocator. This package is for V3 of MVVM Light! &lt;/li&gt;    &lt;li&gt;MVVM Light libraries only: Installs only the DLLs and references them. This package is for V3 of MVVM Light! &lt;/li&gt;    &lt;li&gt;MVVM Light [Preview]: This is the whole package too, but for V4 beta. &lt;/li&gt;    &lt;li&gt;MVVM Light libraries only [Preview]: Just the DLLs, for V4 beta. &lt;/li&gt; &lt;/ul&gt;  &lt;h2&gt;Update on V4’s availability&lt;/h2&gt;  &lt;p&gt;One of the most annoying issues in V3 is a memory leak that can appear in the Messenger component in certain circumstances. I will post details in due time, but there is indeed a risk that an instance is not garbage collected if it is registered with the Messenger with a non-static method, and if the developer omits to unregister the instance before deleting it.&lt;/p&gt;  &lt;p&gt;Because of the promise of a “weak” registration, I really want to solve this issue. Currently, I am able to completely solve it in WPF, and to solve it in most cases in Silverlight (including Windows Phone). There is still one special case in Silverlight where a memory leak may remain, and I am currently working on handling this. I am not sure that there is a solution for this last scenario, but there are other alternatives that it is not a blocking issue anymore.&lt;/p&gt;  &lt;p&gt;Once this fix is fully tested, I still have a few things I would like to add in V4. However I am also aware that we have been in beta (and alpha) for quite some time already, and it is very possible that I procrastinate some of these features into V5.&lt;/p&gt;  &lt;p&gt;Happy coding!    &lt;br /&gt;Laurent&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;div style="margin-bottom: -1em"&gt;   &lt;div style="vertical-align: middle"&gt;&lt;a href="http://www.galasoft.ch/"&gt;&lt;img title="GalaSoft Laurent Bugnion" alt="GalaSoft Laurent Bugnion" src="http://www.galasoft.ch/logo/Current/logo_120x30.png" /&gt;&lt;/a&gt; &lt;/div&gt;    &lt;div style="position: relative; top: -36px; left: 130px"&gt;&lt;strong&gt;&lt;a href="http://www.galasoft.ch/contact_en.html"&gt;Laurent Bugnion (GalaSoft)&lt;/a&gt;&lt;/strong&gt;       &lt;br /&gt;&lt;a href="http://feeds.feedburner.com/galasoft"&gt;Subscribe&lt;/a&gt; | &lt;a href="http://twitter.com/lbugnion"&gt;Twitter&lt;/a&gt; | &lt;a href="http://www.facebook.com/lbugnion"&gt;Facebook&lt;/a&gt; | &lt;a href="http://www.flickr.com/photos/lbugnion"&gt;Flickr&lt;/a&gt; | &lt;a href="http://www.linkedin.com/in/lbugnion"&gt;LinkedIn&lt;/a&gt;       &lt;br /&gt;&lt;iframe style="border-bottom-style: none; margin-top: 7px; border-left-style: none; width: 450px; border-top-style: none; margin-bottom: -20px; height: 23px; border-right-style: none; overflow: hidden" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.galasoft.ch/archive/2011/12/18/mvvm-light-installers-and-nuget-including-silverlight-5-mvvmlight.aspx&amp;amp;layout=standard&amp;amp;show_faces=true&amp;amp;width=450&amp;amp;action=like&amp;amp;colorscheme=light" frameborder="0" allowtransparency="allowtransparency" scrolling="no"&gt;&lt;/iframe&gt;&lt;/div&gt; &lt;/div&gt; &lt;img src="http://blog.galasoft.ch/aggbug/148076.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Laurent Bugnion</dc:creator>
            <guid>http://blog.galasoft.ch/archive/2011/12/18/mvvm-light-installers-and-nuget-including-silverlight-5-mvvmlight.aspx</guid>
            <pubDate>Sun, 18 Dec 2011 21:10:12 GMT</pubDate>
            <wfw:comment>http://blog.galasoft.ch/comments/148076.aspx</wfw:comment>
            <comments>http://blog.galasoft.ch/archive/2011/12/18/mvvm-light-installers-and-nuget-including-silverlight-5-mvvmlight.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://blog.galasoft.ch/comments/commentRss/148076.aspx</wfw:commentRss>
            <trackback:ping>http://blog.galasoft.ch/services/trackbacks/148076.aspx</trackback:ping>
        </item>
        <item>
            <title>MVVM Light for Silverlight 5 is on Codeplex #mvvmlight</title>
            <link>http://blog.galasoft.ch/archive/2011/12/10/mvvm-light-for-silverlight-5-on-codeplex-mvvmlight.aspx</link>
            <description>
		&lt;p&gt;Here we go! After the Microsoft team released version 5 of Silverlight yesterday, MVVM Light is available for this version of the framework too. I did not create the installer yet (that will take a few more days), but you can download the source code and build it yourself easily.&lt;/p&gt;
		&lt;ul&gt;
				&lt;li&gt;
						&lt;a href="http://mvvmlight.codeplex.com/SourceControl/changeset/changes/17256019ad97"&gt;Source code on Codeplex&lt;/a&gt;. &lt;/li&gt;
				&lt;li&gt;
						&lt;a href="http://www.galasoft.ch/mvvm/building"&gt;Instructions to build the code&lt;/a&gt;. &lt;/li&gt;
		&lt;/ul&gt;
		&lt;p&gt;With this latest release, this puts the number of supported frameworks to 8: .NET 3.5 SP1, .NET 4, Silverlight 3, Silverlight 4, Silverlight 5, Windows Phone 7.0, Windows Phone 7.1 and Windows 8 (preview).&lt;/p&gt;
		&lt;a title="The MVVM Light family" href="http://www.flickr.com/photos/36917929@N06/6487320279/"&gt;
				&lt;img alt="The MVVM Light family" src="http://farm8.staticflickr.com/7015/6487320279_236a02e210_o.png" width="351" height="680" /&gt;
		&lt;/a&gt;
		&lt;h2&gt;Dropping Silverlight 3 and WP7.0?&lt;/h2&gt;
		&lt;p&gt;That said, I am considering dropping old frameworks now for new development. So here is a chance to make yourself heard, tell me if you think that it is OK to drop Silverlight 3 and/or Windows Phone 7.0 and to concentrate on the 6 other supported frameworks:&lt;/p&gt;
		&lt;ul&gt;
				&lt;li&gt;
						&lt;a href="http://twtpoll.com/inl98t"&gt;Poll for Silverlight 3&lt;/a&gt;
				&lt;/li&gt;
				&lt;li&gt;
						&lt;a href="http://twtpoll.com/8xf53m"&gt;Poll for Windows Phone 7.0&lt;/a&gt;
				&lt;/li&gt;
		&lt;/ul&gt;
		&lt;p&gt;Thanks and happy coding!    &lt;br /&gt;Laurent&lt;/p&gt;
		&lt;p&gt; &lt;/p&gt;
		&lt;div style="margin-bottom: -1em"&gt;
				&lt;div style="vertical-align: middle"&gt;
						&lt;a href="http://www.galasoft.ch/"&gt;
								&lt;img title="GalaSoft Laurent Bugnion" alt="GalaSoft Laurent Bugnion" src="http://www.galasoft.ch/logo/Current/logo_120x30.png" /&gt;
						&lt;/a&gt;
				&lt;/div&gt;
				&lt;div style="position: relative; top: -36px; left: 130px"&gt;
						&lt;strong&gt;
								&lt;a href="http://www.galasoft.ch/contact_en.html"&gt;Laurent Bugnion (GalaSoft)&lt;/a&gt;
						&lt;/strong&gt;
						&lt;br /&gt;
						&lt;a href="http://feeds.feedburner.com/galasoft"&gt;Subscribe&lt;/a&gt; | &lt;a href="http://twitter.com/lbugnion"&gt;Twitter&lt;/a&gt; | &lt;a href="http://www.facebook.com/lbugnion"&gt;Facebook&lt;/a&gt; | &lt;a href="http://www.flickr.com/photos/lbugnion"&gt;Flickr&lt;/a&gt; | &lt;a href="http://www.linkedin.com/in/lbugnion"&gt;LinkedIn&lt;/a&gt;&lt;br /&gt;&lt;iframe style="border-bottom-style: none; margin-top: 7px; border-left-style: none; width: 450px; border-top-style: none; margin-bottom: -20px; height: 23px; border-right-style: none; overflow: hidden" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.galasoft.ch&amp;amp;layout=standard&amp;amp;show_faces=true&amp;amp;width=450&amp;amp;action=like&amp;amp;colorscheme=light" frameborder="0" allowtransparency="allowtransparency" scrolling="no"&gt;&lt;/iframe&gt;&lt;/div&gt;
		&lt;/div&gt;
 &lt;img src="http://blog.galasoft.ch/aggbug/147998.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Laurent Bugnion</dc:creator>
            <guid>http://blog.galasoft.ch/archive/2011/12/10/mvvm-light-for-silverlight-5-on-codeplex-mvvmlight.aspx</guid>
            <pubDate>Sat, 10 Dec 2011 19:29:43 GMT</pubDate>
            <wfw:comment>http://blog.galasoft.ch/comments/147998.aspx</wfw:comment>
            <comments>http://blog.galasoft.ch/archive/2011/12/10/mvvm-light-for-silverlight-5-on-codeplex-mvvmlight.aspx#feedback</comments>
            <slash:comments>4</slash:comments>
            <wfw:commentRss>http://blog.galasoft.ch/comments/commentRss/147998.aspx</wfw:commentRss>
            <trackback:ping>http://blog.galasoft.ch/services/trackbacks/147998.aspx</trackback:ping>
        </item>
        <item>
            <title>Silverlight 5 is released!</title>
            <link>http://blog.galasoft.ch/archive/2011/12/09/silverlight-5-is-released.aspx</link>
            <description>&lt;p&gt;&lt;a href="http://www.microsoft.com/download/en/details.aspx?id=28358"&gt;Microsoft just released the version 5 of Silverlight&lt;/a&gt;! It’s a great news and I really want to congratulate the whole team on this impressive collective effort. &lt;a href="http://blogs.msdn.com/b/silverlight/archive/2011/12/09/silverlight-5-available-for-download-today.aspx"&gt;The official announcement is on the Silverlight team blog!&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The purpose of this article is not to be exhaustive about the list of features (there have been, and will be, many more very detailed articles such as &lt;a href="http://blogs.msdn.com/b/silverlight/"&gt;this series on the Silverlight blog&lt;/a&gt;) but rather to explain why this version in particular makes me happy to be a Silverlight developer (features listed in no particular order!).&lt;/p&gt;  &lt;h2&gt;3D!&lt;/h2&gt;  &lt;p&gt;One thing is making me really happy and excited: the 3D integration. It is now possible to include and manipulate 3D models within a Silverlight application. This model is very similar to what XNA offers, which means that existing XNA developers will feel at home very fast with this new platform. It also means that existing 3D models can quite easily be run in Silverlight 3D. I am sure we all have in mind &lt;a href="http://channel9.msdn.com/Series/Silverlight-Firestarter/Silverlight-Firestarter-2010-Keynote-with-Scott-Guthrie"&gt;the pretty amazing demo with Scott Gu’s avatar&lt;/a&gt; during the Silverlight 5 firestarter (jump to 51:11).&lt;/p&gt; &lt;iframe style="width: 512px; height: 288px" src="http://channel9.msdn.com/Series/Silverlight-Firestarter/Silverlight-Firestarter-2010-Keynote-with-Scott-Guthrie/player?w=512&amp;amp;h=288" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;  &lt;p&gt;I am really happy to have 3D integration in Silverlight now, because I have been working for the past few weeks on a new application for Kinect for Windows involving a 3D human avatar integrated in a Windows Presentation Foundation. The integration is completely seamless, and it looks like the avatar is completely part of the rest of the application. However, the rest of the application is WPF, with all the XAML, binding and MVVM goodness that it brings. This kind of seamless integration is now also possible in Silverlight, and that opens the door to a lot of pretty cool applications and a new kind of user experience.&lt;/p&gt;  &lt;h2&gt;In-browser trusted applications&lt;/h2&gt;  &lt;p&gt;We all know (or heard of) the Out-Of-Browser (OOB) application model which allows Silverlight to run outside of a web browser, just like a Windows application in its own windows, with its own shortcut, etc. There is also an elevated trust model for OOB, declared at build time, which allows such applications to perform tasks that are usually not allowed (such as saving or reading files from certain locations on the computer, run in full-screen with full keyboard support (ideal for kiosk applications!), host HTML pages within the Silverlight application, etc.&lt;/p&gt;  &lt;p&gt;These features were already available in Silverlight 4, however in Silverlight 5 they are also possible inside the web browser. This makes the delivery of such applications a little easier, since the user does not have to “install” them and deal with a shorcut. &lt;/p&gt;  &lt;h2&gt;Trickplay&lt;/h2&gt;  &lt;p&gt;This feature allows to play video at various speeds, and even includes pitch correction to avoid that the speaker sounds like a chipmunk! This is especially useful when watching conference sessions: watch a whole 60 minute session in 30 minutes, and use the rest of the hour to be with your family instead &lt;img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://geekswithblogs.net/images/geekswithblogs_net/lbugnion/Windows-Live-Writer/Silverlight-5-is-released_1041F/wlEmoticon-smile_2.png" /&gt;&lt;/p&gt;  &lt;h2&gt;Breakpoints in bindings&lt;/h2&gt;  &lt;p&gt;This one is pretty cool: Who has never had to debug a binding, because the binding expression had a typo, or the value was not what you expected? it was pretty cumbersome before! Well with Silverlight 5, you can set a breakpoint right in the XAML binding expression, and the debugger will break and allow you to inspect the expression!.&lt;/p&gt;  &lt;h2&gt;Performance, profiling&lt;/h2&gt;  &lt;p&gt;A lot of work has been put into performance too, and a new set of tools helps to profile the application and identify critical areas that need perf tuning. &lt;/p&gt;  &lt;h2&gt;Pinvoke&lt;/h2&gt;  &lt;p&gt;This is like COM on steroid: This allows your Silverlight application to access pretty much any of the Win32 APIs directly from within your app. There are even ways to listen to Win32 messages, for example to be notified when a new USB drive is inserted (this is only an example!). There is a good &lt;a href="http://blogs.msdn.com/b/silverlight_sdk/archive/2011/09/27/pinvoke-in-silverlight5-and-net-framework.aspx"&gt;article on pinvoke by Alexandra Rusina&lt;/a&gt; (one of Silverlight’s PMs) here.&lt;/p&gt;  &lt;p&gt;Note that pinvoke only works with elevated permissions, which really makes sense (I wouldn’t want any script kiddy to be able to format my hard drives without saying “OK” first)!!.&lt;/p&gt;  &lt;h2&gt;And more…&lt;/h2&gt;  &lt;p&gt;There are a lot of other improvements, notably useful when you use the MVVM pattern in Silverlight. For example, the ability to search for an Ancestor in a RelativeSource binding (something we had since the beginning in WPF, and because it was missing here led to some cruel workarounds in some applications in Silverlight…) is a good example of these apparently small changes, but that will mean a lot when you do need them.&lt;/p&gt;  &lt;p&gt;With version 5, we have a super mature version of the framework!&lt;/p&gt;  &lt;h2&gt;What about Mac? What about other browsers? What about delays? What about Maryjo?&lt;/h2&gt;  &lt;p&gt;As usual it is interesting to witness the drama around the (perceived) delay in the delivery of this massive new version. It is important however to remember that there had not been any official announcement about a delivery date (the only thing we had heard was Scott Guthrie – who is not in charge of this product anymore by the way - talk about “end of November”). With a delivery in the first half of December, and considering that much time has been spent on last minute bugs, making this version as stable as can be, and (again) considering the massive additions to this new version, I say kudos to the team!&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Edit: &lt;/strong&gt;Maryjo felt insulted and I am a nice guy, so let me rework that paragraph a bit. Yeah I went too far and personal, so hopefully this is better.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.zdnet.com/blog/microsoft"&gt;Maryjo Foley&lt;/a&gt;, who seems to be reporting and speculating on a lot of bad news these days, reported that Mac OS would not be supported for Silverlight 5, and even worse that only Internet Explorer would be supported on Windows.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Side note: She actually reported that “One of my contacts said he believed that the final version of Silverlight 5 may only work with Internet Explorer on Windows and won’t work on Mac OS platforms or with other browsers at all. (Silverlight 4 supports Windows and Mac OS X and the IE, Chrome and Safari browsers.)”. Notice the lack of named reference, the “he believed” and the “may work”. &lt;/em&gt;&lt;/p&gt;  &lt;p&gt;It’s a good example of why we should take this kind of “journalism” with a grain of salt. We are very rational people, fond of science and technology, and yet we seem sometimes to act like schoolgirls when someone writes something on the web. At this point, I think it is good to remember that Maryjo often reports hearsay and rumors. I don’t mean that she is always wrong, not at all, and in fact I do read her column with interest. But I always take it with a (large) grain of salt, and I remember that until a product is released, we don’t know what it will support. Everything else, really, is conjectures. A good thing to remember while Windows 8 is in preparation!&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Side note again: It is very painful to insiders to read this kind of articles (if you can call it that) while we knew very well that it was completely wrong. Unfortunately, the non-disclosure agreement that binds us to Microsoft prevents us from correcting assertions like this, and we had to sit down and watch. This is very unfortunate and painful. I really hope that people learn, some day, to be reasonable when it comes to technology (but I am not holding my breath).&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;To be clear: the list of supported web browsers and operating systems did not change. It is available at &lt;a href="http://www.microsoft.com/silverlight/what-is-silverlight/"&gt;http://www.microsoft.com/silverlight/what-is-silverlight/&lt;/a&gt;.&lt;/p&gt;  &lt;h3&gt;Some restrictions&lt;/h3&gt;  &lt;p&gt;There are a few restrictions around the 3D rendering, for security reasons. The best summary I found so far is &lt;a href="http://blogs.msdn.com/b/eternalcoding/archive/2011/12/10/silverlight-5-is-out.aspx"&gt;on David Catuhe’s blog&lt;/a&gt;. Security restrictions are always annoying but the alternative is letting unsafe code run on the user’s computer, and we all know how Microsoft handled that in the past (ActiveX anyone?) so I guess that we need to accept that they err on the side of security this time. (&lt;strong&gt;Edit:&lt;/strong&gt; updated on 12/10/2011&lt;strong&gt;).&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Also, like previously, COM access does not work on Mac OSX and as I mentioned above, p/invoke is also only available on Windows. Both these features require elevated permissions by the way.&lt;/p&gt;  &lt;h2&gt;What about MVVM Light?&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://www.galasoft.ch/mvvm"&gt;MVVM Light&lt;/a&gt; will of course support Silverlight 5, and I will release a version soon. I just need a little more time running my tests and making sure that everything is working as expected. Stay tuned to this blog for an announcement about the release of MVVM Light for Silverlight 5!&lt;/p&gt;  &lt;h2&gt;A few additional updates&lt;/h2&gt;  &lt;p&gt;Well there was a nice storm on Twitter, and within the noise I managed to grab a few useful facts.&lt;/p&gt;  &lt;p&gt;First, the &lt;a href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;amp;id=9503"&gt;Blend preview for Silverlight 5&lt;/a&gt; is available here. I did not verify that it works with Silverlight 5 RTM, but I think it should.&lt;/p&gt;  &lt;p&gt;Then, &lt;a href="http://support.microsoft.com/gp/lifean45#sl5"&gt;Silverlight 5 will be supported until December 2021&lt;/a&gt;. That’s 10 years of support.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/download/en/details.aspx?id=19131"&gt;The offline documentation&lt;/a&gt; can also be downloaded.&lt;/p&gt;  &lt;p&gt;Finally there was a lot of passionate &lt;a href="https://twitter.com/#!/search/lbugnion"&gt;discussions on Twitter tonight&lt;/a&gt;. I think it was especially interesting to confront the view of tech journalists versus MVPs vs developers. Bottom line is that there is a lot of passion around tech these days. I personally think it is too much passion, but some disagree and I think we will have to live with that for years to come…&lt;/p&gt;  &lt;p&gt;Cheers,    &lt;br /&gt;Laurent&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;div style="margin-bottom: -1em"&gt;   &lt;div style="vertical-align: middle"&gt;&lt;a href="http://www.galasoft.ch/"&gt;&lt;img title="GalaSoft Laurent Bugnion" alt="GalaSoft Laurent Bugnion" src="http://www.galasoft.ch/logo/Current/logo_120x30.png" /&gt;&lt;/a&gt; &lt;/div&gt;    &lt;div style="position: relative; top: -36px; left: 130px"&gt;&lt;strong&gt;&lt;a href="http://www.galasoft.ch/contact_en.html"&gt;Laurent Bugnion (GalaSoft)&lt;/a&gt;&lt;/strong&gt;       &lt;br /&gt;&lt;a href="http://feeds.feedburner.com/galasoft"&gt;Subscribe&lt;/a&gt; | &lt;a href="http://twitter.com/lbugnion"&gt;Twitter&lt;/a&gt; | &lt;a href="http://www.facebook.com/lbugnion"&gt;Facebook&lt;/a&gt; | &lt;a href="http://www.flickr.com/photos/lbugnion"&gt;Flickr&lt;/a&gt; | &lt;a href="http://www.linkedin.com/in/lbugnion"&gt;LinkedIn&lt;/a&gt;       &lt;br /&gt;&lt;iframe style="border-bottom-style: none; margin-top: 7px; border-left-style: none; width: 450px; border-top-style: none; margin-bottom: -20px; height: 23px; border-right-style: none; overflow: hidden" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.galasoft.ch/archive/2011/12/09/silverlight-5-is-released.aspx&amp;amp;layout=standard&amp;amp;show_faces=true&amp;amp;width=450&amp;amp;action=like&amp;amp;colorscheme=light" frameborder="0" allowtransparency="allowtransparency" scrolling="no"&gt;&lt;/iframe&gt;&lt;/div&gt; &lt;/div&gt; &lt;img src="http://blog.galasoft.ch/aggbug/147993.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Laurent Bugnion</dc:creator>
            <guid>http://blog.galasoft.ch/archive/2011/12/09/silverlight-5-is-released.aspx</guid>
            <pubDate>Fri, 09 Dec 2011 19:59:03 GMT</pubDate>
            <wfw:comment>http://blog.galasoft.ch/comments/147993.aspx</wfw:comment>
            <comments>http://blog.galasoft.ch/archive/2011/12/09/silverlight-5-is-released.aspx#feedback</comments>
            <slash:comments>15</slash:comments>
            <wfw:commentRss>http://blog.galasoft.ch/comments/commentRss/147993.aspx</wfw:commentRss>
            <trackback:ping>http://blog.galasoft.ch/services/trackbacks/147993.aspx</trackback:ping>
        </item>
        <item>
            <title>MVVM Light template and WCF services (or any ASP.NET application for that matter)</title>
            <link>http://blog.galasoft.ch/archive/2011/12/07/mvvm-light-template-and-wcf-services-or-any-asp.net-application.aspx</link>
            <description>&lt;p&gt;I was recently made aware of a couple of people having issues with WCF services (or ASP.NET applications) when using the MVVM Light project template for Silverlight. There is a blog post and a StackOverflow question, so what exactly is happening there?&lt;/p&gt;  &lt;p align="left"&gt;Well in fact it is pretty simple when you know how Silverlight connects to web services. Due to the security model of Silverlight, the application cannot connect to a web site if it is not originating of this very website. In laymen’s terms, it means that the application can only connect to a web server if it also comes from the same webserver. For example, if the Silverlight application is served by &lt;a href="http://www.galasoft.com"&gt;http://www.galasoft.com&lt;/a&gt;, it won’t be able to connect to, say, &lt;a href="http://www.cnn.com"&gt;http://www.cnn.com&lt;/a&gt; without getting an exception. We talk about cross-domain access restrictions.&lt;/p&gt;  &lt;p align="left"&gt;&lt;em&gt;Of course there are ways around that, for instance a website can specifically give access to Silverlight applications &lt;a href="http://msdn.microsoft.com/en-us/library/cc645032%28v=VS.95%29.aspx"&gt;through a configuration file&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;  &lt;p align="left"&gt;In the case that concerns us, it is exactly what is happening. You see, the MVVM Light Silverlight project template creates a Silverlight application without an ASP.NET host. I didn’t add one because I didn’t want to complicate the template too much. And also, to be honest, because adding a web project is super easy, but of course only if you know how to do, and this is exactly what we will do here!&lt;/p&gt;  &lt;h2&gt;Creating the application&lt;/h2&gt;  &lt;p&gt;The steps to create the application and the WCF service are as follows:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Create the MVVM Light application using the MVVM Light project template for Silverlight. &lt;/li&gt;    &lt;li&gt;Right click on the solution in the Solution Explorer and select "Add, New Project from the context menu. &lt;/li&gt;    &lt;li&gt;From the WCF category, select a WCF Service Application and create it. &lt;/li&gt;    &lt;li&gt;Build the application. &lt;/li&gt;    &lt;li&gt;Right click on the MVVM Light project and select Add Service Reference from the context menu. &lt;/li&gt;    &lt;li&gt;In the Add Service Reference dialog, click on Discover. &lt;/li&gt;    &lt;li&gt;Make sure that the found service is the one you want to connect to, and click on OK. &lt;/li&gt;    &lt;li&gt;In the MVVM Light application, open the file Model/DataService.cs and modify the code as follows: &lt;/li&gt; &lt;/ul&gt;  &lt;pre class="csharp" name="code"&gt;public class DataService : IDataService
{
    public void GetData(Action&amp;lt;DataItem, Exception&amp;gt; callback)
    {
        var client = new ServiceReference1.Service1Client();
        client.GetDataCompleted += ClientGetDataCompleted;

        client.GetDataAsync(1234, callback);
    }

    void ClientGetDataCompleted(
        object sender, 
        ServiceReference1.GetDataCompletedEventArgs e)
    {
        var callback = e.UserState as Action&amp;lt;DataItem, Exception&amp;gt;;

        if (callback == null)
        {
            return;
        }

        if (e.Error != null)
        {
            callback(null, e.Error);
        }

        callback(new DataItem(e.Result), null);
    }
}&lt;/pre&gt;

&lt;p&gt;This code uses an asynchronous service call pattern where the callback (a reference to a method passed as Action by the caller) is saved in the service call. Then when the asychronous call returns (in the Completed event), the callback is retrieved from the UserState. If an error occurred, the callback can be used to pass this error to the caller. Otherwise, a new DataItem class is created and passed to the called.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Details about this pattern can be found in my talks &lt;a href="http://www.galasoft.ch/mvvmvideo1"&gt;Understanding the MVVM pattern&lt;/a&gt; and &lt;a href="http://www.galasoft.ch/mvvmvideo2"&gt;Deep Dive MVVM&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;So why doesn’t it work?&lt;/h2&gt;

&lt;p&gt;If you run the application now (making sure that the MVVM Light project is selected as Startup Project), you will first see a warning dialog and then an exception. What happened?&lt;/p&gt;

&lt;p&gt;&lt;a title="Warning dialog" href="http://www.flickr.com/photos/36917929@N06/6473500843"&gt;&lt;img src="http://farm8.staticflickr.com/7154/6473500843_6dd5be59cf.jpg" width="478" height="185" /&gt;&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;&lt;a title="Exception" href="http://www.flickr.com/photos/36917929@N06/6473504667"&gt;&lt;img src="http://farm8.staticflickr.com/7166/6473504667_0302c65c53.jpg" width="408" height="443" /&gt;&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;What happened here is exactly the cross-domain issue I mentioned: The Silverlight application is not explicitly hosted into a web application, so Visual Studio is using an auto-generated HTML page instead, and running it from the embedded web server (“Cassini”). In fact, unless you explicitly specified otherwise, the test page is run in “file mode” instead of HTTP mode. The URI in the web browser window starts with C:\ for instance, instead of http://.&lt;/p&gt;

&lt;p&gt;In those conditions, the access to the WCF service is (justly) denied, and you get a security exception.&lt;/p&gt;

&lt;h2&gt;Correcting the error&lt;/h2&gt;

&lt;p&gt;In order to correct the error, you can either &lt;a href="http://msdn.microsoft.com/en-us/library/cc645032%28v=VS.95%29.aspx"&gt;add a cross-domain policy file&lt;/a&gt; to your WCF application, or host the Silverlight application in the same web project as the WCF service. Let’s do that now:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Right click on the WCF Service application in the Solution Explorer, and select Properties from the context menu. &lt;/li&gt;

  &lt;li&gt;On the left, select the Silverlight Applications tab. &lt;/li&gt;

  &lt;li&gt;Click on Add. &lt;/li&gt;

  &lt;li&gt;Select Use an existing Silverlight project in the solution and make sure that your MVVM Light application is selected in the combo box. &lt;/li&gt;

  &lt;li&gt;Make sure that Add a test page that references the control is checked, as well as Enable Silverlight debugging. &lt;/li&gt;

  &lt;li&gt;Press Add. &lt;/li&gt;
&lt;/ul&gt;
&lt;a title="Configuring the Silverlight application" href="http://www.flickr.com/photos/36917929@N06/6473557623"&gt;&lt;img src="http://farm8.staticflickr.com/7146/6473557623_569d8c0630.jpg" width="500" height="461" /&gt;&lt;/a&gt; 

&lt;p&gt;This creates two new files in your WCF Service application: One is suffixed TestPage.html and the other is suffixed TestPage.aspx. We typically don’t need the ASPX one so you can safely delete it.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Right click on the WCF Service application and select Set as StartUp Project from the context menu. &lt;/li&gt;

  &lt;li&gt;Right click about the HTML test page and select Set as Start Page from the context menu. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;By doing this, we force Visual Studio to serve the HTML page and the Silverlight application from the same URL as the WCF Service, and to serve it as HTTP. This is possible because &lt;strong&gt;a WCF Service application is nothing else than an ASP.NET web server running WCF&lt;/strong&gt;. So the same web server can deliver HTML, Silverlight and of course WCF.&lt;/p&gt;

&lt;p&gt;If you run the application now, you will see the following result:&lt;/p&gt;
&lt;a title="Snagit Capture for Flickr" href="http://www.flickr.com/photos/36917929@N06/6473564443"&gt;&lt;img src="http://farm8.staticflickr.com/7007/6473564443_d68c4eb3fb.jpg" width="500" height="294" /&gt;&lt;/a&gt; 

&lt;p&gt;&lt;em&gt;Note that the warning shown earlier will still appear, but it is really just a warning, and you can safely turn it off. Just remember the cross-domain restriction when you publish your Silverlight application to another web server!&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Success, we hit the WCF service and returned with a valid result! In fact, you can verify by placing breakpoints in the DataService.GetData method on the client, and in the Service1.GetData method on the server. Then press F5 to run the application in Debug mode and notice how you can easily debug both the client and the server at the same time.&lt;/p&gt;

&lt;h2&gt;What about the opposite way?&lt;/h2&gt;

&lt;p&gt;It is also possible to add a new MVVM Light application to an existing WCF Service application with the following steps (I am going a bit faster now, I am sure you will get it easily):&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Open the existing WCF Service application. &lt;/li&gt;

  &lt;li&gt;Right click on the Solution and select Add New Project. &lt;/li&gt;

  &lt;li&gt;Select the MVVM Light project template for Silverlight and add a new project. &lt;/li&gt;

  &lt;li&gt;Build the application. &lt;/li&gt;

  &lt;li&gt;Just like before, add a Service Reference to the Silverlight application. &lt;/li&gt;

  &lt;li&gt;Again, just like before, add the Silverlight application to the WCF Service application (WCF Project Properties, Silverlight Applications, Add…). &lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Summary&lt;/h2&gt;

&lt;p&gt;Hopefully the confusion around this is cleared now. In summary:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Silverlight applications are restricted to access cross-domain web servers (unless explicitly authorized to do so). &lt;/li&gt;

  &lt;li&gt;The default MVVM Light application does not have an explicit host, so it runs off the default test page. &lt;/li&gt;

  &lt;li&gt;You can however easily add the MVVM Light application to the WCF Service application and then run it and debug it. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Note that the steps above can be used to add an MVVM Light application (or any Silverlight application) to any ASP.NET application, be it WCF Service application, ASP.NET MVC application or “classic” ASP.NET application.&lt;/p&gt;

&lt;p&gt;Happy coding! 
  &lt;br /&gt;Laurent&lt;/p&gt;

&lt;p&gt; &lt;/p&gt;

&lt;div style="margin-bottom: -1em"&gt;
  &lt;div style="vertical-align: middle"&gt;&lt;a href="http://www.galasoft.ch/"&gt;&lt;img title="GalaSoft Laurent Bugnion" alt="GalaSoft Laurent Bugnion" src="http://www.galasoft.ch/logo/Current/logo_120x30.png" /&gt;&lt;/a&gt; &lt;/div&gt;

  &lt;div style="position: relative; top: -36px; left: 130px"&gt;&lt;strong&gt;&lt;a href="http://www.galasoft.ch/contact_en.html"&gt;Laurent Bugnion (GalaSoft)&lt;/a&gt;&lt;/strong&gt; 

    &lt;br /&gt;&lt;a href="http://feeds.feedburner.com/galasoft"&gt;Subscribe&lt;/a&gt; | &lt;a href="http://twitter.com/lbugnion"&gt;Twitter&lt;/a&gt; | &lt;a href="http://www.facebook.com/lbugnion"&gt;Facebook&lt;/a&gt; | &lt;a href="http://www.flickr.com/photos/lbugnion"&gt;Flickr&lt;/a&gt; | &lt;a href="http://www.linkedin.com/in/lbugnion"&gt;LinkedIn&lt;/a&gt; 

    &lt;br /&gt;&lt;iframe style="border-bottom-style: none; margin-top: 7px; border-left-style: none; width: 450px; border-top-style: none; margin-bottom: -20px; height: 23px; border-right-style: none; overflow: hidden" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.galasoft.ch/archive/2011/12/07/mvvm-light-template-and-wcf-services-or-any-asp.net-application.aspx&amp;amp;layout=standard&amp;amp;show_faces=true&amp;amp;width=450&amp;amp;action=like&amp;amp;colorscheme=light" frameborder="0" allowtransparency="allowtransparency" scrolling="no"&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;/div&gt; &lt;img src="http://blog.galasoft.ch/aggbug/147973.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Laurent Bugnion</dc:creator>
            <guid>http://blog.galasoft.ch/archive/2011/12/07/mvvm-light-template-and-wcf-services-or-any-asp.net-application.aspx</guid>
            <pubDate>Wed, 07 Dec 2011 21:36:33 GMT</pubDate>
            <wfw:comment>http://blog.galasoft.ch/comments/147973.aspx</wfw:comment>
            <comments>http://blog.galasoft.ch/archive/2011/12/07/mvvm-light-template-and-wcf-services-or-any-asp.net-application.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://blog.galasoft.ch/comments/commentRss/147973.aspx</wfw:commentRss>
            <trackback:ping>http://blog.galasoft.ch/services/trackbacks/147973.aspx</trackback:ping>
        </item>
        <item>
            <title>MVVM Light Toolkit for Windows 8 (preview) #mvvmlight #win8</title>
            <link>http://blog.galasoft.ch/archive/2011/10/03/mvvm-light-toolkit-for-windows-8-preview-mvvmlight-win8.aspx</link>
            <description>&lt;p&gt;I was very optimistic when I first saw Metro style apps coded in C# on Windows 8, because for the most part they are not much different than the well known XAML/C# pair on Silverlight or WPF. This led me to brag a bit about probably having a port of MVVM Light ready “in a few days”. Of course I didn’t take in account that I would have a great time the week after //build in Seattle, with fantastic weather and tons of friends to have dinner and conversations with. Needless to say, the few days turned out, in fact, to be a couple of weeks.&lt;/p&gt;  &lt;p&gt;Nonetheless, I am proud and happy to announce the availability of MVVM Light Toolkit for Windows 8. Let’s be clear, this is a preview version. All the unit tests are green for the selected components (there are a couple of components not ported yet, see the section below titled “Missing components”). However, a green unit test does not quite mean that the tested component is completely safe to use, so please be careful with that material and &lt;a href="mailto:laurent@galasoft.ch"&gt;send me your feedback if you find issues&lt;/a&gt;.&lt;/p&gt;  &lt;h2&gt;Installation&lt;/h2&gt;  &lt;p&gt;MVVM Light for Windows 8 is a side-by-side install with the standard MVVM Light V3 or V4 beta. Simply &lt;a href="http://mvvmlight.codeplex.com/releases/view/74325"&gt;download and run the MSI from Codeplex&lt;/a&gt;. As usual, the last step of the installation performs a “/setup” of Visual Studio to actualize the project template cache, and unfortunately this last step can last very long. Please be patient and don’t cancel before the end! The installation process is very similar to that described on the &lt;a href="http://www.galasoft.ch/mvvm/installing"&gt;MVVM Light installation page&lt;/a&gt; (except that there is no NuGet installer for VS11 yet).&lt;/p&gt;  &lt;p&gt;&lt;img src="http://farm7.static.flickr.com/6168/6207048445_7128fe2beb_o_d.png" /&gt;&lt;/p&gt;  &lt;p&gt;Note however that if you uninstall MVVM Light V3/V4b, but still want to keep MVVM Light for Win8, you may have to repair MVVM Light for Win8. Simply run the installer again and select “Repair”.&lt;/p&gt;  &lt;h2&gt;Ported components&lt;/h2&gt;  &lt;p&gt;Almost all MVVM Light components are also available in the Windows 8 version. The ported components are:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;ObservableObject&lt;/strong&gt; including all ways to raise PropertyChanged. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;ViewModelBase&lt;/strong&gt; including all ways to raise PropertyChanged. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Messenger&lt;/strong&gt; including all message types except DialogMessage (see below). &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;RelayCommand&lt;/strong&gt; with and without parameter. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;SimpleIoc&lt;/strong&gt; which might well be the very first IOC container working on Windows 8. &lt;/li&gt; &lt;/ul&gt;  &lt;h3&gt;&lt;/h3&gt;  &lt;h3&gt;File, New Project&lt;/h3&gt;  &lt;p&gt;I also created a Metro style version of the MVVM Light project template. To create a new MVVM Light-powered Metro Style application, follow the steps:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Select the menu File, New, Project. &lt;/li&gt;    &lt;li&gt;In the New Project dialog, select the category Visual C# / Wndows Metro style and double click the MvvmLight (Win8) template. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;img src="http://farm7.static.flickr.com/6164/6207665952_cc8b895362_b_d.jpg" width="560" height="383" /&gt;&lt;/p&gt;  &lt;p&gt;The created application is a very simple MVVM application, very similar to the ones that get created in Silverlight, WPF or Windows Phone 7: it contains a model with IDataService, a dummy runtime implementation and a design time implementation. The ViewModelLocator is available and “wired” (using the SimpleIoc container) as well as a MainViewModel that is set as DataContext on the MainPage.&lt;/p&gt;  &lt;h2&gt;Missing components&lt;/h2&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Skins&lt;/strong&gt;: There is a small change in the way that resource dictionaries are handled in Windows 8. I need to sort things out, so right now there is no “MainSkin.xaml” in the project template. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;DialogMessage&lt;/strong&gt;: This type is bugging me in V3/V4b because it is bringing the MessageBoxResult type into the ViewModel. I am looking at ways to make it better by converting the MessageBoxResult into a vanilla Boolean. In Windows 8, MessageBoxResult does not exist anymore (there is no MessageBox or popups of any kinds in Metro style apps). Consequently, the DialogMessage does not build, and I decided to just remove it for now. I will add it again when I refactor to the “vanilla” version. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;EventToCommand&lt;/strong&gt;: There are no Blend behaviors in Windows 8 yet (important word: &lt;strong&gt;yet&lt;/strong&gt;). I am looking at ways to have behaviors on Windows 8 before Blend 5 for XAML gets released. Stay tuned. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;DispatcherHelper&lt;/strong&gt;: The Dispatcher object has changed quite a lot in Windows 8, and I am looking at ways to keep the DispatcherHelper compatible with previous versions of MVVM Light by wrapping these differences. It shouldn’t be a big deal, but I want to give myself a little time to get it right (hopefully). &lt;/li&gt; &lt;/ul&gt;  &lt;h2&gt;Next steps&lt;/h2&gt;  &lt;p&gt;I intend to build a small sample application (very similar to the one I built for my MIX11 talk) to try the various components in real life conditions. This will of course be the topic of an upcoming blog post.&lt;/p&gt;  &lt;p&gt;I encourage everyone to try these components in Windows 8 preview, and please don’t be shy with your feedback!&lt;/p&gt;  &lt;p&gt;Cheers,    &lt;br /&gt;Laurent&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;div style="margin-bottom: -1em"&gt;   &lt;div style="vertical-align: middle"&gt;&lt;a href="http://www.galasoft.ch/"&gt;&lt;img title="GalaSoft Laurent Bugnion" alt="GalaSoft Laurent Bugnion" src="http://www.galasoft.ch/logo/Current/logo_120x30.png" /&gt;&lt;/a&gt; &lt;/div&gt;    &lt;div style="position: relative; left: 130px; top: -36px"&gt;&lt;strong&gt;&lt;a href="http://www.galasoft.ch/contact_en.html"&gt;Laurent Bugnion (GalaSoft)&lt;/a&gt;&lt;/strong&gt;       &lt;br /&gt;&lt;a href="http://feeds.feedburner.com/galasoft"&gt;Subscribe&lt;/a&gt; | &lt;a href="http://twitter.com/lbugnion"&gt;Twitter&lt;/a&gt; | &lt;a href="http://www.facebook.com/lbugnion"&gt;Facebook&lt;/a&gt; | &lt;a href="http://www.flickr.com/photos/lbugnion"&gt;Flickr&lt;/a&gt; | &lt;a href="http://www.linkedin.com/in/lbugnion"&gt;LinkedIn&lt;/a&gt;       &lt;br /&gt;&lt;iframe style="border-top-style: none; margin-bottom: -20px; height: 23px; width: 450px; border-bottom-style: none; overflow: hidden; border-right-style: none; border-left-style: none; margin-top: 7px" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.galasoft.ch/archive/2011/10/03/mvvm-light-toolkit-for-windows-8-preview-mvvmlight-win8.aspx&amp;amp;layout=standard&amp;amp;show_faces=true&amp;amp;width=450&amp;amp;action=like&amp;amp;colorscheme=light" frameborder="0" allowtransparency="allowtransparency" scrolling="no"&gt;&lt;/iframe&gt;&lt;/div&gt; &lt;/div&gt; &lt;img src="http://blog.galasoft.ch/aggbug/147166.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Laurent Bugnion</dc:creator>
            <guid>http://blog.galasoft.ch/archive/2011/10/03/mvvm-light-toolkit-for-windows-8-preview-mvvmlight-win8.aspx</guid>
            <pubDate>Mon, 03 Oct 2011 19:28:19 GMT</pubDate>
            <wfw:comment>http://blog.galasoft.ch/comments/147166.aspx</wfw:comment>
            <comments>http://blog.galasoft.ch/archive/2011/10/03/mvvm-light-toolkit-for-windows-8-preview-mvvmlight-win8.aspx#feedback</comments>
            <slash:comments>4</slash:comments>
            <wfw:commentRss>http://blog.galasoft.ch/comments/commentRss/147166.aspx</wfw:commentRss>
            <trackback:ping>http://blog.galasoft.ch/services/trackbacks/147166.aspx</trackback:ping>
        </item>
    </channel>
</rss>
