diff --git a/README.md b/README.md
index 49abd09..5d11721 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# What's Eval-SQL.Net?
-Eval SQL.NET is a library that allows to evaluate dynamically C# expression directly in T-SQL.
+Eval SQL.NET is a library that allows evaluating C# expression dynamically directly in T-SQL.
It provides to your SQL Server all missing pieces like regular expression and dynamic arithmetic string evaluation.
@@ -35,17 +35,12 @@ _Minimum Requirements:_
- SQL 2012 / SQL Azure v12
- SAFE Permission (SQL CLR)
-Stay updated with latest changes
-
-
-
-
## Evaluate dynamic arithmetic/math expression in SQL
_Make the impossible now possible. Evaluate C# expression in SQL to overcome limitations._
- Allow trusted users to create report field and filter
- Consume Web Service
-- Replace text in template with String Interpolation
+- Replace text in the template with String Interpolation
```csharp
-- CREATE test
@@ -109,7 +104,7 @@ SELECT * FROM @customer WHERE @valid_email.ValueString('email', Email).EvalBit()
**Try it online**
## Replace xp_cmdshell with restrictive alternative
-_Avoid enabling xp_cmdshell and compromising your SQL Server and use instead a more restrictive solution._
+_Avoid enabling xp_cmdshell and compromising your SQL Server and use a more restrictive solution instead._
- Impersonate Context
- Improve maintainability
- Improve readability
@@ -141,11 +136,11 @@ Support & Upgrades (1 year) | Yes
Learn more about the **[PRO Version](http://eval-sql.net/#pro)**
## Contribute
+
The best way to contribute is by **spreading the word** about the library:
- Blog it
- Comment it
- - Fork it
- Star it
- Share it
@@ -153,22 +148,17 @@ A **HUGE THANKS** for your help.
## More Projects
-**Entity Framework**
-- [EntityFramework Extensions](https://entityframework-extensions.net/)
-- [EntityFramework Plus](https://entityframework-plus.net)
-
-**Bulk Operations**
-- [Bulk Operations](https://bulk-operations.net/)
-- [Dapper Plus](https://dapper-plus.net/)
-
-**Expression Evaluator**
-- [Eval-SQL.NET](https://eval-sql.net/)
-- [Eval-Expression.NET](https://eval-expression.net/)
-
-**Utilities**
-- [Extension Methods Library](https://github.com/zzzprojects/Z.ExtensionMethods/)
-- [Html Agility Pack](https://html-agility-pack.net/)
-
-**Need more info?** info@zzzprojects.com
-
-Contact our outstanding customer support for any request. We usually answer within the next business day, hour, or minutes!
+- Projects:
+ - [EntityFramework Extensions](https://entityframework-extensions.net/)
+ - [Dapper Plus](https://dapper-plus.net/)
+ - [C# Eval Expression](https://eval-expression.net/)
+- Learn Websites
+ - [Learn EF Core](https://www.learnentityframeworkcore.com/)
+ - [Learn Dapper](https://www.learndapper.com/)
+- Online Tools:
+ - [.NET Fiddle](https://dotnetfiddle.net/)
+ - [SQL Fiddle](https://sqlfiddle.com/)
+ - [ZZZ Code AI](https://zzzcode.ai/)
+- and much more!
+
+To view all our free and paid projects, visit our website [ZZZ Projects](https://zzzprojects.com/).
diff --git a/docs/404.md b/docs/404.md
deleted file mode 100644
index 48596b1..0000000
--- a/docs/404.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-permalink: /404.html
----
-
-
--We were very, very pleased with the customer support. There was no question, problem or wish that was not answered AND solved within days! We think that’s very unique!
- -
-- - -I’d definitely recommend it as it is a great product with a great performance and reliability.
- -
Learn the Basics
-Start learning about how to use Eval SQL.NET with our getting started tutorial.
-- Learn more -
-Application Program Interface
-Start learning the common API of Eval SQL.NET, and everything around it.
-- Learn more -
-Freqently Answered Question
-Start learning Eval SQL.NET best practices and solution to the common problem you may encounter.
-- Learn more -
-Exception & Troubleshooting
-Start learning how to fix and handle some exception and common troubleshooting error.
-- Learn more -
-