vote up 2 vote down star
2

The company I work for is developing an ASP.NET application that is used by both PC and Mac users. We're considering making our next version in Silverlight. If you've developed a business application in Silverlight, are there differences in appearance/performance etc between Silverlight on the PC and Silverlight on the Mac?

If you've had a chance to test Silverlight on different versions of Mac OS that would help as well.

flag

3 Answers

vote up 2 vote down check

My personal experience with programming for Silverlight is extremely limited, but I develop mainly for Mac OS X, and thus use it all the time.

I used to have Silverlight installed, but noticed that whenever it was activated on one page, as soon as I closed that page the entire browser would crash, I have since removed Silverlight from my computer so that I can surf the web without having random crashes.

This happens even on a clean install of Mac OS X, and using Safari 4 Beta or the previous release version in the 3.x version range. I am running Mac OS X Leopard, so it is not because I am running an older version of the OS.

Just something to keep in mind while developing for Silverlight, people may be reluctant to install yet another plugin when they already have Flash installed.

link|flag
On the sites I've had to chance to check so far, I didn't see this happening, but this is actually very good to know. – SirDemon Mar 22 at 12:47
i've never had a silverlight application crash any version of safari on my mac. what version of silverlight was it? – Jeremiah Mar 27 at 16:49
Jeremiah: Whatever the latest one was that was available from Microsoft during the Superbowl. – X-Istence Mar 28 at 2:21
vote up 0 vote down

I don'y understand why people want to do things like this. Sites written in things like SilverLight or Flash have their stuff break so often when the release hits the internet, save yourself the pain.

EDIT: In response to some comments I think I will just say that their is a good reason to avoid things like this, you need to install something else other than the web browser to get these sites to work properly, and then your site may well not work when a new version of that program/plugin is released. Also a lot of people will be at work and possibly not able to install said program in the first place, these are reasons why I think that web stuff should be written in languages that only require the web browser with javascript turned on to run, definatly more accessible.

link|flag
-1 you probably still do things in Machine code.... – balexandre Mar 22 at 11:17
Hmmm that's a ridiculous comment, closed source things like this notoriously change the way they work release to release, writing things in real languages that will work in any browser is a better way to get a quality application out there. – railsninja Mar 22 at 11:42
Your user name gives the game away. A platform troll. – Phil Wright Mar 22 at 11:46
1  
Also an untrue comment, I have no problem with people doing thing in stuff other then ruby, that'd be stupid, I just think that things like Silverlight and flash are unneccesary and frankly more trouble than they are worth. – railsninja Mar 22 at 21:51
+1 Totally agree; save yourself the pain and write a real web app, or write native desktop apps for each platform. Silverlight is just a rehash of Java, remember how well "write once, run anywhere" turned out for it? – Chris Hanson Mar 23 at 11:57
vote up 1 vote down

You may want to just check some of the various Silverlight demos and sites currently using it and doing your own testing on both Windows and Mac to do a hands on comparison.

link|flag
My co-workers and I have already done that. However, we have a data-intense application and the demo and sites we could find are either media or graphics oriented (such as UI control kits etc). If you have good links to Silverlight sites that are data-intense, I'd appreciate it. – SirDemon Mar 22 at 10:21

Your Answer

Get an OpenID
or

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