Does Silverlight require the .NET framework to be installed?
Asked Answered
F

4

5

I have been exploring the possibilities of Microsoft Silverlight and how it runs in web browsers. I just wonder if Silverlight requires the .NET framework? Meaning that Mac or Linux users cannot run Silverlight. I will be making the application using the .NET framework 3.5. Will this application run in any web browser, or just major ones like Internet Explorer, Firefox, or Safari?

Ferde answered 13/3, 2010 at 15:51 Comment(2)
The brilliant minds at stackoverflow will help you to solve this terrible mystery. If only Microsoft would post such basic information about its major technologies! Oh, woe! Oh, wait... microsoft.com/silverlight/faqMise
To answer the question clearly: NO .NET framework requirement. And Ben, yeah I agree, it's hard to find that kind of info.. too many sub-sites.Innocent
F
6

Here is the matrix of supported browsers and operating systems for Silverlight. As you can see there, Silverlight has fairly wide support, with obvious neglect in Linux.

Only the plugin is needed.

Fructification answered 13/3, 2010 at 19:19 Comment(0)
C
2

All you need is the Silverligh plugin appropiate for your operative system

http://www.microsoft.com/getsilverlight/Get-Started/Install/Default.aspx

Cowberry answered 13/3, 2010 at 16:6 Comment(2)
Do most web browsers have this plugin?Ferde
On the link I pasted check the tab "System Requirements". There you have all supported OP and browsersCowberry
B
1

Silverlight runs on mac, and linux too I think, so I'm guessing it doesn't need .NET to run

Bowden answered 13/3, 2010 at 15:53 Comment(0)
C
-1

It's yes and no, on the surface it doesn't require .NET framework installation but inside it there is bundled minimal .NET CLR runtime just enough to make silverlight works. Afterall SL is a Managed technology with performance sensitive part as native code.

On windows, part of its SL install there is files such as:

coreclr.dll
mscorlib.dll

on mac there is

CoreCLR.bundle

in other word, microsoft ported minimal .NET framework to supported platforms.

Coup answered 4/5, 2021 at 8:29 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.