Skip to content

Commit a5940f6

Browse files
authored
Updated the read me file
1 parent f79a662 commit a5940f6

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Cascading Dropdown List in Blazor using Entity Framework, The cascading Dropdown
55
Make sure that you have the compatible versions of Visual Studio Code and .NET Core SDK 3.1.2 in your machine before starting to work on this project.
66

77
## How to run this application?
8-
To run this application, you need to first clone the `getting-started-with-blazor-dropdown-list` repository and then open it in Visual Studio Code.
8+
To run this application, you need to first clone the `Cascading-Dropdown-List-in-Blazor-using-Entity-Framework` repository and then open the project or solution file in Visual Studio 2019.
99

1010
* Need to change the Database connection string in Shared/DataAccess/DataContext.cs
1111

@@ -14,10 +14,5 @@ optionsBuilder.UseSqlServer(@"Data Source=(LocalDB)\MSSQLLocalDB;AttachDbFilenam
1414
1515
```
1616

17-
* Now, open the `Integrated Terminal` in VS Code and run the following command to build and run this project.
17+
* Now, run the run the project Visual Studio and able to get the output in Browser.
1818

19-
```
20-
dotnet watch run
21-
```
22-
23-
Navigate to `http://localhost:5000/` or `http://localhost:5001/` in the browser to view the output.

0 commit comments

Comments
 (0)