You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,7 @@
1
-
# Evaluate, Compile and Execute dynamic C# code and expression at runtime
1
+
# What's Eval Expression.NET?
2
+
Eval Expression.NET improves performance dramatically to access public and private methods, field, property value, or create object instances overusing C# reflection.
3
+
4
+
It allows you to evaluate, Compile and Execute dynamic C# code and expression at runtime.
2
5
3
6
*From simple C# math expression...*
4
7
```csharp
@@ -12,8 +15,6 @@ int result = Eval.Execute<int>(@"
12
15
return filter.Sum(x => x);");
13
16
```
14
17
15
-
> Eval Expression.NET improve dramatically performance to access public and private method, field, property value or to create object instance over using C# reflection.
0 commit comments