<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forum.cornerstone.se/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>Cornerstones utvecklarblogg</title><link>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/default.aspx</link><description /><dc:language>sv</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.2)</generator><item><title>Silverlight 4 - Make Commanding use lesser code</title><link>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/2010/01/03/silverlight-4-make-commanding-use-lesser-code.aspx</link><pubDate>Sun, 03 Jan 2010 21:57:00 GMT</pubDate><guid isPermaLink="false">ae4fcb50-eea8-4fc7-a330-efec635488df:904</guid><dc:creator>Fredrik Normén</dc:creator><slash:comments>0</slash:comments><comments>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/comments/904.aspx</comments><wfw:commentRss>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/commentrss.aspx?PostID=904</wfw:commentRss><description>In my previous post about using Silverlight 4 Commanding, I got a question why I didn’t use delegates etc instead of creating a lot of ICommand classes. In this post I’m going to show how you can reduce the number of ICommand classes. I have created a...(&lt;a href="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/2010/01/03/silverlight-4-make-commanding-use-lesser-code.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://forum.cornerstone.se/aggbug.aspx?PostID=904" width="1" height="1"&gt;</description><category domain="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/tags/VS2010/default.aspx">VS2010</category><category domain="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/tags/Silverlight+4/default.aspx">Silverlight 4</category></item><item><title>WCF RIA Services – Dynamically create a criteria on the client-side</title><link>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/2009/12/30/wcf-ria-services-dynamically-create-a-criteria-on-the-client-side.aspx</link><pubDate>Wed, 30 Dec 2009 16:52:00 GMT</pubDate><guid isPermaLink="false">ae4fcb50-eea8-4fc7-a330-efec635488df:903</guid><dc:creator>Fredrik Normén</dc:creator><slash:comments>0</slash:comments><comments>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/comments/903.aspx</comments><wfw:commentRss>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/commentrss.aspx?PostID=903</wfw:commentRss><description>Note: This post is based on the WCF RIA Services VS 2008 PDC Beta and VS 2010 Beta 2 preview, changes can be done before the framework hits RTM. I have seen questions about how to dynamically create search criteria when using WCF RIA Services and LINQ....(&lt;a href="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/2009/12/30/wcf-ria-services-dynamically-create-a-criteria-on-the-client-side.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://forum.cornerstone.se/aggbug.aspx?PostID=903" width="1" height="1"&gt;</description><category domain="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/tags/VS2010/default.aspx">VS2010</category><category domain="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/tags/WCF+Ria+Services/default.aspx">WCF Ria Services</category></item><item><title>WCF RIA Services DomainService life-cycle and adding Transactions</title><link>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/2009/12/29/wcf-ria-services-domainservice-life-cycle-and-adding-transactions.aspx</link><pubDate>Tue, 29 Dec 2009 18:53:12 GMT</pubDate><guid isPermaLink="false">ae4fcb50-eea8-4fc7-a330-efec635488df:901</guid><dc:creator>Fredrik Normén</dc:creator><slash:comments>0</slash:comments><comments>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/comments/901.aspx</comments><wfw:commentRss>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/commentrss.aspx?PostID=901</wfw:commentRss><description>Note: This blog post will use the WCF RIA Services PDC Beta and VS2010 Preview, changes to the framework can me made before it hits RTM. Some questions that pops up about WCF RIA Services is how to enable transactions. So I decided to write a blog post...(&lt;a href="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/2009/12/29/wcf-ria-services-domainservice-life-cycle-and-adding-transactions.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://forum.cornerstone.se/aggbug.aspx?PostID=901" width="1" height="1"&gt;</description></item><item><title>Solution to minimize the loading of too much data to a DataGrid– WCF RIA Services and Silverlight</title><link>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/2009/12/28/solution-to-minimize-the-loading-of-too-much-data-to-a-datagrid-wcf-ria-services-and-silverlight.aspx</link><pubDate>Mon, 28 Dec 2009 22:54:00 GMT</pubDate><guid isPermaLink="false">ae4fcb50-eea8-4fc7-a330-efec635488df:899</guid><dc:creator>Fredrik Normén</dc:creator><slash:comments>0</slash:comments><comments>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/comments/899.aspx</comments><wfw:commentRss>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/commentrss.aspx?PostID=899</wfw:commentRss><description>Note: The WCF RIA Services examples in this post is based on the WCF RIA Services PDC Beta for VS 2008 and VS 2010 Beta 2 Preview. I have notice that a lot of developers are passing a lot of data over the wire, like they have forgot or don’t see the network...(&lt;a href="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/2009/12/28/solution-to-minimize-the-loading-of-too-much-data-to-a-datagrid-wcf-ria-services-and-silverlight.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://forum.cornerstone.se/aggbug.aspx?PostID=899" width="1" height="1"&gt;</description><category domain="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/tags/VS2010/default.aspx">VS2010</category><category domain="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/tags/WCF+Ria+Services/default.aspx">WCF Ria Services</category></item><item><title>Silverlight exception handling using WCF RIA Services and WCF Services</title><link>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/2009/12/22/silverlight-exception-handling-using-wcf-ria-services-and-wcf-services.aspx</link><pubDate>Tue, 22 Dec 2009 16:26:00 GMT</pubDate><guid isPermaLink="false">ae4fcb50-eea8-4fc7-a330-efec635488df:898</guid><dc:creator>Fredrik Normén</dc:creator><slash:comments>0</slash:comments><comments>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/comments/898.aspx</comments><wfw:commentRss>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/commentrss.aspx?PostID=898</wfw:commentRss><description>Note: Some examples in this post uses the WCF RIA Services PDC Beta, so changes can be done until it hit RTM. I have already mention about how to handle exceptions with WCF RIA Services here: http://weblogs.asp.net/fredriknormen/archive/2009/12/08/wcf-ria-services-exception-handling.aspx...(&lt;a href="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/2009/12/22/silverlight-exception-handling-using-wcf-ria-services-and-wcf-services.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://forum.cornerstone.se/aggbug.aspx?PostID=898" width="1" height="1"&gt;</description><category domain="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/tags/VS2010/default.aspx">VS2010</category><category domain="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/tags/WCF+Ria+Services/default.aspx">WCF Ria Services</category></item><item><title>WCF RIA Service – How to configure the WCF Service maximum items returned by the Query</title><link>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/2009/12/19/wcf-ria-service-how-to-configure-the-wcf-service-maximum-items-returned-by-the-query.aspx</link><pubDate>Sat, 19 Dec 2009 08:44:58 GMT</pubDate><guid isPermaLink="false">ae4fcb50-eea8-4fc7-a330-efec635488df:896</guid><dc:creator>Fredrik Normén</dc:creator><slash:comments>0</slash:comments><comments>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/comments/896.aspx</comments><wfw:commentRss>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/commentrss.aspx?PostID=896</wfw:commentRss><description>Note: This is post is based on the WCF RIA Services Beta for VS 2008 and changes can be done before WCF RIA Services hits RTM. There are several post on the forums about changing the default number of items passed passed from a DomainService to the client,...(&lt;a href="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/2009/12/19/wcf-ria-service-how-to-configure-the-wcf-service-maximum-items-returned-by-the-query.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://forum.cornerstone.se/aggbug.aspx?PostID=896" width="1" height="1"&gt;</description></item><item><title>WCF RIA Services Exception Handling</title><link>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/2009/12/08/wcf-ria-services-exception-handling.aspx</link><pubDate>Tue, 08 Dec 2009 19:20:00 GMT</pubDate><guid isPermaLink="false">ae4fcb50-eea8-4fc7-a330-efec635488df:893</guid><dc:creator>Fredrik Normén</dc:creator><slash:comments>0</slash:comments><comments>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/comments/893.aspx</comments><wfw:commentRss>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/commentrss.aspx?PostID=893</wfw:commentRss><description>Note: The examples in this blog post are based on the WCF RIA Services PDC beta, and changes to the framework can be done until it hits RTM. In a preview blog post I wrote about how to handle exception when using .NET RIA Services and the Load method....(&lt;a href="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/2009/12/08/wcf-ria-services-exception-handling.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://forum.cornerstone.se/aggbug.aspx?PostID=893" width="1" height="1"&gt;</description><category domain="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/tags/WCF+Ria+Services/default.aspx">WCF Ria Services</category></item><item><title>RIA – Should a service return the IQueryable&lt;T&gt;?</title><link>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/2009/12/03/ria-should-a-service-return-the-iqueryable-t.aspx</link><pubDate>Thu, 03 Dec 2009 16:57:00 GMT</pubDate><guid isPermaLink="false">ae4fcb50-eea8-4fc7-a330-efec635488df:892</guid><dc:creator>Fredrik Normén</dc:creator><slash:comments>0</slash:comments><comments>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/comments/892.aspx</comments><wfw:commentRss>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/commentrss.aspx?PostID=892</wfw:commentRss><description>Note: The examples in this blog post uses WCF RIA Services PDC Beta, and changes can be made in the future to the framework. In several of my blog posts about WCF RIA Services I have used the Repository pattern to return an IEnumerable&amp;lt;T&amp;gt;, for example:...(&lt;a href="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/2009/12/03/ria-should-a-service-return-the-iqueryable-t.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://forum.cornerstone.se/aggbug.aspx?PostID=892" width="1" height="1"&gt;</description><category domain="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/tags/RIA/default.aspx">RIA</category><category domain="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/tags/VS2010/default.aspx">VS2010</category><category domain="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/tags/WCF+Ria+Services/default.aspx">WCF Ria Services</category></item><item><title>WCF RIA Services – StructureMap – DomainServiceFactory</title><link>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/2009/12/01/wcf-ria-services-structuremap-domainservicefactory.aspx</link><pubDate>Tue, 01 Dec 2009 09:58:30 GMT</pubDate><guid isPermaLink="false">ae4fcb50-eea8-4fc7-a330-efec635488df:890</guid><dc:creator>Fredrik Normén</dc:creator><slash:comments>0</slash:comments><comments>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/comments/890.aspx</comments><wfw:commentRss>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/commentrss.aspx?PostID=890</wfw:commentRss><description>Note: The example in this blog post uses the WCF RIA Services PDC Beta, so things can be changed to the final version. In a preview post I wrote about how to create a DomainServiceFactory where Microsoft Patterns &amp;amp; Practices Unity Dependency Injection...(&lt;a href="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/2009/12/01/wcf-ria-services-structuremap-domainservicefactory.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://forum.cornerstone.se/aggbug.aspx?PostID=890" width="1" height="1"&gt;</description></item><item><title>Silverlight 4 - MVVM with Commanding and WCF RIA Services</title><link>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/2009/11/30/silverlight-4-mvvm-with-commanding-and-wcf-ria-services.aspx</link><pubDate>Mon, 30 Nov 2009 18:38:53 GMT</pubDate><guid isPermaLink="false">ae4fcb50-eea8-4fc7-a330-efec635488df:889</guid><dc:creator>Fredrik Normén</dc:creator><slash:comments>0</slash:comments><comments>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/comments/889.aspx</comments><wfw:commentRss>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/commentrss.aspx?PostID=889</wfw:commentRss><description>Note: The code example in this post uses Silverlight 4 PDC Beta and WCR RIA Services PDC Beta, so some changes can be made before RTM. In my previous post I wrote about “ WCF RIA Services and a guide to use DTO/”Presentation Model” ”, and mention that...(&lt;a href="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/2009/11/30/silverlight-4-mvvm-with-commanding-and-wcf-ria-services.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://forum.cornerstone.se/aggbug.aspx?PostID=889" width="1" height="1"&gt;</description><category domain="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/tags/VS2010/default.aspx">VS2010</category><category domain="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/tags/WCF+Ria+Services/default.aspx">WCF Ria Services</category><category domain="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/tags/Silverlight+4/default.aspx">Silverlight 4</category><category domain="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/tags/MVVM/default.aspx">MVVM</category><category domain="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/tags/ViewModel/default.aspx">ViewModel</category></item><item><title>WCF RIA Services Unity DomainServiceFactory</title><link>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/2009/11/28/wcf-ria-services-unity-domainservicefactory.aspx</link><pubDate>Sat, 28 Nov 2009 17:11:00 GMT</pubDate><guid isPermaLink="false">ae4fcb50-eea8-4fc7-a330-efec635488df:888</guid><dc:creator>Fredrik Normén</dc:creator><slash:comments>0</slash:comments><comments>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/comments/888.aspx</comments><wfw:commentRss>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/commentrss.aspx?PostID=888</wfw:commentRss><description>Note: This post is based on WCR RIA Services PDC beta and changes can be made in a future release. In this post I will show you how it’s possible to create your own DomainServiceFactory which has the responsibility to create a DomainService instance....(&lt;a href="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/2009/11/28/wcf-ria-services-unity-domainservicefactory.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://forum.cornerstone.se/aggbug.aspx?PostID=888" width="1" height="1"&gt;</description><category domain="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/tags/VS2010/default.aspx">VS2010</category><category domain="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/tags/WCF+Ria+Services/default.aspx">WCF Ria Services</category><category domain="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/tags/RIA+Services/default.aspx">RIA Services</category></item><item><title>WCF RIA Services and a guide to use DTO/”Presentation Model”</title><link>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/2009/11/28/wcf-ria-services-and-a-guide-to-use-dto-presentation-model.aspx</link><pubDate>Sat, 28 Nov 2009 14:10:00 GMT</pubDate><guid isPermaLink="false">ae4fcb50-eea8-4fc7-a330-efec635488df:887</guid><dc:creator>Fredrik Normén</dc:creator><slash:comments>0</slash:comments><comments>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/comments/887.aspx</comments><wfw:commentRss>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/commentrss.aspx?PostID=887</wfw:commentRss><description>NOTE: Examples in this blog post is based on the VS 2010 Beta 2, WCF RIA Services PDC Beta, some changes to the WCF RIA Services can happen until RTM. I have seen several questions and request about how to use Data Transfer Objects (DTO), or a ”Presentation...(&lt;a href="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/2009/11/28/wcf-ria-services-and-a-guide-to-use-dto-presentation-model.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://forum.cornerstone.se/aggbug.aspx?PostID=887" width="1" height="1"&gt;</description><category domain="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/tags/VS2010/default.aspx">VS2010</category><category domain="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/tags/WCF+Ria+Services/default.aspx">WCF Ria Services</category></item><item><title>WCF RIA Services Binding Deep dive</title><link>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/2009/11/27/wcf-ria-services-binding-deep-dive.aspx</link><pubDate>Fri, 27 Nov 2009 01:26:06 GMT</pubDate><guid isPermaLink="false">ae4fcb50-eea8-4fc7-a330-efec635488df:885</guid><dc:creator>Fredrik Normén</dc:creator><slash:comments>0</slash:comments><comments>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/comments/885.aspx</comments><wfw:commentRss>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/commentrss.aspx?PostID=885</wfw:commentRss><description>Note: This is based on WCF RIA Services beta, and some stuffs can change in a future release. As many of you may know, WCF RIA Services uses WCF. WCF uses EndPoints where we specify the ABC (Address, Binding and Contract). By default WCF RIA Services...(&lt;a href="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/2009/11/27/wcf-ria-services-binding-deep-dive.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://forum.cornerstone.se/aggbug.aspx?PostID=885" width="1" height="1"&gt;</description></item><item><title>Refresh the cached EntitySet after a SubmitChanges – WCF RIA Services</title><link>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/2009/11/24/refresh-the-cached-entityset-after-a-submitchanges-wcf-ria-services.aspx</link><pubDate>Tue, 24 Nov 2009 18:35:48 GMT</pubDate><guid isPermaLink="false">ae4fcb50-eea8-4fc7-a330-efec635488df:883</guid><dc:creator>Fredrik Normén</dc:creator><slash:comments>0</slash:comments><comments>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/comments/883.aspx</comments><wfw:commentRss>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/commentrss.aspx?PostID=883</wfw:commentRss><description>Note: This post is based on the WCF RIA Services PDC Beta. There is a discussion about WCR RIA Services and how to update an EntitySet after a Submit changes, on the Silverlight forum. If we loads a set of entities they will be cached in an EntitySet...(&lt;a href="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/2009/11/24/refresh-the-cached-entityset-after-a-submitchanges-wcf-ria-services.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://forum.cornerstone.se/aggbug.aspx?PostID=883" width="1" height="1"&gt;</description></item><item><title>Using the WebBrowser control and debug a Silverlight Out-of-browser (OOB) application in VS 2010</title><link>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/2009/11/23/using-the-webbrowser-control-and-debug-a-silverlight-out-of-browser-oob-application-in-vs-2010.aspx</link><pubDate>Mon, 23 Nov 2009 14:53:00 GMT</pubDate><guid isPermaLink="false">ae4fcb50-eea8-4fc7-a330-efec635488df:882</guid><dc:creator>Fredrik Normén</dc:creator><slash:comments>0</slash:comments><comments>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/comments/882.aspx</comments><wfw:commentRss>http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/commentrss.aspx?PostID=882</wfw:commentRss><description>Yesterday I played with the WebBrowser control shipped with Silverlight 4. I was trying to create a little RSS Reader for Silverlight 4, only to try out some of the new features. The WebBrowser control have two methods to display a web page, the Navigate...(&lt;a href="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/2009/11/23/using-the-webbrowser-control-and-debug-a-silverlight-out-of-browser-oob-application-in-vs-2010.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://forum.cornerstone.se/aggbug.aspx?PostID=882" width="1" height="1"&gt;</description><category domain="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/tags/Visual+Studio+2010/default.aspx">Visual Studio 2010</category><category domain="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/tags/VS+2010/default.aspx">VS 2010</category><category domain="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/tags/VS2010/default.aspx">VS2010</category><category domain="http://forum.cornerstone.se/blogs/cornerstones_utvecklarblogg/archive/tags/Silverlight+4/default.aspx">Silverlight 4</category></item></channel></rss>