If I never had a .NET installed on my machine – would I be able to develop a Silverlight application using only Silverlight development tools?
In other words – do the Silverlight development tools depend on .NET?
If yes – where do I find information on what version of .NET each of Silverlight version depends on?
Silverlight CLRis standalone runtime, independent from.NET CLR. In other words, you can browse Silverlight application(runSlbytecode onSL CLR) without.NET.Theoretically, you can develop Silverlight .XAP assembly without
.NET, but all the same you need to develop hosting application for it(simpleASP.NETproject) that requires.NET.