I’m making a Silverlight app for students and I’m looking for a key component. In the application, the students should be able to add C# code (one class) in a text box. What I would like to do, is to: Validate that the code is valid C# and ideally also make sure it correctly implements a given interface. Is there a control out there which can help me with this?
Chris
Just to conclude and answer my own question (thanks to Luke Woodward): This isn’t possible as the System.CodeDom.Compiler namespace is just about empty in the Silverlight framework 🙁