detroitpro
detroitpro

Reputation: 3913

Does Silverlight 4 require .NET 4?

Do Silverlight 4 applications require that they target .NET 4.

With the delay in .NET 4 and Visual Studio 2010; can I still get the advantages of Silverlight 4 running against the .NET 3.5 framework?

Upvotes: 2

Views: 1185

Answers (1)

itowlson
itowlson

Reputation: 74842

Silverlight does not require any version of .NET (or, put another way, it includes its own sorta-kinda version of .NET; at any rate, it doesn't need any version of the full .NET runtime). It is a completely independent runtime.

Upvotes: 12

Related Questions