问题
Can you use C++.Net for writting a Silverlight application? Not use C# or VB.Net as the backend language but C++.Net
回答1:
Check this. A google search would have answered your query.
Update: I was wrong. Apologies for that. Mark has answered it correctly. Mark : You can use any language so long as it compiles to pure managed code. For example there are Silverlight applications using IronPython, IronRuby. The only restriction is you can't have any native code, or use parts of the FCL that are restricted by Silverlight (e.g. P/Invoke)
回答2:
You can use any language so long as it compiles to pure managed code. For example there are Silverlight applications using IronPython, IronRuby. The only restriction is you can't have any native code, or use parts of the FCL that are restricted by Silverlight (e.g. P/Invoke)
来源:https://stackoverflow.com/questions/680715/silverlight-with-c-net