Skip to content

Commit e6ad189

Browse files
Merge pull request #3 from Backiaraj/schedule
Modified the readme content
2 parents bb33171 + ef1fd3d commit e6ad189

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,19 @@
22

33
A quick start project that shows how to consume data from SQL Server using Microsoft SqlClient and bound it to Blazor Scheduler.
44

5-
Documentation : https://blazor.syncfusion.com/documentation/scheduler/data-binding#sql-server-data-bindingsql-client
5+
**Documentation**: https://blazor.syncfusion.com/documentation/scheduler/data-binding#sql-server-data-bindingsql-client
66

77
## Prerequisites
88

9-
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.
9+
* Visual Studio 2022
10+
* Ensure that you are having SQL Server Data Tools within Visual Studio 2022.
1011

11-
# How to run this application?
12+
## How to run the project
1213

13-
* To run this application, you need to first clone the <code>Blazor-Scheduler-SQL-Server-Databinding</code> repository and then open it in Visual Studio 2022.
14+
* Checkout this project to a location in your disk.
15+
* Open the solution file using the Visual Studio 2022.
16+
* Restore the NuGet packages by rebuilding the solution.
1417
* Using the Migrations create the database by running the following command in the Package Manager console:
1518
> PM> update-database
1619
* 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.
17-
* Now, simply build and run your project to view the output.
20+
* Run the project.

0 commit comments

Comments
 (0)