Reputation: 4734
After last Friday's announcement, I'm just getting around to reading about the Silverlight 3 release. One of the first pages I visited was the Overview page, where it states, near the top of the page:
Currently there are two runtimes available for users to experience Silverlight content.
Windows Runtime - Mac Runtime
Both runtimes support rich media capabilities and enable fast, cost-effective delivery of high-quality audio and video to all major browsers including Firefox, Safari and Internet Explorer running on the Mac or on Windows. The designer experience remains largely the same for both runtimes as well. The main difference resides in the developer experience.
Does anyone know what this is referring to? Is there some difference for Silverlight developers between the two runtimes?
Upvotes: 0
Views: 184
Reputation: 12216
I can't imagine what that statement refers to - the development I've done in Silverlight 2 and 3 works equally well on a Mac and a PC. There are no notes in the Silverlight documentation referring to a specific platform.
Maybe they're referring to the difference in tool sets - you can create SL apps on a Mac using Eclipse but that's a different experience than using VS on a PC. Of course if I found a bug in the Mac runtime plugin I'd be pretty much hosed, I have no idea how I'd troubleshoot other than to throw it over the wall to MS.
Upvotes: 0
Reputation: 25523
For one thing, the different run times will have different debug and error information. This will be important for developers.
Upvotes: 1