Silverlight with C++.Net

霸气de小男生 提交于 2019-12-24 00:27:00

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!