Skip to content

Commit 1c917c1

Browse files
Update README.md
1 parent ef61032 commit 1c917c1

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

README.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# What's Eval-SQL.Net?
2-
Eval SQL.NET is a library that allows to evaluate dynamically C# expression directly in T-SQL.
2+
Eval SQL.NET is a library that allows evaluating C# expression dynamically directly in T-SQL.
33

44
It provides to your SQL Server all missing pieces like regular expression and dynamic arithmetic string evaluation.
55

@@ -35,17 +35,12 @@ _Minimum Requirements:_
3535
- SQL 2012 / SQL Azure v12
3636
- SAFE Permission (SQL CLR)
3737

38-
Stay updated with latest changes
39-
40-
<a href="https://twitter.com/zzzprojects" target="_blank"><img src="http://www.zzzprojects.com/images/twitter_follow.png" alt="Twitter Follow" height="24" /></a>
41-
<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>
42-
4338
## Evaluate dynamic arithmetic/math expression in SQL
4439
_Make the impossible now possible. Evaluate C# expression in SQL to overcome limitations._
4540

4641
- Allow trusted users to create report field and filter
4742
- Consume Web Service
48-
- Replace text in template with String Interpolation
43+
- Replace text in the template with String Interpolation
4944

5045
```csharp
5146
-- CREATE test
@@ -109,7 +104,7 @@ SELECT * FROM @customer WHERE @valid_email.ValueString('email', Email).EvalBit()
109104
**<a href="http://sqlfiddle.com/#!18/92200/2" target="_blank">Try it online</a>**
110105

111106
## Replace xp_cmdshell with restrictive alternative
112-
_Avoid enabling xp_cmdshell and compromising your SQL Server and use instead a more restrictive solution._
107+
_Avoid enabling xp_cmdshell and compromising your SQL Server and use a more restrictive solution instead._
113108
- Impersonate Context
114109
- Improve maintainability
115110
- Improve readability
@@ -145,7 +140,6 @@ The best way to contribute is by **spreading the word** about the library:
145140

146141
- Blog it
147142
- Comment it
148-
- Fork it
149143
- Star it
150144
- Share it
151145

@@ -156,11 +150,8 @@ A **HUGE THANKS** for your help.
156150
- [EntityFramework Extensions](https://entityframework-extensions.net/)
157151
- [Dapper Plus](https://dapper-plus.net/)
158152
- [C# Eval Expression](https://eval-expression.net/)
159-
- [Entity Framework Classic](https://entityframework-classic.net/)
160-
- [Bulk Operations](https://bulk-operations.net/)
161-
- [SQL Eval Function](https://eval-sql.net/)
162-
- [LINQ To SQL Plus](https://linqtosql-plus.net/)
163153
- and much more!
164-
To view all our free and paid librariries visit our [website](https://zzzprojects.com/).
165154

166-
Contact our outstanding customer support for any request. We usually answer within the next business day, hour, or minutes!
155+
To view all our free and paid projects, visit our [website](https://zzzprojects.com/).
156+
157+
Contact our outstanding **[customer support](https://entityframework-extensions.net/contact-us)** for any request. We usually answer within the next day, hour, or minutes!

0 commit comments

Comments
 (0)