diff --git a/README.md b/README.md index f2c12d4..5d11721 100644 --- a/README.md +++ b/README.md @@ -148,12 +148,17 @@ A **HUGE THANKS** for your help. ## More Projects -- [EntityFramework Extensions](https://entityframework-extensions.net/) -- [Dapper Plus](https://dapper-plus.net/) -- [Bulk Operations](https://bulk-operations.net/) -- [C# Eval Expression](https://eval-expression.net/) -- and much more! - -To view all our free and paid projects, visit our [website](https://zzzprojects.com/). - -Contact our outstanding **[customer support](https://eval-sql.net/contact-us)** for any request. We usually answer within the next 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 ---- - -
-Oops! The page has moved, or the link is broken. - -Let us know how you landed on this page, and we will try to fix the link: info@zzzprojects.com - -Go to Home diff --git a/docs/CNAME b/docs/CNAME deleted file mode 100644 index 1b5168c..0000000 --- a/docs/CNAME +++ /dev/null @@ -1 +0,0 @@ -eval-sql.net diff --git a/docs/_config.yml b/docs/_config.yml deleted file mode 100644 index e452dbb..0000000 --- a/docs/_config.yml +++ /dev/null @@ -1,17 +0,0 @@ -highlighter: rouge -gems: - - jekyll-sitemap -ga: "UA-55584370-4" -encoding: "utf-8" -defaults: - - - scope: - path: "" - values: - layout: "default" - - - scope: - path: "" - type: "pages" - values: - last_modified_at: "2017-12-02" diff --git a/docs/_data/meta.csv b/docs/_data/meta.csv deleted file mode 100644 index 4b25958..0000000 --- a/docs/_data/meta.csv +++ /dev/null @@ -1,33 +0,0 @@ -permalink,title,meta-description,meta-keywords,h1,h2,nagivation,template -index,Learn how to use Eval SQL.NET with Tutorials & Examples using C# syntax.,Learn how to use Eval SQL.NET with Tutorials & Examples using C# syntax.,,,,,full -/404.html,Page Moved,Page Moved,,Page Moved,,,container-h1 -download,Download,Download,,Download,,no,full-h1 -pricing,Purchase,Purchase,,Purchase,,no,full-h1 -contact-us,Contact Us,Contact Us,,Contact Us,,no,full-h1 -tutorials,Tutorials,Tutorials,,Tutorials,,,container-h1 -overview,Overview,Overview,,Overview,,, -requirements,Requirements,Requirements,,Requirements,,, -installing,Installing,Installing,,Installing,,, -upgrading,Upgrading,Upgrading,,Upgrading,,, -licensing,Licensing,Licensing,,Licensing,,, -arithmetic-expressions,Arithmetic Expressions,Arithmetic Expressions,,Arithmetic Expressions,,, -split-text,Split Text,Split Text,,Split Text,,, -regular-expressions,Reqular Expressions,Reqular Expressions,,Reqular Expressions,,, -api,API,API,,API,,, -eval,Eval,Eval,,Eval,,, -value,Value,Value,,Value,,, -options,Options,Options,,Options,,, -configuration,Configuration,Configuration,,Configuration,,, -articles,Articles,Articles,,Articles,,, -faq,FAQ,FAQ,,FAQ,,, -issue-tracker,Issue Tracker,Issue Tracker,,Issue Tracker,,, -faq-general,FAQ - General,FAQ - General,,FAQ - General,,, -faq-installation,FAQ - Installation,FAQ - Installation,,FAQ - Installation,,, -faq-license,FAQ - License,FAQ - License,,FAQ - License,,, -faq-eval-sql-net,FAQ - Eval SQL.NET,FAQ - Eval SQL.NET,,FAQ - Eval SQL.NET,,, -problems,Problems,Problems,,Problems,,, -sql-server-function,SQL Server Function (UDF),SQL Server Function (UDF),,SQL Server Function (UDF),,, -sql-server-regex,SQL Server Regex,SQL Server Regex,,SQL Server Regex,,, -sql-server-file-operation,SQL Server File Operation,SQL Server File Operation,,SQL Server File Operation,,, -sql-server-eval,SQL Server Eval,SQL Server Eval,,SQL Server Eval,,, -trial,Trial,Trial,,Trial,,, diff --git a/docs/_includes/_global_variable.html b/docs/_includes/_global_variable.html deleted file mode 100644 index caee1f8..0000000 --- a/docs/_includes/_global_variable.html +++ /dev/null @@ -1,21 +0,0 @@ -{% if page.path contains "tutorials.md" %} - {% assign is_context_home = true; %} - {% assign is_context_home_css_active = "active"; %} -{% elsif page.path contains "/tutorials/" %} - {% assign is_context_tutorials = true; %} - {% assign is_context_tutorials_css_active = "active"; %} -{% elsif page.path contains "/api/" %} - {% assign is_context_api = true; %} - {% assign is_context_api_css_active = "active"; %} -{% elsif page.path contains "/faq/" %} - {% assign is_context_faq = true; %} - {% assign is_context_faq_css_active = "active"; %} -{% elsif page.path contains "/problems/" %} - {% assign is_context_problems = true; %} - {% assign is_context_problems_css_active = "active"; %} -{% endif %} -{% for num in (0..site.data.meta.size) %} - {% if site.data.meta[num].permalink == page.permalink %} - {% assign meta_index = num %} - {% endif %} -{% endfor %} \ No newline at end of file diff --git a/docs/_includes/aside.html b/docs/_includes/aside.html deleted file mode 100644 index 2bd47c2..0000000 --- a/docs/_includes/aside.html +++ /dev/null @@ -1,87 +0,0 @@ -{% if page.path contains "/tutorials/" %} ---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 -
-