Skip to content

Commit a5061d4

Browse files
Update README.md
1 parent b84f138 commit a5061d4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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.
25

36
*From simple C# math expression...*
47
```csharp
@@ -12,8 +15,6 @@ int result = Eval.Execute<int>(@"
1215
return filter.Sum(x => x);");
1316
```
1417

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.
16-
1718
## Download
1819
<a href="https://www.nuget.org/packages/Z.Expressions.Eval/" target="_blank"><img src="https://zzzprojects.github.io/images/nuget/eval-expression-net-v.svg" alt="download" /></a>
1920
<a href="https://www.nuget.org/packages/Z.Expressions.Eval/" target="_blank"><img src="https://zzzprojects.github.io/images/nuget/eval-expression-net-d.svg" alt="" /></a>
@@ -24,7 +25,7 @@ PM> Install-Package Z.Expressions.Eval
2425

2526
_* PRO Version unlocked for the current month_
2627

27-
Stay updated with latest changes
28+
Stay updated with the latest changes:
2829

2930
<a href="https://twitter.com/zzzprojects" target="_blank"><img src="http://www.zzzprojects.com/images/twitter_follow.png" alt="Twitter Follow" height="24" /></a>
3031
<a href="https://www.facebook.com/zzzprojects/" target="_blank"><img src="http://www.zzzprojects.com/images/facebook_like.png" alt="Facebook Like" height="24" /></a>
@@ -95,7 +96,7 @@ foreach(var item in list)
9596
**[Learn more](https://github.com/zzzprojects/Eval-Expression.NET/wiki/Eval-Compile)**
9697

9798
## What's supported?
98-
Eval Expression.NET support all C# Syntax:
99+
Eval Expression.NET supports all C# Syntax:
99100
- All C# Keywords ([MSDN Documentation](https://msdn.microsoft.com/en-us/library/x53a06bb.aspx))
100101
- All C# Operators ([MSDN Documentation](https://msdn.microsoft.com/en-CA/library/6a71f45d.aspx))
101102
- Constant Folding

0 commit comments

Comments
 (0)