<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: 5 Reasons Why Silverlight Is My Preferred Web Development Platform</title> <atom:link href="http://davybrion.com/blog/2009/09/5-reasons-why-silverlight-is-my-preferred-web-development-platform/feed/" rel="self" type="application/rss+xml" /><link>http://davybrion.com/blog/2009/09/5-reasons-why-silverlight-is-my-preferred-web-development-platform/</link> <description>inquisitive: adjective. given to inquiry, research, or asking questions; eager for knowledge; intellectually curious</description> <lastBuildDate>Wed, 08 Feb 2012 11:42:42 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Keep Your Eyes On The Road &#124; The Inquisitive Coder &#8211; Davy Brion&#039;s Blog</title><link>http://davybrion.com/blog/2009/09/5-reasons-why-silverlight-is-my-preferred-web-development-platform/comment-page-1/#comment-59828</link> <dc:creator>Keep Your Eyes On The Road &#124; The Inquisitive Coder &#8211; Davy Brion&#039;s Blog</dc:creator> <pubDate>Sat, 18 Sep 2010 21:27:59 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1616#comment-59828</guid> <description>[...] to make it very clear that i&#8217;m not anti-Silverlight. A year ago i wrote a post called &#8220;5 Reasons Why Silverlight Is My Preferred Web Development Platform&#8220;, which i hope will prevent the Silverlight fanbois from labeling me as an uninformed [...]</description> <content:encoded><![CDATA[<p>[...] to make it very clear that i&#8217;m not anti-Silverlight. A year ago i wrote a post called &#8220;5 Reasons Why Silverlight Is My Preferred Web Development Platform&#8220;, which i hope will prevent the Silverlight fanbois from labeling me as an uninformed [...]</p> ]]></content:encoded> </item> <item><title>By: Stuart</title><link>http://davybrion.com/blog/2009/09/5-reasons-why-silverlight-is-my-preferred-web-development-platform/comment-page-1/#comment-44608</link> <dc:creator>Stuart</dc:creator> <pubDate>Thu, 01 Jul 2010 12:40:01 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1616#comment-44608</guid> <description>We are in the process of migrating a large intranet management information system over from ASP.NET to SL and we have encountered many hurdles and, in some cases, complete blocks. The main problem we have encountered is the comparatively slow performance of client side charts and grids when compared to their existing server rendered equivalents. In many cases, for example, the server side ChartDirector objects perform many times better than any of the downloaded SL graphing components we have tried. As most of our pages consist of these complicated charts it has really left us scratching our heads as to why we&#039;ve taken this route of adopting SL. That said we like the programming model and we&#039;re persevering...</description> <content:encoded><![CDATA[<p>We are in the process of migrating a large intranet management information system over from ASP.NET to SL and we have encountered many hurdles and, in some cases, complete blocks. The main problem we have encountered is the comparatively slow performance of client side charts and grids when compared to their existing server rendered equivalents. In many cases, for example, the server side ChartDirector objects perform many times better than any of the downloaded SL graphing components we have tried. As most of our pages consist of these complicated charts it has really left us scratching our heads as to why we&#8217;ve taken this route of adopting SL. That said we like the programming model and we&#8217;re persevering&#8230;</p> ]]></content:encoded> </item> <item><title>By: Mark</title><link>http://davybrion.com/blog/2009/09/5-reasons-why-silverlight-is-my-preferred-web-development-platform/comment-page-1/#comment-32764</link> <dc:creator>Mark</dc:creator> <pubDate>Fri, 19 Mar 2010 02:11:18 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1616#comment-32764</guid> <description>@Martin and @Ben - passing &quot;NHibernate&quot; objects over the wire is NOT bad or wrong. The good thing is that SilverLight gives you a choice.  Also, (and this drives me nuts) you are not passing DTOs. You probably are passing &quot;View&quot; objects.Creating a view object for every object is silly. Create them where needed. Creating them willy-nilly complicates the application needlessly.  I have a 2 large applications that use 2 View objects. They both work fine. I will probably create more for some performance issues. But these are NOT DTOs.  The places i use them are when i am listing complex objects such as in a search results.  Where as DTOs are structures that contain the attributes of single object, View objects contain some attributes of multiple objects.Also, use NHibernate to create the view objects. I think the documentation refers to them as type safe objects. Like - &quot;select new SomeViewObject(Id, Name,....) from PersonI have been using NHibernate/Hibernate since the original came out.  I&#039;ve used them both in web apps and &quot;desktop&quot; apps.</description> <content:encoded><![CDATA[<p>@Martin and @Ben &#8211; passing &#8220;NHibernate&#8221; objects over the wire is NOT bad or wrong. The good thing is that SilverLight gives you a choice.  Also, (and this drives me nuts) you are not passing DTOs. You probably are passing &#8220;View&#8221; objects.</p><p>Creating a view object for every object is silly. Create them where needed. Creating them willy-nilly complicates the application needlessly.  I have a 2 large applications that use 2 View objects. They both work fine. I will probably create more for some performance issues. But these are NOT DTOs.  The places i use them are when i am listing complex objects such as in a search results.  Where as DTOs are structures that contain the attributes of single object, View objects contain some attributes of multiple objects.</p><p>Also, use NHibernate to create the view objects. I think the documentation refers to them as type safe objects. Like &#8211; &#8220;select new SomeViewObject(Id, Name,&#8230;.) from Person</p><p>I have been using NHibernate/Hibernate since the original came out.  I&#8217;ve used them both in web apps and &#8220;desktop&#8221; apps.</p> ]]></content:encoded> </item> <item><title>By: Davy Brion</title><link>http://davybrion.com/blog/2009/09/5-reasons-why-silverlight-is-my-preferred-web-development-platform/comment-page-1/#comment-22545</link> <dc:creator>Davy Brion</dc:creator> <pubDate>Fri, 11 Sep 2009 05:02:09 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1616#comment-22545</guid> <description>@Alwinso far, we haven&#039;t really used it on a truly public site (as in: anyone can sign up and start using it) yet... but we are thinking of redoing our company website entirely with Silverlight.  Not sure when that&#039;s actually going to happen though.We do use it outside of the company, over the internet, if that&#039;s what you meant and that works great... that&#039;s why i seriously like the reduced bandwidth overhead ;)as for Flash/Flex/Air... i can&#039;t really get into their technical merits (because i have no experience with them), but the market for Flash/Flex/Air developers is _very_ small, at least here in Belgium.  Which is a pretty important factor as well ;)</description> <content:encoded><![CDATA[<p>@Alwin</p><p>so far, we haven&#8217;t really used it on a truly public site (as in: anyone can sign up and start using it) yet&#8230; but we are thinking of redoing our company website entirely with Silverlight.  Not sure when that&#8217;s actually going to happen though.</p><p>We do use it outside of the company, over the internet, if that&#8217;s what you meant and that works great&#8230; that&#8217;s why i seriously like the reduced bandwidth overhead <img
src='http://d18sni7re4ly7f.cloudfront.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p><p>as for Flash/Flex/Air&#8230; i can&#8217;t really get into their technical merits (because i have no experience with them), but the market for Flash/Flex/Air developers is _very_ small, at least here in Belgium.  Which is a pretty important factor as well <img
src='http://d18sni7re4ly7f.cloudfront.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: alwin</title><link>http://davybrion.com/blog/2009/09/5-reasons-why-silverlight-is-my-preferred-web-development-platform/comment-page-1/#comment-22542</link> <dc:creator>alwin</dc:creator> <pubDate>Thu, 10 Sep 2009 23:48:41 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1616#comment-22542</guid> <description>Davy,
Do you use Silverlight mainly for products used inside a company, or out in the public? How do you look at Flash/Flex/Air compared to Silverlight?I&#039;m facing the task to convert a .Net UserControl embedded as an object in the page, used in IE, to Silverlight.</description> <content:encoded><![CDATA[<p>Davy,<br
/> Do you use Silverlight mainly for products used inside a company, or out in the public? How do you look at Flash/Flex/Air compared to Silverlight?</p><p>I&#8217;m facing the task to convert a .Net UserControl embedded as an object in the page, used in IE, to Silverlight.</p> ]]></content:encoded> </item> <item><title>By: Davy Brion</title><link>http://davybrion.com/blog/2009/09/5-reasons-why-silverlight-is-my-preferred-web-development-platform/comment-page-1/#comment-22513</link> <dc:creator>Davy Brion</dc:creator> <pubDate>Tue, 08 Sep 2009 14:12:30 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1616#comment-22513</guid> <description>@Martinyeah the version in Brion.Library is over a year old and hasn&#039;t been updated in a long time... none of the silverlight stuff is in there.I&#039;ll write a post about the asynchronous version of the request dispatcher soon :)
(it&#039;ll probably be sometime next week though)</description> <content:encoded><![CDATA[<p>@Martin</p><p>yeah the version in Brion.Library is over a year old and hasn&#8217;t been updated in a long time&#8230; none of the silverlight stuff is in there.</p><p>I&#8217;ll write a post about the asynchronous version of the request dispatcher soon <img
src='http://d18sni7re4ly7f.cloudfront.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br
/> (it&#8217;ll probably be sometime next week though)</p> ]]></content:encoded> </item> <item><title>By: Martin Nyborg</title><link>http://davybrion.com/blog/2009/09/5-reasons-why-silverlight-is-my-preferred-web-development-platform/comment-page-1/#comment-22512</link> <dc:creator>Martin Nyborg</dc:creator> <pubDate>Tue, 08 Sep 2009 14:09:45 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1616#comment-22512</guid> <description>Just downloaded from svn the latest version of the Brion.Library to learn more about the request / response implementation.I don&#039;t see any async test for silverlight. Can you post an example on how to load some data from the silverlight client.Thanks for all the great posts.</description> <content:encoded><![CDATA[<p>Just downloaded from svn the latest version of the Brion.Library to learn more about the request / response implementation.</p><p>I don&#8217;t see any async test for silverlight. Can you post an example on how to load some data from the silverlight client.</p><p>Thanks for all the great posts.</p> ]]></content:encoded> </item> <item><title>By: samcov</title><link>http://davybrion.com/blog/2009/09/5-reasons-why-silverlight-is-my-preferred-web-development-platform/comment-page-1/#comment-22499</link> <dc:creator>samcov</dc:creator> <pubDate>Mon, 07 Sep 2009 21:08:53 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1616#comment-22499</guid> <description>@Laurent Bugnion, I&#039;ve seen your framework before, and didn&#039;t install it because installation was difficult(to be kind).However, I do see that you have a new MSI installation, so I&#039;ll give it a go.  Thanks for posting this because PRISM has been poorly launched by MS, and it also is quite large for smaller projects.</description> <content:encoded><![CDATA[<p>@Laurent Bugnion, I&#8217;ve seen your framework before, and didn&#8217;t install it because installation was difficult(to be kind).</p><p>However, I do see that you have a new MSI installation, so I&#8217;ll give it a go.  Thanks for posting this because PRISM has been poorly launched by MS, and it also is quite large for smaller projects.</p> ]]></content:encoded> </item> <item><title>By: Laurent Bugnion</title><link>http://davybrion.com/blog/2009/09/5-reasons-why-silverlight-is-my-preferred-web-development-platform/comment-page-1/#comment-22497</link> <dc:creator>Laurent Bugnion</dc:creator> <pubDate>Mon, 07 Sep 2009 16:57:52 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1616#comment-22497</guid> <description>For a simple MVVM framework, I would like to suggest taking a look at the MVVM Light toolkit that i am taking care of, and of which i just published a new version. It is not as powerful as Caliburn, but it is easier to take in hands and start with. More at http://www.galasoft.ch/mvvm/getstarted</description> <content:encoded><![CDATA[<p>For a simple MVVM framework, I would like to suggest taking a look at the MVVM Light toolkit that i am taking care of, and of which i just published a new version. It is not as powerful as Caliburn, but it is easier to take in hands and start with. More at <a
href="http://www.galasoft.ch/mvvm/getstarted" rel="nofollow">http://www.galasoft.ch/mvvm/getstarted</a></p> ]]></content:encoded> </item> <item><title>By: Daily tech links for .net and related technologies - September 4-8, 2009 - Sanjeev Agarwal</title><link>http://davybrion.com/blog/2009/09/5-reasons-why-silverlight-is-my-preferred-web-development-platform/comment-page-1/#comment-22495</link> <dc:creator>Daily tech links for .net and related technologies - September 4-8, 2009 - Sanjeev Agarwal</dc:creator> <pubDate>Mon, 07 Sep 2009 10:04:03 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1616#comment-22495</guid> <description>[...] WPF &amp; RIA  5 Reasons Why Silverlight Is My Preferred Web Development Platform Detecting design time mode in WPF and SilverlightGet Started with Silverlight 3 and Expression [...]</description> <content:encoded><![CDATA[<p>[...] WPF &amp; RIA  5 Reasons Why Silverlight Is My Preferred Web Development Platform Detecting design time mode in WPF and SilverlightGet Started with Silverlight 3 and Expression [...]</p> ]]></content:encoded> </item> <item><title>By: Davy Brion</title><link>http://davybrion.com/blog/2009/09/5-reasons-why-silverlight-is-my-preferred-web-development-platform/comment-page-1/#comment-22492</link> <dc:creator>Davy Brion</dc:creator> <pubDate>Sun, 06 Sep 2009 10:45:46 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1616#comment-22492</guid> <description>@MartinNHibernate, which sits behind our Request/Response WCF layer... none of the NHibernate entities are allowed to go outside of the service layer, so we pass simple DTO&#039;s.Input validation... i&#039;d have to check to see how my coworkers do it, i honestly don&#039;t have a clue at the moment :) (does it show that i hardly do any UI coding?)And undo management... if a user presses the cancel button, we don&#039;t send anything to the server... that&#039;s about it ;)</description> <content:encoded><![CDATA[<p>@Martin</p><p>NHibernate, which sits behind our Request/Response WCF layer&#8230; none of the NHibernate entities are allowed to go outside of the service layer, so we pass simple DTO&#8217;s.</p><p>Input validation&#8230; i&#8217;d have to check to see how my coworkers do it, i honestly don&#8217;t have a clue at the moment <img
src='http://d18sni7re4ly7f.cloudfront.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> (does it show that i hardly do any UI coding?)</p><p>And undo management&#8230; if a user presses the cancel button, we don&#8217;t send anything to the server&#8230; that&#8217;s about it <img
src='http://d18sni7re4ly7f.cloudfront.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Davy Brion</title><link>http://davybrion.com/blog/2009/09/5-reasons-why-silverlight-is-my-preferred-web-development-platform/comment-page-1/#comment-22489</link> <dc:creator>Davy Brion</dc:creator> <pubDate>Sun, 06 Sep 2009 10:36:41 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1616#comment-22489</guid> <description>@Fabioi only looked at Prism briefly, but that was only to investigate its ability to host multiple applications in some kind of a host app... i eventually just wrote that part &lt;a href=&quot;http://davybrion.com/blog/2009/08/hosting-silverlight-client-apps-in-a-silverlight-host-app/&quot; rel=&quot;nofollow&quot;&gt;myself&lt;/a&gt; because we already have our own MVP implementation, which is very similar to how we do it for &lt;a href=&quot;http://davybrion.com/blog/2008/07/how-to-write-testable-aspnet-webforms/&quot; rel=&quot;nofollow&quot;&gt;ASP.NET WebForms&lt;/a&gt;.So no, i&#039;m afraid i can&#039;t recommend one or the other... that&#039;s not to say that i think they&#039;re bad or anything, just that we already have most of the stuff that these frameworks offer.</description> <content:encoded><![CDATA[<p>@Fabio</p><p>i only looked at Prism briefly, but that was only to investigate its ability to host multiple applications in some kind of a host app&#8230; i eventually just wrote that part <a
href="http://davybrion.com/blog/2009/08/hosting-silverlight-client-apps-in-a-silverlight-host-app/" rel="nofollow">myself</a> because we already have our own MVP implementation, which is very similar to how we do it for <a
href="http://davybrion.com/blog/2008/07/how-to-write-testable-aspnet-webforms/" rel="nofollow">ASP.NET WebForms</a>.</p><p>So no, i&#8217;m afraid i can&#8217;t recommend one or the other&#8230; that&#8217;s not to say that i think they&#8217;re bad or anything, just that we already have most of the stuff that these frameworks offer.</p> ]]></content:encoded> </item> <item><title>By: Davy Brion</title><link>http://davybrion.com/blog/2009/09/5-reasons-why-silverlight-is-my-preferred-web-development-platform/comment-page-1/#comment-22487</link> <dc:creator>Davy Brion</dc:creator> <pubDate>Sun, 06 Sep 2009 10:31:14 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1616#comment-22487</guid> <description>@Harrybrowser support is pretty good... on Opera it&#039;s still problematic but everything else seems to work very well, except browsers on Linuxas for silverlight updates... we did have a few breaking changes with silverlight upgrades.  a lof of them between 1 and 2, and a few minor ones between 2 and 3.  I suspect that breaking changes will be kept to an absolute minimum from now on.</description> <content:encoded><![CDATA[<p>@Harry</p><p>browser support is pretty good&#8230; on Opera it&#8217;s still problematic but everything else seems to work very well, except browsers on Linux</p><p>as for silverlight updates&#8230; we did have a few breaking changes with silverlight upgrades.  a lof of them between 1 and 2, and a few minor ones between 2 and 3.  I suspect that breaking changes will be kept to an absolute minimum from now on.</p> ]]></content:encoded> </item> <item><title>By: den Ben</title><link>http://davybrion.com/blog/2009/09/5-reasons-why-silverlight-is-my-preferred-web-development-platform/comment-page-1/#comment-22486</link> <dc:creator>den Ben</dc:creator> <pubDate>Sun, 06 Sep 2009 09:31:23 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1616#comment-22486</guid> <description>@MartinWe (I&#039;m a coworker of Davy) use Davy&#039;s Request/Response WCF service layer (he already has posted lots about that).  And NO, we don&#039;t throw any NHibernate entities over the wire.  And YES, it&#039;s a bad idea if you do so :)</description> <content:encoded><![CDATA[<p>@Martin</p><p>We (I&#8217;m a coworker of Davy) use Davy&#8217;s Request/Response WCF service layer (he already has posted lots about that).  And NO, we don&#8217;t throw any NHibernate entities over the wire.  And YES, it&#8217;s a bad idea if you do so <img
src='http://d18sni7re4ly7f.cloudfront.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: samcov</title><link>http://davybrion.com/blog/2009/09/5-reasons-why-silverlight-is-my-preferred-web-development-platform/comment-page-1/#comment-22485</link> <dc:creator>samcov</dc:creator> <pubDate>Sun, 06 Sep 2009 09:01:09 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1616#comment-22485</guid> <description>HTML 5 may be a bit of a problem.  Not so much the way most think, because even with a canvas, it&#039;s still slaved to that mess called javascript.The problem with HTML 5 is that I think it could possibly strenthen Flash/Flex by doing something they are having a hard time doing... Threading!HTML 5 comes with background threading, and that would make Adobe a bit more competitive.Silverlight really only has one MAJOR weakness... Runtime Ubiquity!  MS has to use the time between HTML 5 arrival, and Adobe integration of threading, to get this runtime to at least the 80% range.We&#039;ve had to go ASPX on a Navy project because nobody wanted to fight with their IT department to allow Silverlight.We won&#039;t be able to live with that for long, and may have to defect to Flex if Silverlight fails to gain runtime support.I&#039;m pulling for Silverlight!</description> <content:encoded><![CDATA[<p>HTML 5 may be a bit of a problem.  Not so much the way most think, because even with a canvas, it&#8217;s still slaved to that mess called javascript.</p><p>The problem with HTML 5 is that I think it could possibly strenthen Flash/Flex by doing something they are having a hard time doing&#8230; Threading!</p><p>HTML 5 comes with background threading, and that would make Adobe a bit more competitive.</p><p>Silverlight really only has one MAJOR weakness&#8230; Runtime Ubiquity!  MS has to use the time between HTML 5 arrival, and Adobe integration of threading, to get this runtime to at least the 80% range.</p><p>We&#8217;ve had to go ASPX on a Navy project because nobody wanted to fight with their IT department to allow Silverlight.</p><p>We won&#8217;t be able to live with that for long, and may have to defect to Flex if Silverlight fails to gain runtime support.</p><p>I&#8217;m pulling for Silverlight!</p> ]]></content:encoded> </item> <item><title>By: Martin Nyborg</title><link>http://davybrion.com/blog/2009/09/5-reasons-why-silverlight-is-my-preferred-web-development-platform/comment-page-1/#comment-22484</link> <dc:creator>Martin Nyborg</dc:creator> <pubDate>Sun, 06 Sep 2009 07:55:43 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1616#comment-22484</guid> <description>I have been working with SL since new year and think like you that many project will profit from using Silverlight.
I do think that SL is hard to learn, also because it&#039;s such a young technology.For us the greatest challenges hasn&#039;t been choose between Caliburn or Prism. But implementing: datalayer, databinding (INotify..), undo, validation, working with getting data async. In short all the plumbing that CSLA and RIA Services is having.We started with CSLA and NHibernate then we got tired of creating DTO and started sending the NH Entities to the client. Maybe this is a bad idea but it works for us.To Davy
Can you write a post on the datalayer you are using? I guess that you are using NH and DTO&#039;s? and maybe you can also share how you are doing input validation and undo.</description> <content:encoded><![CDATA[<p>I have been working with SL since new year and think like you that many project will profit from using Silverlight.<br
/> I do think that SL is hard to learn, also because it&#8217;s such a young technology.</p><p>For us the greatest challenges hasn&#8217;t been choose between Caliburn or Prism. But implementing: datalayer, databinding (INotify..), undo, validation, working with getting data async. In short all the plumbing that CSLA and RIA Services is having.</p><p>We started with CSLA and NHibernate then we got tired of creating DTO and started sending the NH Entities to the client. Maybe this is a bad idea but it works for us.</p><p>To Davy<br
/> Can you write a post on the datalayer you are using? I guess that you are using NH and DTO&#8217;s? and maybe you can also share how you are doing input validation and undo.</p> ]]></content:encoded> </item> <item><title>By: fabio</title><link>http://davybrion.com/blog/2009/09/5-reasons-why-silverlight-is-my-preferred-web-development-platform/comment-page-1/#comment-22480</link> <dc:creator>fabio</dc:creator> <pubDate>Sat, 05 Sep 2009 22:11:57 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1616#comment-22480</guid> <description>Hi Davy,I´m starting a Silverlight project from scratch next week. I´m currently looking for a simple framework to help us applying MVP/MVVM patterns.
Any suggestion? Caliburn? Prism?Greets</description> <content:encoded><![CDATA[<p>Hi Davy,</p><p>I´m starting a Silverlight project from scratch next week. I´m currently looking for a simple framework to help us applying MVP/MVVM patterns.<br
/> Any suggestion? Caliburn? Prism?</p><p>Greets</p> ]]></content:encoded> </item> <item><title>By: Harry</title><link>http://davybrion.com/blog/2009/09/5-reasons-why-silverlight-is-my-preferred-web-development-platform/comment-page-1/#comment-22477</link> <dc:creator>Harry</dc:creator> <pubDate>Sat, 05 Sep 2009 16:42:27 +0000</pubDate> <guid
isPermaLink="false">http://davybrion.com/blog/?p=1616#comment-22477</guid> <description>Thank you for this post.
How about a post about reasons why Silverlight might not be the preferred platform?
Or, (false) reasons people avoid Silverlight?
I do like Silverlight, but I have doubts using it I know might not be factual. Things like browser support, how many people has installed the newest SilverLight, is Silverlight stable enough that new version of Silverlight will support my code, ... Those doubts prevent me from using it or Flash and prefer HTML + JavaScript.
I want to know your experiences on these issues.</description> <content:encoded><![CDATA[<p>Thank you for this post.<br
/> How about a post about reasons why Silverlight might not be the preferred platform?<br
/> Or, (false) reasons people avoid Silverlight?<br
/> I do like Silverlight, but I have doubts using it I know might not be factual. Things like browser support, how many people has installed the newest SilverLight, is Silverlight stable enough that new version of Silverlight will support my code, &#8230; Those doubts prevent me from using it or Flash and prefer HTML + JavaScript.<br
/> I want to know your experiences on these issues.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 5/26 queries in 0.012 seconds using disk: basic
Object Caching 627/636 objects using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: d18sni7re4ly7f.cloudfront.net

Served from: davybrion.com @ 2012-02-09 03:54:08 -->
