From 620986aead38507c80e124ecb734704f9bde04c7 Mon Sep 17 00:00:00 2001 From: Backia Raj Kanagaraj Date: Mon, 4 Dec 2023 18:16:41 +0530 Subject: [PATCH 1/2] Modified the readme content --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3507ae3..3d9bbae 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,19 @@ A quick start project that shows how to consume data from SQL Server using Microsoft SqlClient and bound it to Blazor Scheduler. -Documentation : https://blazor.syncfusion.com/documentation/scheduler/data-binding#sql-server-data-bindingsql-client +**Documentation**: https://blazor.syncfusion.com/documentation/scheduler/data-binding#sql-server-data-bindingsql-client ## Prerequisites -Make sure that you have the latest versions of 'Visual Studio 2022' in your machine before starting to work on this project. Ensure that you are having SQL Server Data Tools within Visual Studio 2022. +* Visual Studio 2022 +* Ensure that you are having SQL Server Data Tools within Visual Studio 2022. -# How to run this application? +# How to run the project -* To run this application, you need to first clone the Blazor-Scheduler-SQL-Server-Databinding repository and then open it in Visual Studio 2022. +* Checkout this project to a location in your disk. +* Open the solution file using the Visual Studio 2022. +* Restore the NuGet packages by rebuilding the solution. * Using the Migrations create the database by running the following command in the Package Manager console: > PM> update-database * Migrations automate the creation of database based on our Model. The EF Core packages required for migration will be added with .NET Core project setup. -* Now, simply build and run your project to view the output. +* Run the project. From ef1fd3d81514aec6905cee73f9b2396714329141 Mon Sep 17 00:00:00 2001 From: Backia Raj Kanagaraj Date: Mon, 4 Dec 2023 18:31:53 +0530 Subject: [PATCH 2/2] Modified the content --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d9bbae..dd8dcb9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A quick start project that shows how to consume data from SQL Server using Micro * Visual Studio 2022 * Ensure that you are having SQL Server Data Tools within Visual Studio 2022. -# How to run the project +## How to run the project * Checkout this project to a location in your disk. * Open the solution file using the Visual Studio 2022.