diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml
new file mode 100644
index 0000000..fc11f81
--- /dev/null
+++ b/.github/workflows/vale.yml
@@ -0,0 +1,30 @@
+name: vale-validation
+on:
+ pull_request:
+ paths:
+ - README.md
+ - readme.md
+ - Readme.md
+
+jobs:
+ vale:
+ name: runner / vale
+ runs-on: ubuntu-latest
+ steps:
+ - name: clone repo
+ uses: actions/checkout@v4
+ - name: clone vale-styles repo
+ uses: actions/checkout@v4
+ with:
+ repository: DevExpress/vale-styles
+ path: vale-styles
+ ssh-key: ${{ secrets.VALE_STYLES_ACCESS_KEY }}
+ - name: copy vale rules to the root repo
+ run: shopt -s dotglob && cp -r ./vale-styles/vale/* .
+ - name: vale linter check
+ uses: DevExpress/vale-action@reviewdog
+ with:
+ files: '["README.md", "readme.md", "Readme.md"]'
+ fail_on_error: true
+ filter_mode: nofilter
+ reporter: github-check
diff --git a/CODEOWNERS b/CODEOWNERS
new file mode 100644
index 0000000..a88e69e
--- /dev/null
+++ b/CODEOWNERS
@@ -0,0 +1 @@
+* @DevExpressExampleBot
\ No newline at end of file
diff --git a/README.md b/README.md
index bc318c7..ff59b09 100644
--- a/README.md
+++ b/README.md
@@ -1,27 +1,35 @@
-
-
-[](https://supportcenter.devexpress.com/ticket/details/T1154623)
-[](https://docs.devexpress.com/GeneralInformation/403183)
-
-# Grid for Blazor - How to bind the component to data with Entity Framework Core
-
-This example demonstrates how to use [Entity Framework Core](https://learn.microsoft.com/en-us/ef/core/) to bind the [DevExpress Blazor Grid](https://docs.devexpress.com/Blazor/403143/grid) to data.
-
-
-
-Refer to the following topic for more information: [Bind Components to Data with Entity Framework Core](https://docs.devexpress.com/Blazor/403167/common-concepts/bind-data-grid-to-data-from-entity-framework-core).
-
-## Files to Review
-
-- [Index.razor](./CS/Pages/Index.razor)
-- [Program.cs](./CS/Program.cs)
-
-## Documentation
-
-- [Get Started with the Grid](https://docs.devexpress.com/Blazor/403625/grid/get-started-with-grid)
-- [Bind the Grid to Data](https://docs.devexpress.com/Blazor/403737/grid/bind-to-data)
-
-## More Examples
-
-- [Grid for Blazor - How to bind the Web API Service](https://github.com/DevExpress-Examples/blazor-DxGrid-Bind-To-Web-Api-Service)
-- [Grid for Blazor - How to post changes to an in-memory data source](https://github.com/DevExpress-Examples/blazor-dxgrid-post-changes-to-data-source)
+
+
+[](https://supportcenter.devexpress.com/ticket/details/T1154623)
+[](https://docs.devexpress.com/GeneralInformation/403183)
+[](#does-this-example-address-your-development-requirementsobjectives)
+
+# Grid for Blazor - How to bind the component to data with Entity Framework Core
+
+This example demonstrates how to use [Entity Framework Core](https://learn.microsoft.com/en-us/ef/core/) to bind the [DevExpress Blazor Grid](https://docs.devexpress.com/Blazor/403143/grid) to data.
+
+
+
+Refer to the following topic for more information: [Bind Components to Data with Entity Framework Core](https://docs.devexpress.com/Blazor/403167/common-concepts/bind-data-grid-to-data-from-entity-framework-core).
+
+## Files to Review
+
+- [Index.razor](./CS/Pages/Index.razor)
+- [Program.cs](./CS/Program.cs)
+
+## Documentation
+
+- [Get Started with the Grid](https://docs.devexpress.com/Blazor/403625/grid/get-started-with-grid)
+- [Bind the Grid to Data](https://docs.devexpress.com/Blazor/403737/grid/bind-to-data)
+
+## More Examples
+
+- [Grid for Blazor - How to bind the Web API Service](https://github.com/DevExpress-Examples/blazor-DxGrid-Bind-To-Web-Api-Service)
+- [Grid for Blazor - How to post changes to an in-memory data source](https://github.com/DevExpress-Examples/blazor-dxgrid-post-changes-to-data-source)
+
+## Does this example address your development requirements/objectives?
+
+[
](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=blazor-grid-bind-to-data-with-entity-framework-core&~~~was_helpful=yes) [
](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=blazor-grid-bind-to-data-with-entity-framework-core&~~~was_helpful=no)
+
+(you will be redirected to DevExpress.com to submit your response)
+