You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure that you have the latest versions of 'Visual Studio 2022' in your machine before starting to work on this project.
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.
10
10
11
11
# How to run this application?
12
12
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
-
15
-
• Now, simply build and run your project to view the output.
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
+
* Using the Migrations apply the changes to the database by running the following command in the Package Manager console:
15
+
> PM> update-database
16
+
* 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.
0 commit comments