Is silverlight a good choice for web applications which display large amounts of data and focus on user productivity? - Stack Overflow most recent 30 from stackoverflow.com2009-12-16T03:27:07Zhttp://stackoverflow.com/feeds/question/546200http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/546200/is-silverlight-a-good-choice-for-web-applications-which-display-large-amounts-of2Is silverlight a good choice for web applications which display large amounts of data and focus on user productivity?Rafael Romão2009-02-13T14:47:22Z2009-02-13T15:34:38Z
<p>I've played some on-line demos of silverlight component packs, like Telerik, NetAdvantage and ComponentOne and although I was very impressed by what I saw, I had also the impression that the demo applications were heavy to load, even during the usage of some components.</p>
<p>I'm planning to try silverlight in a project that demands loading large amounts of data, using grids and charts.</p>
<p>What the guys who use silverlight can say about that?</p>
<p>Is silverlight a good choice for web applications which display large amounts of data and focus on user productivity?</p>
http://stackoverflow.com/questions/546200/is-silverlight-a-good-choice-for-web-applications-which-display-large-amounts-of/546205#5462050Answer by Jarrett Meyer for Is silverlight a good choice for web applications which display large amounts of data and focus on user productivity?Jarrett Meyer2009-02-13T14:48:42Z2009-02-13T14:48:42Z<p>The short answer is, "Yes, absolutely."</p>
http://stackoverflow.com/questions/546200/is-silverlight-a-good-choice-for-web-applications-which-display-large-amounts-of/546235#5462352Answer by AnthonyWJones for Is silverlight a good choice for web applications which display large amounts of data and focus on user productivity?AnthonyWJones2009-02-13T14:55:31Z2009-02-13T14:55:31Z<p>Silverlight isn't superspeedy at displaying large lists of rich data, but then well designed system would not attempt to display large lists of rich data only enough data that a user can make sense of at one time.</p>
<p>Hence silverlight makes an excellent platform for display and entry of data in an engaging manner but you need good design and backend code to really make that happen.</p>
http://stackoverflow.com/questions/546200/is-silverlight-a-good-choice-for-web-applications-which-display-large-amounts-of/546249#5462491Answer by BC for Is silverlight a good choice for web applications which display large amounts of data and focus on user productivity?BC2009-02-13T14:58:32Z2009-02-13T14:58:32Z<p>As a Silverlight developer and Internet user, I must say that I prefer HTML when dealing with information I have to scroll.</p>
<p>That's not to say it can't be done right in Silverlight, but I think Silverlight is not immediately equipped to handle "large amounts of data and user productivity"</p>
http://stackoverflow.com/questions/546200/is-silverlight-a-good-choice-for-web-applications-which-display-large-amounts-of/546376#5463760Answer by Joel Hoffman for Is silverlight a good choice for web applications which display large amounts of data and focus on user productivity?Joel Hoffman2009-02-13T15:34:38Z2009-02-13T15:34:38Z<p>Of course that depends on your audience. Even if you have a spectacular Silverlight package which perfectly displays the data (to you) you should avoid it if your audience will ever include (a) users without Silverlight or (b) tools that weren't designed to consume this such as, depending on your implementation, Google. Encapsulating data in Silverlight or Flash is a great way to make it less accessible.</p>