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.com 2009-12-16T03:27:07Z http://stackoverflow.com/feeds/question/546200 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/546200/is-silverlight-a-good-choice-for-web-applications-which-display-large-amounts-of 2 Is silverlight a good choice for web applications which display large amounts of data and focus on user productivity? Rafael Romão 2009-02-13T14:47:22Z 2009-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#546205 0 Answer by Jarrett Meyer for Is silverlight a good choice for web applications which display large amounts of data and focus on user productivity? Jarrett Meyer 2009-02-13T14:48:42Z 2009-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#546235 2 Answer by AnthonyWJones for Is silverlight a good choice for web applications which display large amounts of data and focus on user productivity? AnthonyWJones 2009-02-13T14:55:31Z 2009-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#546249 1 Answer by BC for Is silverlight a good choice for web applications which display large amounts of data and focus on user productivity? BC 2009-02-13T14:58:32Z 2009-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#546376 0 Answer by Joel Hoffman for Is silverlight a good choice for web applications which display large amounts of data and focus on user productivity? Joel Hoffman 2009-02-13T15:34:38Z 2009-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>