<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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>Gold Coast : Silverlight</title><link>http://blogs.msdn.com/devkeydet/archive/tags/Silverlight/default.aspx</link><description>Tags: Silverlight</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Bing Maps roadshow in Reston</title><link>http://blogs.msdn.com/devkeydet/archive/2009/11/30/bing-maps-roadshow-in-reston.aspx</link><pubDate>Mon, 30 Nov 2009 15:22:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9930201</guid><dc:creator>marcsc</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/devkeydet/comments/9930201.aspx</comments><wfw:commentRss>http://blogs.msdn.com/devkeydet/commentrss.aspx?PostID=9930201</wfw:commentRss><description>&lt;p&gt;Want to get up to speed on the latest release of Bing Maps including both the Ajax and Silverlight controls as well as the SOAP web services?&amp;#160; Don’t miss the upcoming roadshow in Reston, Va.&amp;#160; Details:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.bing.com/community/blogs/govmaps/archive/2009/11/24/bing-maps-roadshow-coming-to-reston-virgina.aspx" href="http://www.bing.com/community/blogs/govmaps/archive/2009/11/24/bing-maps-roadshow-coming-to-reston-virgina.aspx"&gt;http://www.bing.com/community/blogs/govmaps/archive/2009/11/24/bing-maps-roadshow-coming-to-reston-virgina.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;“At this event, experts will provide an overview of Bing Maps as a powerful visualization tool for geographic and location-based information. With highlights of scenarios such as locators, fleet/asset tracking, data visualization portals, and location intelligence, we’ll present a deep dive into the Bing Maps Platform, including details on specific features, AJAX, Web Services, and new Silverlight APIs. &lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;We’ll also review exciting recent enhancements, exploring ways to integrate with GIS systems and leverage SQL 2008 spatial features, as well as other related tools and technologies.&amp;#160; When you meet the experts, you’ll learn solution implementation and best practices―and you’ll leave with the tools and resources to tap the power of location using Bing Maps.&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;Event Summary:    &lt;br /&gt;1:00 - 2:15&amp;#160; Introduction to Bing Maps, Solution Overview, and Demos    &lt;br /&gt;2:30 - 3:30 Deep Dive on Architecture and APIs    &lt;br /&gt;3:45 - 5:00 Best Practices, Data Integration, and Future of Bing Maps”&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9930201" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/devkeydet/archive/tags/WCF/default.aspx">WCF</category><category domain="http://blogs.msdn.com/devkeydet/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.msdn.com/devkeydet/archive/tags/AJAX/default.aspx">AJAX</category><category domain="http://blogs.msdn.com/devkeydet/archive/tags/Bing+Maps/default.aspx">Bing Maps</category></item><item><title>EventToCommand + DataStateBehavior eases MVVM pain</title><link>http://blogs.msdn.com/devkeydet/archive/2009/11/25/eventtocommand-datastatebehavior-eases-mvvm-pain.aspx</link><pubDate>Wed, 25 Nov 2009 15:56:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9928612</guid><dc:creator>marcsc</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/devkeydet/comments/9928612.aspx</comments><wfw:commentRss>http://blogs.msdn.com/devkeydet/commentrss.aspx?PostID=9928612</wfw:commentRss><description>&lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;MVVM is a pattern.&amp;#160; There are all sorts of MVVM frameworks popping up that help make implementing the pattern easier.&amp;#160; If you select the MVVM tag off of &lt;a href="http://www.codeplex.com"&gt;www.codeplex.com&lt;/a&gt;, you will find a number of them:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.codeplex.com/site/search?TagName=MVVM&amp;amp;ProjectSearchText=%22MVVM%22" href="http://www.codeplex.com/site/search?TagName=MVVM&amp;amp;ProjectSearchText=%22MVVM%22"&gt;http://www.codeplex.com/site/search?TagName=MVVM&amp;amp;ProjectSearchText=%22MVVM%22&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;One I have recently grown fond of is &lt;a title="http://mvvmlight.codeplex.com/" href="http://mvvmlight.codeplex.com/"&gt;http://mvvmlight.codeplex.com/&lt;/a&gt;.&amp;#160; The reason I like this one is because they have built an Expression Blend Behavior called EventToCommand.&amp;#160; Details for the behavior:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://blog.galasoft.ch/archive/2009/11/05/mvvm-light-toolkit-v3-alpha-2-eventtocommand-behavior.aspx" href="http://blog.galasoft.ch/archive/2009/11/05/mvvm-light-toolkit-v3-alpha-2-eventtocommand-behavior.aspx"&gt;http://blog.galasoft.ch/archive/2009/11/05/mvvm-light-toolkit-v3-alpha-2-eventtocommand-behavior.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;As the post says, ‘EventToCommand is used to &lt;strong&gt;bind an event to an ICommand directly in XAML&lt;/strong&gt;.”&lt;/p&gt;  &lt;p&gt;This is WAY COOL!!!&amp;#160; &lt;strong&gt;EventToCommand&lt;/strong&gt; helps overcome commanding challenges in Silverlight.&lt;/p&gt;  &lt;p&gt;I love Blend Behaviors.&amp;#160; If you haven’t looked into them, YOU MUST!&amp;#160; Every WPF and Silverlight developer should be using them (where applicable).&amp;#160; &lt;a href="http://team.silverlight.net/product-technology-deep-dive/product-feature-highlight-expression-blend-3-ndash-behaviors/"&gt;“A Behavior is in essence a reusable piece of interactivity that can be applied directly to user interface elements...”&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Here are some resources:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Good Overview&lt;/strong&gt; - &lt;a href="http://tinyurl.com/BehaviorsOverview"&gt;http://tinyurl.com/BehaviorsOverview&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;More reading&lt;/strong&gt; - &lt;a href="http://tinyurl.com/BehaviorsTriggersActions"&gt;http://tinyurl.com/BehaviorsTriggersActions&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Expression Blend 3 SDK&lt;/strong&gt; - &lt;a href="http://tinyurl.com/blend3sdk"&gt;http://tinyurl.com/blend3sdk&lt;/a&gt;&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Lots of folks creating and uploading them to Expression Gallery&lt;/strong&gt; - &lt;a href="http://tinyurl.com/BehaviorsGallery"&gt;http://tinyurl.com/BehaviorsGallery&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Behaviors from the Blend Team&lt;/strong&gt; - &lt;a href="http://expressionblend.codeplex.com/"&gt;http://expressionblend.codeplex.com/&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Behaviors are part of the Blend SDK.&amp;#160; There is a lot of confusion about the Blend SDK because people think you have to buy Blend to use it.&amp;#160; You don’t!&amp;#160; You can download it from &lt;a href="http://tinyurl.com/blend3sdk"&gt;http://tinyurl.com/blend3sdk&lt;/a&gt; and use it straight from Visual Studio.&amp;#160; Blend definitely makes wiring up Behaviors easier so you should it for that if you are already using Blend!&lt;/p&gt;  &lt;p&gt;The samples you can download from &lt;a href="http://expressionblend.codeplex.com/"&gt;http://expressionblend.codeplex.com/&lt;/a&gt; include &lt;strong&gt;DataStateBehavior&lt;/strong&gt; and &lt;strong&gt;DataStateSwitchBehavior&lt;/strong&gt;.&amp;#160; Peter Blois has a good post on these behaviors:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://blois.us/blog/2009/04/datatrigger-bindings-on-non.html" href="http://blois.us/blog/2009/04/datatrigger-bindings-on-non.html"&gt;http://blois.us/blog/2009/04/datatrigger-bindings-on-non.html&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;DataStateBehavior&lt;/strong&gt;/&lt;strong&gt;DataStateSwitchBehavior&lt;/strong&gt; provide a nice clean way to change values in your ViewModel that result in initiating animations in your View.&lt;/p&gt;  &lt;p&gt;I’ve been wanting to whip up a simple sample that shows both &lt;strong&gt;EventToCommand&lt;/strong&gt; and &lt;strong&gt;DataStateBehavior&lt;/strong&gt;/&lt;strong&gt;DataStateSwitchBehavior&lt;/strong&gt;.&lt;strong&gt;&amp;#160; &lt;/strong&gt;Unfortunately, I don’t have the time right now to do so.&amp;#160; Instead of sitting on this, I decided to blog about it first, then share a sample/video when I get around to it.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9928612" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/devkeydet/archive/tags/WPF/default.aspx">WPF</category><category domain="http://blogs.msdn.com/devkeydet/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.msdn.com/devkeydet/archive/tags/Expression/default.aspx">Expression</category><category domain="http://blogs.msdn.com/devkeydet/archive/tags/MVVM/default.aspx">MVVM</category></item><item><title>Silverlight touch just got easier</title><link>http://blogs.msdn.com/devkeydet/archive/2009/11/20/silverlight-touch-just-got-easier.aspx</link><pubDate>Fri, 20 Nov 2009 15:51:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9926262</guid><dc:creator>marcsc</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/devkeydet/comments/9926262.aspx</comments><wfw:commentRss>http://blogs.msdn.com/devkeydet/commentrss.aspx?PostID=9926262</wfw:commentRss><description>&lt;p&gt;I’ve been waiting for this to happen!&amp;#160; The Surface team ported their Manipulation and Inertia APIs to Silverlight 3+.&amp;#160; They’ve made them available for download at:&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;a href="http://tinyurl.com/SurfaceManipSilverlight"&gt;http://tinyurl.com/SurfaceManipSilverlight&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;This is a &lt;strong&gt;must have&lt;/strong&gt; set of APIs if you are interested in building multi-touch solutions on Windows 7 with Silverlight 3+.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9926262" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/devkeydet/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.msdn.com/devkeydet/archive/tags/Windows+7/default.aspx">Windows 7</category><category domain="http://blogs.msdn.com/devkeydet/archive/tags/Surface/default.aspx">Surface</category><category domain="http://blogs.msdn.com/devkeydet/archive/tags/Touch/default.aspx">Touch</category></item><item><title>Another example of Silverlight used in the US Government</title><link>http://blogs.msdn.com/devkeydet/archive/2009/09/02/another-example-of-silverlight-used-in-the-us-government.aspx</link><pubDate>Wed, 02 Sep 2009 21:13:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9890510</guid><dc:creator>marcsc</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/devkeydet/comments/9890510.aspx</comments><wfw:commentRss>http://blogs.msdn.com/devkeydet/commentrss.aspx?PostID=9890510</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://adamkinney.com/"&gt;Adam Kinney&lt;/a&gt; just published a Channel 9&amp;#160; interview about another use of Silverlight in the US Government:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://channel9.msdn.com/posts/AdamKinney/US-Army-using-Silverlight-for-Resourcing-Troops/"&gt;U.S. Army using Silverlight for Resourcing Troops&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;“Dan Hickman from &lt;a href="http://www.promodel.com/"&gt;ProModel&lt;/a&gt; tells the story of converting their Predictive Troop Resourcing application for the U.S. Army from a Windows Forms application to a Silverlight-based application. Reusing existing .NET code, working with familiar controls from &lt;a href="http://www.ideablade.com/"&gt;IdeaBlade&lt;/a&gt;, and helping to get Silverlight on the approved browser plug-ins list for the Army; ProModel was able to build the application in a very short amount of time.”&lt;/p&gt;  &lt;p&gt;I just watched it myself.&amp;#160; Worth watching…&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9890510" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/devkeydet/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>Hidden gems in the gaming starter kit</title><link>http://blogs.msdn.com/devkeydet/archive/2009/08/27/hidden-gems-in-the-gaming-starter-kit.aspx</link><pubDate>Thu, 27 Aug 2009 16:43:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9886948</guid><dc:creator>marcsc</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/devkeydet/comments/9886948.aspx</comments><wfw:commentRss>http://blogs.msdn.com/devkeydet/commentrss.aspx?PostID=9886948</wfw:commentRss><description>&lt;p&gt;Yesterday I blogged about the SketchFlow starter kit and how great I thought it was.&amp;#160; Well, last night, I went ahead and tried the &lt;strong&gt;Venture into Gaming with Behaviors in Expression Blend 3&lt;/strong&gt; starter kit from:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://adamkinney.com/Blog/4-Expression-Studio-3-Starter-Kits-available-for-download" href="http://adamkinney.com/Blog/4-Expression-Studio-3-Starter-Kits-available-for-download"&gt;http://adamkinney.com/Blog/4-Expression-Studio-3-Starter-Kits-available-for-download&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Much to my surprise, this felt more like a &lt;strong&gt;Blend 3 Fundamentals through Building a Game&lt;/strong&gt;.&amp;#160; To understand what I mean, here are the individual modules in the kit:&lt;/p&gt;  &lt;p&gt;01_BLN03SP1EN720_Organizing_and Importing_Assets into_Expression_Blend&lt;/p&gt;  &lt;p&gt;02_BLN03SP1EN720_Creating_the_Game_Interface_Using_Expression_Blend&lt;/p&gt;  &lt;p&gt;03_BLN03SP1EN720_Understanding_Layout_Containers&lt;/p&gt;  &lt;p&gt;04_BLN03SP1EN720_Creating_a_User_Control&lt;/p&gt;  &lt;p&gt;05_BLN03SP1EN720_Adding_and_Applying_Behaviors&lt;/p&gt;  &lt;p&gt;06_BLN03SP1EN720_Adding_Game_Walls_and_Creating_Animation&lt;/p&gt;  &lt;p&gt;07_BLN03SP1EN720_Animating_Controls_with_the_Visual_State_Manager&lt;/p&gt;  &lt;p&gt;08_BLN03SP1EN720_Working_with_Texts_and_Embeding_Fonts_with_Expression_Blend&lt;/p&gt;  &lt;p&gt;09_BLN03SP1EN720_Adding_Audio_Resources_to_a_Silverlight_Game&lt;/p&gt;  &lt;p&gt;10_BLN03SP1EN720_Publishing_and_Testing_Your_Silverlight_Game&lt;/p&gt;  &lt;p&gt;If you are looking to warm up to Blend a bit more through a video walkthrough + hands-on-lab kind of approach, then I’d definitely recommend this kit.&amp;#160; If you already understand these concepts, then you might want to skip this one.&amp;#160; On the other hand, it is kind of fun to see how easy it is to build a simple game with the skills you already have.&lt;/p&gt;  &lt;p&gt;The biggest nugget for me was the module on Behaviors.&amp;#160; If you haven’t looked at Behaviors, then GO DO IT NOW.&amp;#160; Here’s a good post on behaviors:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://team.silverlight.net/announcements/product-feature-highlight-expression-blend-3-ndash-behaviors/" href="http://team.silverlight.net/announcements/product-feature-highlight-expression-blend-3-ndash-behaviors/"&gt;http://team.silverlight.net/announcements/product-feature-highlight-expression-blend-3-ndash-behaviors/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;“A Behavior is in essence a reusable piece of interactivity that can be applied directly to user interface elements in Expression Blend.”&lt;/p&gt;  &lt;p&gt;I don’t remember where, but I saw someone describe Behaviors as &amp;quot;ASP.NET AJAX Control Extenders for Silverlight/WPF.&amp;quot;&amp;#160; Not a bad way of describing them if you are familiar with the concept of ASP.NET AJAX Control Extenders.&lt;/p&gt;  &lt;p&gt;Once you have wrapped your head around Behaviors, you’ll want to check out the following two links to download more:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://gallery.expression.microsoft.com/en-us/site/search?f%5B0%5D.Type=Tag&amp;amp;f%5B0%5D.Value=Behavior" href="http://gallery.expression.microsoft.com/en-us/site/search?f%5B0%5D.Type=Tag&amp;amp;f%5B0%5D.Value=Behavior"&gt;http://gallery.expression.microsoft.com/en-us/site/search?f%5B0%5D.Type=Tag&amp;amp;f%5B0%5D.Value=Behavior&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://expressionblend.codeplex.com/Thread/List.aspx" href="http://expressionblend.codeplex.com/"&gt;http://expressionblend.codeplex.com/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;In general, &lt;a href="http://gallery.expression.microsoft.com"&gt;http://gallery.expression.microsoft.com&lt;/a&gt; is a great resource.&amp;#160; There are all sorts of useful things to download there including Art/Design assets, Web Templates, Samples, Themes, Behaviors, Code Snippets, Tools/Addins.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9886948" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/devkeydet/archive/tags/WPF/default.aspx">WPF</category><category domain="http://blogs.msdn.com/devkeydet/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.msdn.com/devkeydet/archive/tags/Expression/default.aspx">Expression</category></item><item><title>Get up to speed on SketchFlow FAST</title><link>http://blogs.msdn.com/devkeydet/archive/2009/08/25/get-up-to-speed-on-sketchflow-fast.aspx</link><pubDate>Tue, 25 Aug 2009 23:58:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9884114</guid><dc:creator>marcsc</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/devkeydet/comments/9884114.aspx</comments><wfw:commentRss>http://blogs.msdn.com/devkeydet/commentrss.aspx?PostID=9884114</wfw:commentRss><description>&lt;p&gt;SketchFlow is a feature of Expression Blend 3.&amp;#160; If you aren’t familiar with SketchFlow, then you should check out:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.microsoft.com/expression/products/SketchFlow_OverView.aspx" href="http://www.microsoft.com/expression/products/SketchFlow_OverView.aspx"&gt;http://www.microsoft.com/expression/products/SketchFlow_OverView.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;“SketchFlow revolutionizes how quickly and efficiently you can demonstrate your vision for an application. It provides an informal and quick way to explore, iterate and prototype user interface scenarios, allowing you to evolve your concepts from a series of rough ideas into a living and breathing prototype that can be made as real as a particular client or project demands. This rapid, iterative and cost effective approach to prototyping allows you to concentrate on what matters most, being creative and building the best solution for your client, on time and within budget.”&lt;/p&gt;  &lt;p&gt;Digging into SketchFlow has been on my TODO list for quite some time.&amp;#160; In many ways, I am glad I hadn’t gotten around to it.&amp;#160; A week or so ago, &lt;a href="http://adamkinney.com/"&gt;Adam Kinney&lt;/a&gt; blogged about:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://adamkinney.com/Blog/4-Expression-Studio-3-Starter-Kits-available-for-download"&gt;4 Expression Studio 3 Starter Kits available for download&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;One of the starter kits is on SketchFlow.&amp;#160; I just finished it.&amp;#160; If you want to get your head around SketchFlow fast, then this is the resource for you!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9884114" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/devkeydet/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.msdn.com/devkeydet/archive/tags/Expression/default.aspx">Expression</category></item><item><title>Prism Visual Studio Templates (including MVVM)</title><link>http://blogs.msdn.com/devkeydet/archive/2009/07/17/prism-visual-studio-templates-including-mvvm.aspx</link><pubDate>Fri, 17 Jul 2009 17:19:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9837445</guid><dc:creator>marcsc</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/devkeydet/comments/9837445.aspx</comments><wfw:commentRss>http://blogs.msdn.com/devkeydet/commentrss.aspx?PostID=9837445</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://prism.codeplex.com/"&gt;Prism&lt;/a&gt; is:&lt;/p&gt;  &lt;p&gt;“The Composite Client Application Guidance is designed to help you more easily build modular Windows Presentation Foundation (WPF) and Silverlight client applications.” &lt;/p&gt;  &lt;p&gt;What most people find, once they take the time to dig in to Prism, is that it is MUCH more.&amp;#160; Prism has guidance on how to build an app that targets both &lt;a href="http://silverlight.net/default.aspx"&gt;Silverlight&lt;/a&gt; &amp;amp; WPF, has some plumbing that makes &lt;a href="http://en.wikipedia.org/wiki/Model_View_ViewModel"&gt;MVVM&lt;/a&gt; easier in Silverlight apps by providing a basic commanding implementation, etc.&amp;#160; However, the learning curve to get proficient with Prism can be a turnoff for some.&amp;#160; Even once you “get it,” you then realize that there is a fair amount of Visual Studio solution/project setup just to get to the point of being able to start building your parts of the application.&amp;#160; The good news is that &lt;a href="http://blogs.msdn.com/dphill/"&gt;David Hill&lt;/a&gt; has just released some templates for Visual Studio 2008 to make the basic setup for your Prism based apps much easier:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://blogs.msdn.com/dphill/archive/2009/05/29/prism-quick-start-kit.aspx" href="http://blogs.msdn.com/dphill/archive/2009/05/29/prism-quick-start-kit.aspx"&gt;http://blogs.msdn.com/dphill/archive/2009/05/29/prism-quick-start-kit.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://blogs.msdn.com/dphill/archive/2009/06/15/prism-quick-start-kit-update.aspx" href="http://blogs.msdn.com/dphill/archive/2009/06/15/prism-quick-start-kit-update.aspx"&gt;http://blogs.msdn.com/dphill/archive/2009/06/15/prism-quick-start-kit-update.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;I just went through the walkthrough in the first link.&amp;#160; Here is what you get after the “Prism Shell” and “Prism Module” templates:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/devkeydet/WindowsLiveWriter/PrismVisualStudioTemplatesincludingMVVM_9124/image_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/devkeydet/WindowsLiveWriter/PrismVisualStudioTemplatesincludingMVVM_9124/image_thumb.png" width="284" height="593" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;You get the skeleton of a basic composite application using MVVM.&amp;#160; I think this is a big time saver.&amp;#160; I will definitely be keeping an eye out as David evolves the templates / quick start kit.&lt;/p&gt;  &lt;p&gt;UPDATE: I was so excited to share my discovery of David’s work that I forgot to add a few more helpful resources I have found:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blog.whconsult.com/2009/02/01/CodeSnippetForPrismDelegateCommand.aspx"&gt;Code Snippet for Prism DelegateCommand&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.silverlightplayground.org/post/2009/07/09/A-code-snippet-to-quickly-write-Prism-commands.aspx"&gt;A code snippet to quickly write Prism commands&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9837445" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/devkeydet/archive/tags/WPF/default.aspx">WPF</category><category domain="http://blogs.msdn.com/devkeydet/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.msdn.com/devkeydet/archive/tags/patterns+_2600_+practices/default.aspx">patterns &amp; practices</category><category domain="http://blogs.msdn.com/devkeydet/archive/tags/MVVM/default.aspx">MVVM</category></item><item><title>SnagL: Visualizing Government Data using Silverlight</title><link>http://blogs.msdn.com/devkeydet/archive/2009/06/16/snagl-visualizing-government-data-using-silverlight.aspx</link><pubDate>Tue, 16 Jun 2009 16:56:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9762358</guid><dc:creator>marcsc</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/devkeydet/comments/9762358.aspx</comments><wfw:commentRss>http://blogs.msdn.com/devkeydet/commentrss.aspx?PostID=9762358</wfw:commentRss><description>&lt;p&gt;My job at Microsoft is to focus on developers building software for the U.S. Government (directly or indirectly).&amp;#160; When talking to folks about &lt;a href="http://silverlight.net/default.aspx"&gt;Silverlight&lt;/a&gt;, I get asked quite often whether it is being used on U.S. Government networks (including classified networks) all the time.&amp;#160; You can imagine, due to the potential sensitivity of the customers/question, this is hard to answer other than “Yes, in many places.”&amp;#160; That’s why I am excited to have published an interview with &lt;a href="http://bericotailoredsystems.com/"&gt;Berico Tailored Systems&lt;/a&gt; about their product called &lt;a href="http://bericotailoredsystems.com/snagl.html"&gt;SnagL&lt;/a&gt;.&amp;#160; Here is the interview description: &lt;/p&gt;  &lt;p&gt;&lt;a href="http://bericotailoredsystems.com/snagl.html"&gt;&lt;em&gt;SnagL&lt;/em&gt;&lt;/a&gt;&lt;em&gt;, from &lt;/em&gt;&lt;a href="http://bericotailoredsystems.com/"&gt;&lt;em&gt;Berico Tailored Systems&lt;/em&gt;&lt;/a&gt;&lt;em&gt;, is a thin client collaborative link analysis tool, which can be integrated with any existing tool or data repository.&amp;#160; Advanced analytics, like clustering and ranking, enables users to intuitively navigate massive amounts of data through a thin client in a web browser.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://bericotailoredsystems.com/snagl.html"&gt;&lt;em&gt;SnagL&lt;/em&gt;&lt;/a&gt;&lt;em&gt; is used by U.S. Government customers to help visually analyze, determine relationships in, and make decisions based on data.&amp;#160; Watch the interview with members of the team to learn about the product, see a demo of it in action, and how it uses &lt;/em&gt;&lt;a href="http://silverlight.net/default.aspx"&gt;&lt;em&gt;Silverlight&lt;/em&gt;&lt;/a&gt;&lt;em&gt; to deliver compelling data visualizations that go beyond what you might expect from a browser based application.&amp;#160; The team also gives you a history of their early adoption of Silverlight, evolution of &lt;/em&gt;&lt;a href="http://bericotailoredsystems.com/snagl.html"&gt;&lt;em&gt;SnagL&lt;/em&gt;&lt;/a&gt;&lt;em&gt;, and how Silverlight enabled them to “see things you wouldn’t normally see just looking at the data.”&amp;#160; They also talk about how Silverlight gave them a level of performance and visualization in the browser unmatched by their previous approaches.&amp;#160; Finally, the team shares their excitement to start incorporating capabilities coming in &lt;/em&gt;&lt;a href="http://silverlight.net/getstarted/silverlight3/default.aspx"&gt;&lt;em&gt;Silverlight 3&lt;/em&gt;&lt;/a&gt;&lt;em&gt;.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;You can watch the interview at &lt;a href="http://tinyurl.com/Ch9SnagL"&gt;http://tinyurl.com/Ch9SnagL&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9762358" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/devkeydet/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>ShawnWildermuth: Supporting ScreenReaders in Silverlight</title><link>http://blogs.msdn.com/devkeydet/archive/2009/05/11/shawnwildermuth-supporting-screenreaders-in-silverlight.aspx</link><pubDate>Mon, 11 May 2009 15:29:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9602600</guid><dc:creator>marcsc</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/devkeydet/comments/9602600.aspx</comments><wfw:commentRss>http://blogs.msdn.com/devkeydet/commentrss.aspx?PostID=9602600</wfw:commentRss><description>&lt;p&gt;&lt;a title="http://wildermuth.com/2009/05/10/Supporting_ScreenReaders_in_Silverlight" href="http://wildermuth.com/2009/05/10/Supporting_ScreenReaders_in_Silverlight"&gt;http://wildermuth.com/2009/05/10/Supporting_ScreenReaders_in_Silverlight&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Nice quick post with a video…&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9602600" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/devkeydet/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.msdn.com/devkeydet/archive/tags/Accessibility/default.aspx">Accessibility</category></item><item><title>FOLLOW UP: Developer Dinner on Silverlight 3</title><link>http://blogs.msdn.com/devkeydet/archive/2009/04/30/follow-up-developer-dinner-on-silverlight-3.aspx</link><pubDate>Thu, 30 Apr 2009 19:09:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9580616</guid><dc:creator>marcsc</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/devkeydet/comments/9580616.aspx</comments><wfw:commentRss>http://blogs.msdn.com/devkeydet/commentrss.aspx?PostID=9580616</wfw:commentRss><description>&lt;p&gt;Thanks to everyone who attended!&amp;#160; Sorry to put you in the tough position of choosing between two MVPs (&lt;a href="http://blah.winsmarts.com/"&gt;Sahil Malik&lt;/a&gt; and &lt;a href="http://community.irritatedvowel.com/blogs/pete_browns_blog/default.aspx"&gt;Pete Brown&lt;/a&gt;).&amp;#160; We try to prevent having our dinners at the same time as other community events in the area.&amp;#160; Thanks also to Pete for presenting a great, comprehensive overview of &lt;a href="http://silverlight.net/getstarted/silverlight3/default.aspx"&gt;Silverlight 3&lt;/a&gt;.&amp;#160; You can download all the resources for the presentation from Pete’s blog:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://community.irritatedvowel.com/blogs/pete_browns_blog/archive/2009/04/30/Silverlight-3-Links-from-the-Reston-DevDinner.aspx" href="http://community.irritatedvowel.com/blogs/pete_browns_blog/archive/2009/04/30/Silverlight-3-Links-from-the-Reston-DevDinner.aspx"&gt;http://community.irritatedvowel.com/blogs/pete_browns_blog/archive/2009/04/30/Silverlight-3-Links-from-the-Reston-DevDinner.aspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9580616" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/devkeydet/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>Developer Dinner on Silverlight 3 next week</title><link>http://blogs.msdn.com/devkeydet/archive/2009/04/21/developer-dinner-on-silverlight-3-next-week.aspx</link><pubDate>Tue, 21 Apr 2009 16:58:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9559247</guid><dc:creator>marcsc</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/devkeydet/comments/9559247.aspx</comments><wfw:commentRss>http://blogs.msdn.com/devkeydet/commentrss.aspx?PostID=9559247</wfw:commentRss><description>&lt;div class="wlWriterHeaderFooter" style="float:right; margin:0px; padding:0px 0px 4px 8px;"&gt;&lt;script type="text/javascript"&gt;digg_url = "http://blogs.msdn.com/devkeydet/archive/2009/04/21/developer-dinner-on-silverlight-3-next-week.aspx";digg_title = "Developer Dinner on Silverlight 3 next week";digg_bgcolor = "#555555";digg_skin = "normal";&lt;/script&gt;&lt;script src="http://digg.com/tools/diggthis.js" type="text/javascript"&gt;&lt;/script&gt;&lt;script type="text/javascript"&gt;digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined;&lt;/script&gt;&lt;/div&gt;&lt;p&gt;I’m excited to have &lt;a href="www.irritatedVowel.com/Blog"&gt;Pete Brown&lt;/a&gt; come in to be the guest presenter for our monthly Developer Dinner for US Public Sector Partners next week.&amp;#160; Pete is a Silverlight MVP and the author of an upcoming book on &lt;a href="http://silverlight.net/getstarted/silverlight3/default.aspx"&gt;Silverlight 3&lt;/a&gt; &amp;amp; &lt;a href="http://silverlight.net/forums/53.aspx"&gt;.NET RIA Services&lt;/a&gt;.&amp;#160; I’m looking forward to sitting back and watching Pete present:).&amp;#160; Details at &lt;b&gt;&lt;a href="http://tinyurl.com/d84sy7"&gt;http://tinyurl.com/d84sy7&lt;/a&gt;.&lt;/b&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9559247" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/devkeydet/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>MIX09: Building Accessible RIAs in Silverlight</title><link>http://blogs.msdn.com/devkeydet/archive/2009/03/26/mix09-building-accessible-rias-in-silverlight.aspx</link><pubDate>Thu, 26 Mar 2009 15:37:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9510663</guid><dc:creator>marcsc</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/devkeydet/comments/9510663.aspx</comments><wfw:commentRss>http://blogs.msdn.com/devkeydet/commentrss.aspx?PostID=9510663</wfw:commentRss><description>&lt;div class="wlWriterHeaderFooter" style="float:right; margin:0px; padding:0px 0px 4px 8px;"&gt;&lt;script type="text/javascript"&gt;digg_url = "http://blogs.msdn.com/devkeydet/archive/2009/03/26/mix09-building-accessible-rias-in-silverlight.aspx";digg_title = "MIX09: Building Accessible RIAs in Silverlight";digg_bgcolor = "#555555";digg_skin = "normal";&lt;/script&gt;&lt;script src="http://digg.com/tools/diggthis.js" type="text/javascript"&gt;&lt;/script&gt;&lt;script type="text/javascript"&gt;digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined;&lt;/script&gt;&lt;/div&gt;&lt;p&gt;My team focuses on US Government customers and partners.&amp;#160; To say that building accessible applications is important for our customers/partners would be a huge understatement.&amp;#160; I just watched the following session from MIX09:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://videos.visitmix.com/MIX09/T65M"&gt;Building Accessible RIAs in Microsoft Silverlight&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The session is short (roughly 20 minutes), but definitely worth the time if you are interested in how to build accessible apps with Silverlight.&amp;#160; Check it out!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9510663" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/devkeydet/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.msdn.com/devkeydet/archive/tags/Accessibility/default.aspx">Accessibility</category></item><item><title>XamlFest DC (March 4 and 5)</title><link>http://blogs.msdn.com/devkeydet/archive/2009/02/16/xamlfest-dc-march-4-and-5.aspx</link><pubDate>Mon, 16 Feb 2009 18:54:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9426021</guid><dc:creator>marcsc</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/devkeydet/comments/9426021.aspx</comments><wfw:commentRss>http://blogs.msdn.com/devkeydet/commentrss.aspx?PostID=9426021</wfw:commentRss><description>&lt;div class="wlWriterHeaderFooter" style="float:right; margin:0px; padding:0px 0px 4px 8px;"&gt;&lt;script type="text/javascript"&gt;digg_url = "http://blogs.msdn.com/devkeydet/archive/2009/02/16/xamlfest-dc-march-4-and-5.aspx";digg_title = "XamlFest DC (March 4 and 5)";digg_bgcolor = "#555555";digg_skin = "normal";&lt;/script&gt;&lt;script src="http://digg.com/tools/diggthis.js" type="text/javascript"&gt;&lt;/script&gt;&lt;script type="text/javascript"&gt;digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined;&lt;/script&gt;&lt;/div&gt;&lt;p&gt;Here’s a chance at some free WPF and Silverlight training.&amp;#160; XamlFest is an event touring around the US enabling developers to ramp up their WPF/Silverlight skills quickly.&amp;#160; Here is the description of the event:&lt;/p&gt;  &lt;p&gt;&lt;em&gt;“Are you excited about the WPF but concerned about the learning curve?&amp;#160; Have you seen Silverlight but don’t know where to get started?&amp;#160; Or are you curious about how tools like Visual Studio and Expression Blend help designers and developers work together to deliver great user experiences? If so, join us at XamlFest!&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;XamlFest is a two day interactive event where you’ll learn about the platforms the tools and processes used to deliver differentiated user experiences. It’s a chance for you to mingle with UX minded Microsoft folks as well as industry leading design integrators.&amp;#160; It’s also an opportunity to pick up a free copy of Visual Studio 2008 and Expression Studio 2 for you attendance.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Each XamlFest day will start with interactive sessions by Microsoft and our design partners, followed by a free lunch and a chance to network, have some fun and win prizes. Each afternoon will be geared toward assisted development with instructor-led walkthroughs, or, better yet, come with your own project in mind and we’ll help kick start your very own proof of concept”&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;More details and registration information is available at:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://blogs.msdn.com/usisvde/archive/2009/02/16/you-re-invited-to-xamlfest-dc-march-4-5.aspx" href="http://blogs.msdn.com/usisvde/archive/2009/02/16/you-re-invited-to-xamlfest-dc-march-4-5.aspx"&gt;http://blogs.msdn.com/usisvde/archive/2009/02/16/you-re-invited-to-xamlfest-dc-march-4-5.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Also note:&lt;/p&gt;  &lt;p&gt;“We’re asking that each company send no more than 4 people to this event so that we accommodate as many as possible. We’re allowing only 40 attendees to ensure we deliver a good experience during the assisted development sessions.”&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9426021" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/devkeydet/archive/tags/WPF/default.aspx">WPF</category><category domain="http://blogs.msdn.com/devkeydet/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.msdn.com/devkeydet/archive/tags/Expression/default.aspx">Expression</category></item><item><title>DevDinnerOnDemand: Implementing Modern User Experiences with Expression Blend &amp; Silverlight</title><link>http://blogs.msdn.com/devkeydet/archive/2009/02/10/devdinnerondemand-implementing-modern-user-experiences-with-expression-blend-silverlight.aspx</link><pubDate>Tue, 10 Feb 2009 19:32:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9410824</guid><dc:creator>marcsc</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/devkeydet/comments/9410824.aspx</comments><wfw:commentRss>http://blogs.msdn.com/devkeydet/commentrss.aspx?PostID=9410824</wfw:commentRss><description>&lt;div class="wlWriterHeaderFooter" style="float:right; margin:0px; padding:0px 0px 4px 8px;"&gt;&lt;script type="text/javascript"&gt;digg_url = "http://blogs.msdn.com/devkeydet/archive/2009/02/10/devdinnerondemand-implementing-modern-user-experiences-with-expression-blend-silverlight.aspx";digg_title = "DevDinnerOnDemand: Implementing Modern User Experiences with Expression Blend &amp; Silverlight";digg_bgcolor = "#555555";digg_skin = "normal";&lt;/script&gt;&lt;script src="http://digg.com/tools/diggthis.js" type="text/javascript"&gt;&lt;/script&gt;&lt;script type="text/javascript"&gt;digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined;&lt;/script&gt;&lt;/div&gt;&lt;p&gt;Building off the sample app built during the &lt;a href="http://blogs.msdn.com/devkeydet/archive/2009/01/26/devdinnerondemand-building-business-focused-applications-using-silverlight-2-and-beyond.aspx"&gt;Building Business-Focused Applications Using Silverlight 2 and Beyond&lt;/a&gt; Developer Dinner, &lt;a href="http://blogs.msdn.com/jameschi/"&gt;James&lt;/a&gt; Chittenden will cover all the basics that every designer and developer of WPF and Silverlight applications needs to know. Building off of preceding developer session, we’ll use Expression Blend to walk through the process of creating and manipulating objects, building timeline-based animations, and converting a typical user interface into one that harnesses the power of Silverlight.&lt;/p&gt;  &lt;p&gt;View Recording:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://channel9.msdn.com/posts/keydet/US-Public-Sector-Developer-Dinner-for-Partners-Implementing-Modern-User-Experiences-with-Expression-/" href="http://channel9.msdn.com/posts/keydet/US-Public-Sector-Developer-Dinner-for-Partners-Implementing-Modern-User-Experiences-with-Expression-/"&gt;http://channel9.msdn.com/posts/keydet/US-Public-Sector-Developer-Dinner-for-Partners-Implementing-Modern-User-Experiences-with-Expression-/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Follow up resources (links, deck, code) from the dinner are available at:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://tinyurl.com/sl2uxblenddevdinner" href="http://tinyurl.com/sl2uxblenddevdinner"&gt;http://tinyurl.com/sl2uxblenddevdinner&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9410824" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/devkeydet/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.msdn.com/devkeydet/archive/tags/Expression/default.aspx">Expression</category></item><item><title>Looking for a list of Silverlight &amp; WPF controls?</title><link>http://blogs.msdn.com/devkeydet/archive/2009/02/10/looking-for-a-list-of-silverlight-wpf-controls.aspx</link><pubDate>Tue, 10 Feb 2009 08:40:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9409963</guid><dc:creator>marcsc</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/devkeydet/comments/9409963.aspx</comments><wfw:commentRss>http://blogs.msdn.com/devkeydet/commentrss.aspx?PostID=9409963</wfw:commentRss><description>&lt;div class="wlWriterHeaderFooter" style="float:right; margin:0px; padding:0px 0px 4px 8px;"&gt;&lt;script type="text/javascript"&gt;digg_url = "http://blogs.msdn.com/devkeydet/archive/2009/02/10/looking-for-a-list-of-silverlight-wpf-controls.aspx";digg_title = "Looking for a list of Silverlight &amp; WPF controls?";digg_bgcolor = "#555555";digg_skin = "normal";&lt;/script&gt;&lt;script src="http://digg.com/tools/diggthis.js" type="text/javascript"&gt;&lt;/script&gt;&lt;script type="text/javascript"&gt;digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined;&lt;/script&gt;&lt;/div&gt;&lt;p&gt;How about a WPF app that is a live demo of all of them?&amp;#160; Mike Taulty recently published a ClickOnce app that might tickle your fancy…&lt;/p&gt;  &lt;p&gt;&lt;a title="http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2009/02/03/silverlight-wpf-control-browser.aspx" href="http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2009/02/03/silverlight-wpf-control-browser.aspx"&gt;http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2009/02/03/silverlight-wpf-control-browser.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;I just installed it.&amp;#160; PRETTY COOL!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9409963" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/devkeydet/archive/tags/WPF/default.aspx">WPF</category><category domain="http://blogs.msdn.com/devkeydet/archive/tags/Silverlight/default.aspx">Silverlight</category></item></channel></rss>