Executing C# or VB.NET code at Runtime
问题 Been spending some time on Codility.com recently and it crossed my mind; how do they execute the code you have created (Specifically pertaining to C# and VB.NET) ? What I am basically wondering is how would I take a textbox on a form type some code in it and then run that code? Is this possible without 3rd party tools? Also how would you prevent security violations specifically pertaining to a web based implementation of such a program? 回答1: Have a look at http://msdn.microsoft.com/en-us