vote up 20 vote down star
7

Silverlight has been available since quite some time, and Silverlight 2 allows .Net programming on the front-end. I've been thinking about the apps that I can make using Silverlight, but I can't decide if I should go for development in Silverlight because i am still concerned about accessibility and acceptance.

What potential do you see in Silverlight judging from the current trends, and what do you think Silverlight will be used for in the coming years?

flag
This should be a community wiki – John Sheehan Dec 27 '08 at 20:53

19 Answers

vote up 20 vote down check

Some points

Cons:

  1. Size is bigger than flash.
  2. Flash already has a huge installation base.
  3. Design tools (Blend and Expression Design) are far away from Adobe ones.(ie. PhotoShop)
  4. Lack of features. (Microphone support, Bitmap APIs, Printing support etc)
  5. Linux support is lacking. Though Moonlight is already there or V 1.0 and 2 (Alpha).

Pros:

  1. Great IDE (Visual Studio 2008) for development.
  2. Existing .net languages can be used. So web developers can easily shift to Silverlight.
  3. Easy way of handing web services and LINQ support.
  4. Easy integration with existing .net technologies.
  5. WCF support. (Though limited to basicHttpBinding).
  6. Some nice features like Deepzoom. (I agree it's not killer feature).
  7. Microsoft is backing up. You like it or not. They are not starting from zero.
link|flag
Silverlight 2,3 are not even available for MAC PowerPC users which is still 40% Mac Userbase, so its practically not feasible if you have diversed user base, where else flash is available for that. – Akash Kava Aug 26 at 7:41
We can delete con #4 :-) – IrishChieftain Nov 19 at 22:50
Right. But until Silverlight 4 goes live its still valid. – Tanmoy Nov 20 at 4:24
vote up 1 vote down

I've done real projects with both Flash and Silverlight. And I like both. I even did a big (300+ hours) project for CiCi's Pizza involving lots and lots of Flash. That was a fun project, actually.

I'd say that Flash has a better IDE for doing animations easily. That has always been its strong point, and it's still very good. But Silverlight has a far better language in the back-end -- .NET. From this perspective Silverlight should appeal more to the programmer types that already have a lot of experience with .NET. But Flash is still better suited to the artistic types who need to make interactive menus, animations, etc.

More to that effect, there are some powerful features Silverlight offers that Flash doesn't, and vice versa. But one thing Silverlight supports is multi-threading. You can even use the excellent BackgroundWorker class in a Silverlight app to do some very cool desktop-application-like stuff. This has always been something that Flash has been lacking.

An example of multi-threading in a Silverlight app can be seen in the Regex Hero benchmarking feature that I made. Just hit the start button under "benchmarking" and that will start a BackgroundWorker thread to benchmark the regular expression even while the rest of the UI is still responsive.

There are little features like this that we often take for granted that Flash simply can't do. And that's where Silverlight and it's .NET brilliance has its place. That's why I think it'll continue to gain popularity.

link|flag
vote up 1 vote down

i surf all over the web and i ~never~ see anything done using or requiring Silverlight .. i see Flash stuff everywhere. A recent graphic i saw says flash is on 90% of all browsers on all platforms. Silverlight is round about 25%.. Here is a really good table comparing the capabilities of each

link|flag
vote up 1 vote down

Silverlight is to Flash as C# is to Java. It's the technology done right, it's going to secure a niche among the MS shops of the world, but it's too late to the game to topple the champ.

link|flag
vote up 2 vote down

4 ways Silverlight can dominate the RIA world

link|flag
More precise: codetoglory.com/2009/04/… – Dimitri C. Nov 24 at 10:02
vote up 3 vote down

Flash may be mainstream (widely deployed), but for a developer, Silverlight beats Flash every day and twice on Sunday.

It was built from the ground up for developers, and can use a subset of the .NET Framework, and Visual Studio.

ActionScript for Flash is ok, but it is obvious that it was developed after flash, and can't hold a stick to the .NET Framework.

So the choice is between deployed units (Flash) and better (Silverlight). Footprint size of Silverlight is a minor, but valid, concern (Silverlight has a larger footprint than Flash).

link|flag
vote up 5 vote down

There have been some great comments on Silverlight's current competitiveness; however, any discussion should take into account that Silverlight is rapidly evolving and Microsoft will be announcing v3 at this year's MIX conference (3/16/09).

The single most exciting new feature IMHO is GPU support for 3D. Though this is only one of the new enhancements, it may shift the balance for game developers. I highly recommend this article: Scott Guthrie's glimpse of Silverlight 3

link|flag
vote up 1 vote down

It will allow developers to waste an (even more) enormous amount of time editing XML files :)

link|flag
vote up 1 vote down

I've been researching casual game development, and I see a good deal of potential for Silverlight in that space. Flash game development is obviously much more widespread, but as you can see in this question, the workflow for Flash game development involves multiple tools that don't necessarily play well together despite their both being made by Adobe. I've done some prototyping work in Silverlight, and I think the integration between Blend and VS2008 makes Silverlight a strong contender.

link|flag
vote up 3 vote down

I would say that the potential of Silverlight is seen in the great interest among .Net developers to experiment and build on the platform. Microsoft has done the work to make the Silverlight 2 control framework accessible so if you build on the platform you have the potential to build a very accessible application. Since the release of Silverlight 2, I have seen great interest and activitiy in building Line-of-Business (LOB) applications with Silverlight.

The trend that I am seeing is that User Interaction Matters and companies are willing and interested in creating great user experience for both internally-facing and externally-facing applications. The iPhone and interest in Microsoft Surface have proven that out. I am now seeing user interaction designers working on Silverlight LOB applications. A year ago companies were having developers, not designers, craft interfaces for LOB applications.

Now, my opinion is biased because I love the technology and work for Microsoft, but try it and see for yourself. I have found that Silverlight has a very clean programming model that allows a great design/code separation.

Michael

link|flag
vote up 2 vote down

I don't see Silverlight becoming a Flash killer anytime soon. That said, Silverlight does provide a fantastic deployment model for WPF applications. I expect to see more line-of-business apps written for Silverlight than the amount of Silverlight content in publicly facing websites.

link|flag
vote up 13 vote down

Silverlight isn't a flash killer, it's a tool that allows the vast number of existing Microsoft developers transition to web application development thereby keeping Microsoft in the development game of the future.

link|flag
vote up 3 vote down

It's very hard to rationalize investment in a platform with dynamic media generally. I mean, I'm OK with using Flash for video, but if I was to write a commercial web application, I'd still go with HTML, JavaScript, AJAX and the like - not with Flash/Silverlight/whatever.

In my career as a developer, I have never used sites that leveraged Flash in a way that made good sense. I have, on the other hand, seen good AJAX use (e.g., Google Mail). Animation is kind of relevant in some cases (e.g., Games), but building sensible UIs using Flash or Silverlight... well, it is possible, we know it is, but who needs them when you can have HTML do the same, in a more predictable fashion?

link|flag
vote up 11 vote down

The biggest problem Silverlight has now is the plugin. It "barely" works on Mac and not at all on Linux.

Also the development tools (Blend and VS) are Windows only. Compare that too Flex (Flash), which runs on Windows, Mac and a Linux beta Eclipse plug-in. Or compare Silverlight to Curl, which runs nicely on all 3 platforms and has development tools on Windows and Linux.

Not to mention, MS is infamous for starting projects and hanging them out to die. So why would I invest any time in Silverlight? I'm a MSDN member. I have VS2008 and I have Blend (running on my desktop). So I'm far from a MS hater. But again, why should I invest the time?

To answer your question: If MS proves that it is really committed to SL and stabilizes the plug-in on all 3 platforms, then I see it as a competitor to Curl and Flash (maybe JavaFX, if Sun can get of it's butt). But until MS releases it's dev tools to other platforms it will remain just another .Net "thing".

link|flag
re: plugin. I'm sure support will get better but for now Windows still covers 90%+. re: dev tools being Windows only, MS is supporting an Eclipse based solution and, as a comparison, Mac-only hasn't really hurt iphone dev and thats a lot smaller market. – cletus Dec 27 '08 at 22:38
Not in the consumer market. Also notebooks and netbooks are the future. And Apple and Linux are stronger then MS in that area. I don't know. I"d never bet against MS. Cause they can pull it out of their ass. They just need to focus and realize they aren't the only fish in the water. Anymore. – Stephen Cox Dec 28 '08 at 18:42
4  
Can you back up your claim that "It "barely" works on Mac"? I have visited SEVERAL SL sites on my mac with no trouble – Brian Genisio Apr 9 at 16:29
vote up 1 vote down

I can totally see people who don't like JavaScript start using Silverlight just so that they can use managed code for DOM manipulation. Yeah, I know using Silverlight for only that is overkill, but I used to feel that way when I was totally into C#. But I don't feel that way anymore now that I've started playing with jQuery...

link|flag
vote up 2 vote down

Silverlight is an alternative for people who hate flashscript, which is good - but the future is pure Javascript

link|flag
couldn't disagree more, but everyone's welcome to their opinions(especially when predicting the future) – argonide Dec 27 '08 at 21:45
1  
Javascript does seem to be ascendant however. IMHO the advantage of Silverlight however is reuse of .Net code and it seems to be a better dev platform than Flex/ActionScript. – cletus Dec 27 '08 at 22:39
@cletus you got that right - I am not saying is crap - .net people will use silverlight instead of flash – JohnIdol Dec 28 '08 at 0:23
Does actionscript really come close to c# or vb? I dont know because I havent used it but I bet it doesnt have the same functionality or nice ide – alexmac Dec 28 '08 at 0:35
@alexmac actionscript is very similar to javascript and anyway it was the only option for rich web content before silverlight and the amazing javascript graphic libraries we have today – JohnIdol Dec 28 '08 at 1:56
vote up 14 vote down

I'm a bit skeptical about it. Microsoft doesn't have a great reputation on alternative platforms, since their products on OS X (like Windows Messenger or Windows Media) have mostly been sub-par compared to the alternatives, and on Linux, well, Microsoft has always been the enemy. As more and more people move away from Windows, the chances of Silverlight becoming a defacto Flash replacement are going to keep decreasing.

It also seems to be a trend that more and more sites are eliminating the "unnecessary" use of Flash, in order to support new mobile devices like the iPhone. Instead, AJAX and more JavaScript programming are being used to provide a dynamic user experience, even in extremely interactive websites.

I wouldn't totally discount Silverlight, I see the potential for a "killer app" in websites like Netflix's streaming movies, although nothing that's really caught on yet. I would take a wait and see approach, although if you have a small project where you feel Silverlight would really help I wouldn't worry too much about it.

link|flag
Not only that, but Javascript (via JQuery, especially) is becoming pretty standardized and powerful in its own right, eliminating the need for what had to previously be done in flash (transitions, galleries, etc)... – Dave Markle Dec 27 '08 at 21:50
vote up 21 vote down

Silverlight brings competition, which is always a good thing.

link|flag
vote up 1 vote down

The potential in Silverlight is as I see it, to become very similar to Flash and its abilities in terms of delivering a better multimedia experience on the Microsoft stack. Someone will find a way to make an amazing Silverlight application that will be seen over and over again on sites like YouTube that will help it gain a better foothold.

There will be some more evolution with Silverlight and Microsoft will have more software to better harness what Silverlight will be able to do.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.