silverlight vs ASP.NET MVC - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T04:13:04Z http://stackoverflow.com/feeds/question/102357 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/102357/silverlight-vs-asp-net-mvc 3 silverlight vs ASP.NET MVC magellings 2008-09-19T14:39:12Z 2009-07-24T20:14:38Z <p>I'm debating whether to use Silverlight 2.0 vs ASP.NET MVC for a web application. The web application will be a subscription free service marketing all age groups. It's important the source is highly testable, but also with the Web 2.0 movement a graphical web application is important as well for competitive reasons.</p> <p>I'm assuming silverlight is better than the ajax helpers/MVC graphically, but foundation-wise testing is better/easier with MVC. Possibly an MVP pattern with Silverlight could increase the testability of the source.</p> <p>Could anyone elaborate on the pros/cons of each technology and recommend one or the other based on the above?</p> <p>(addition 9/22/08) In regards to allowing search engines to index the site, using either technology it will utilize a backend database whereas a lot of the content will be dynamically generated. Based on some of the comments, when we talk of the searchable content would the home page of the application if written in silverlight be searchable? Would I be able to get the site to appear in a google search?</p> http://stackoverflow.com/questions/102357/silverlight-vs-asp-net-mvc/102389#102389 3 Answer by jacko for silverlight vs ASP.NET MVC jacko 2008-09-19T14:42:55Z 2008-09-19T14:42:55Z <p>Why can't you use both?</p> <p>Although I haven't investigated this properly yet, Steven Walther has a blog series where he demonstrates using the MVC framework incorporating Silverlight elements.</p> <p><a href="http://weblogs.asp.net/stephenwalther/archive/2008/09/18/asp-net-mvc-application-building-family-video-website-4-paging-silverlight-and-flip.aspx" rel="nofollow">Steven Walther on ASP.NET MVC</a></p> http://stackoverflow.com/questions/102357/silverlight-vs-asp-net-mvc/102395#102395 4 Answer by Ryan Lanciaux for silverlight vs ASP.NET MVC Ryan Lanciaux 2008-09-19T14:43:25Z 2008-09-19T14:43:25Z <p>For competitive reasons you may want to stick with MVC at the time being. Silverlight is a great technology but not everyone has the plugin yet. If you write standards compliant HTML / CSS etc. with an MVC site your users will not have to download any additonal plug-ins; just a browser.</p> <p>It depends on your application but those are my thoughts.</p> http://stackoverflow.com/questions/102357/silverlight-vs-asp-net-mvc/102431#102431 10 Answer by Andrew Van Slaars for silverlight vs ASP.NET MVC Andrew Van Slaars 2008-09-19T14:47:07Z 2008-09-19T14:47:07Z <p>I don't think you need to pick one over the other. You could build out the core of your site using MVC and add silverlight into the mix where is makes sense for the UI. </p> <p>As far as silverlight being better graphically, that all depends on your (or your designer's) ability. There are some very nice looking HTML based sites out there, and if silverlight development is anything like Flash development, there will be those who will take a new tool and create some really bad UI. I don't think the design is as dependent on the technology as it is on the design decisions that are made along the way. Just my opinion though.</p> http://stackoverflow.com/questions/102357/silverlight-vs-asp-net-mvc/113492#113492 1 Answer by Jobi Joy for silverlight vs ASP.NET MVC Jobi Joy 2008-09-22T06:41:57Z 2009-07-24T20:14:38Z <p>There is no point in comparing ASP.NET and Silverlight. Silverlight is just a client technology. May be you can compare AJAX/Flash with Silverlight for your client side controls and validations or callbacks to the server for any asychrounous calls.</p> http://stackoverflow.com/questions/102357/silverlight-vs-asp-net-mvc/113505#113505 1 Answer by Jon Limjap for silverlight vs ASP.NET MVC Jon Limjap 2008-09-22T06:49:25Z 2008-09-22T06:49:25Z <p>In terms of unit testing Silverlight vis-a-vis current unit testing tools, the problem with Silverlight is that it is its own "mini" .NET Framework, so they don't work. <a href="http://weblogs.asp.net/scottgu/archive/2008/04/02/unit-testing-with-silverlight.aspx" rel="nofollow">The Silverlight team had to make their own unit testing framework even</a>. </p> <p><a href="http://weblogs.asp.net/nunitaddin/archive/2008/05/01/silverlight-nunit-projects.aspx" rel="nofollow">Jamie Cansdale tried creating test extensions for Silverlight</a> but I haven't been successful in making that work for Silverlight 2 Beta.</p> http://stackoverflow.com/questions/102357/silverlight-vs-asp-net-mvc/115932#115932 3 Answer by Thomas Wagner for silverlight vs ASP.NET MVC Thomas Wagner 2008-09-22T16:30:40Z 2008-09-22T16:30:40Z <p>MVC is a pattern. You can do MVC in any modern language and many have done so for years. Silverlight is a whole different technology set built atop a version of .NET. You can build MVC into a Silverlight application yourself if you like. In addition Silverlight forumns etc espouse one of their own patterns as well... forget what its called at the moment. Bottom line, Silverlight will be huge in the mid to long term. MVC will have some following in the short to mid terms. The decision is yours. I'd use Silverlight. </p> http://stackoverflow.com/questions/102357/silverlight-vs-asp-net-mvc/147109#147109 0 Answer by Bart Czernicki for silverlight vs ASP.NET MVC Bart Czernicki 2008-09-29T00:40:39Z 2008-09-29T00:40:39Z <p>Google just added the ability to search Flash binaries and add them to their databases recently (2 months or so). I think as Silverlight gains popularity that Google will do this, but this doesn't work now.</p> <p>Furthermore, with RIA technologies (since they are run on the client) the goal is to protect your IP. Therefore, most libraries are obfuscated and making them harder to be searched.</p> <p><hr /></p> <p>Taking a step back a little here. You need to evaluate your business processes you want to implement and pick the technology not do some compare and contrast with Silverlight and ASP.NET MVC.</p> <p>Silverlight RIA apps have some organic abilities that even Web 2.0 apps cannot offer. Some of the basics are: rich graphical experience (lots of glitz/animations/effects), huge isolated storage for cache, you can use things like LINQ to scale some of the simple operations off of the server.</p> <p><a href="http://experience.thirteen23.com/2008/08/26/facebook-the-way-it-should-be/" rel="nofollow">This screen shot</a> summarizes it for me...its a mockup of what FaceBook could look like in an RIA app (pretty cool...huh?) So, there is some huge possibilites with going with RIA.</p> <p>Bart Czernicki <a href="http://www.silverlighthack.com" rel="nofollow">www.silverlighthack.com</a></p> http://stackoverflow.com/questions/102357/silverlight-vs-asp-net-mvc/334390#334390 1 Answer by Chris Slee for silverlight vs ASP.NET MVC Chris Slee 2008-12-02T15:47:11Z 2008-12-02T15:47:11Z <p>I would agree with the majority of the posts here. Silverlight and MVC can co-exist. MVC as a pattern is great, sliverlight as a piece of a client application is great, both can be used on the same project.</p> http://stackoverflow.com/questions/102357/silverlight-vs-asp-net-mvc/692406#692406 0 Answer by Phil Bachmann for silverlight vs ASP.NET MVC Phil Bachmann 2009-03-28T07:53:06Z 2009-03-28T07:53:06Z <p>If you want mobile support today Silverlight doesn't have it so MVC wins.</p> <p>In all other cases, Silverlight will usually make more sense - because it costs so much less to maintain and upgrade the site.</p> <p>To do Silverlight you need expertise in:</p> <ul> <li>XAML</li> <li>A .NET language</li> </ul> <p>To do MVC you need expertise in:</p> <ul> <li>A .NET language</li> <li>MVC</li> <li>ASP.NET</li> <li>HTML</li> <li>CSS</li> <li>Browser compatibility (present, past and future)</li> <li>Javascript</li> <li>JQuery</li> </ul> <p>Why would an employer want to pay to keep someone up to date in all those skills?</p>