Jekas
Jekas

Reputation: 578

Does silverlight really solve browser compatibility issues?

I'm planning web application and considering silverlight as development platform. Will it help to solve browser compatibility issues? The app intended to be used on desktops only (no mobile).

Upvotes: 0

Views: 70

Answers (2)

Muster Station
Muster Station

Reputation: 514

If your developing your application for an Intranet, I would say Silverlight is an excellent choice.

If you are developing for the Internet, use an HTML based language

Upvotes: 2

Ouarzy
Ouarzy

Reputation: 3043

Yes, it will solve browser compatibility issues, and could work on both Mac OS and Windows with the very same code.

The only drawback is that, the first time your user connect to your application, he will need to download the Silverlight plugin.

Awesome you would say? Well, unfortunately some people that probably never try to do something like image processing or advanced line of business application in a browser decide that plugins are not so cool and that you would be able to do the same thing with the magic power of HTML5.

We are still waiting to have the same possibility in HTML5 that we have in Silverlight or Flash, but plugins are already dead. At least as long as no big compay want to push them again.

So, my advice would be: don't start a project in Silverlight. You will have problems, even if you do not target mobile. For example it becomes harder and harder to find compatible good tools (like ReSharper, NCrunch, or even just a decent unit testing library). And in further release of Windows and Mac OS, it will probably not be supported at all (IE for Windows RT already does not support Silverlight).

Sorry man, Silverlight is dead, you arrive after the battle.

Upvotes: 6

Related Questions