Click here to Skip to main content
15,884,473 members

Comments by Oleg Shilo (Top 2 by date)

Oleg Shilo 25-Jan-14 20:34pm View    
Reason for my vote of 5 \n Very good overview.

This is in essence what CS-Script engine does under the hood.

dynamic script = CSScript.Evaluator
.LoadCode(@"using System;
public class Script
{
public int Sum(int a, int b)
{
return a b;
}
}");
int result = script.Sum(1, 2);
Oleg Shilo 20-Aug-12 5:40am View    
Reason for my vote of 1
Regardless of openly admitting writing virus(es) and providing the tips for such a development the article has vary little technical value if any.