Skip to content

Commit 2d6956f

Browse files
Merge pull request #5 from Backiaraj/schedule
Modified the readme content
2 parents f013def + 5336e9d commit 2d6956f

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 helps you how to load appointments on demand in the blazor Scheduler
44

5-
Documentation : https://blazor.syncfusion.com/documentation/scheduler/data-binding#load-on-demand
5+
**Documentation**: https://blazor.syncfusion.com/documentation/scheduler/data-binding#load-on-demand
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-Load-appointments-on-demand</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 apply the changes to 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)