// From simple expression... int result = Eval.Execute<int>("X + Y", new { X = 1, Y = 2}) // To complex code. int result = Eval.Execute<int>(@" var list = new List<int>() { 1, 2, 3, 4, 5 }; var filter = list.Where(x => x < 4); return filter.Sum(x => x);");
C# Eval Expression is an Eval function. You can Evaluate, Compile and Execute C# code at runtime.
What we achieved over the last 5 years has grown beyond our hopes. That motivates us to continue to grow and improve all our projects. Every day, we are committed to listening to our clients to help ease the daily dev workload as much as possible.