diff --git a/README.md b/README.md index 19c089e..a76f885 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# Binding data from remote service to Vue data grid +# Binding Data from Remote Service to ASP.NET MVC Grid ## Overview -This repository demonstrates how to bind data from various remote services to a Syncfusion Essential JS 2 (EJ2) Vue Data Grid. It provides examples for integrating data using different adaptors and showcases techniques for handling filtering, sorting, paging, and CRUD operations within Vue applications. By exploring this repository, you will learn how to efficiently manage and display data in your applications. +This guide demonstrates how to bind data from various remote services to a Syncfusion Essential JS 2 (EJ2) ASP.NET MVC Grid. It provides examples for integrating data using different adaptors and showcases techniques for handling filtering, sorting, paging, and CRUD operations within ASP.NET MVC applications. By exploring this guide, you will learn how to efficiently manage and display data in your applications. ## Features -**Remote Data Integration:** Seamlessly bind data from various remote services to the Syncfusion EJ2 Vue Grid. +**Remote Data Integration:** Seamlessly bind data from various remote services to the Syncfusion EJ2 ASP.NET MVC Grid. **Data Operations:** Handle filtering, sorting, and paging operations with ease. @@ -24,9 +24,9 @@ This repository demonstrates how to bind data from various remote services to a Before you begin, ensure you have met the following requirements: -* Node.js and npm installed +* Visual Studio installed with ASP.NET MVC development workload. +* Basic knowledge of ASP.NET MVC and web development. -* Basic knowledge of Vue and web development ## Getting Started **1. Clone the Repository:** @@ -34,26 +34,24 @@ Before you begin, ensure you have met the following requirements: Use `git clone` to fetch the repository from GitHub. ```bash -https://github.com/SyncfusionExamples/Binding-data-from-remote-service-to-vue-data-grid.git +https://github.com/SyncfusionExamples/Binding-data-from-remote-service-to-asp-net-mvc-data-grid.git ``` **2. Open and Build the Project:** * Open the project in Visual Studio. * Build the project to restore dependencies and compile it. -* Run the project +* Run the project. **3. Explore the Code:** -* Navigate to vue client folder(~src/app.vue) +* Navigate to the `Controllers` and `Views` folders. * Debug and interact with the code as needed. - -![Adaptors](./assets/images/adaptor-crud-operation.gif) - +* ## Resources -You can also refer the below resources to know more details about Syncfusion Vue Grid components. +You can also refer to the following resources to learn more about Syncfusion ASP.NET MVC Grid components: -* [Demo](https://ej2.syncfusion.com/vue/demos/#/tailwind/grid/over-view) -* [Documentation](https://ej2.syncfusion.com/vue/documentation/grid/getting-started) -* [Connecting to adaptors](https://ej2.syncfusion.com/vue/documentation/grid/connecting-to-adaptors) +* [Demo](https://ej2.syncfusion.com/aspnetmvc/grid/gridoverview) +* [Documentation](https://ej2.syncfusion.com/aspnetmvc/documentation/grid/getting-started) +* [Connecting to Adaptors](https://ej2.syncfusion.com/aspnetmvc/documentation/grid/connecting-to-adaptors)