Can you use C++.Net for writting a Silverlight application? Not use C# or VB.Net as the backend language but C++.Net
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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)