We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d3011 commit a169f7cCopy full SHA for a169f7c
README.md
@@ -1,16 +1,14 @@
1
-# Using MVVM Pattern in Blazor For State Management
+# MVVM Pattern in Blazor For State Management
2
+
3
The repository contains the Blazor application that demonstrates usage of MVVM pattern for state management.
4
5
## Prerequisites
6
-Make sure that the necessary software is installed:
7
-
8
-* Visual Studio 2019
+* Visual Studio 2022
9
10
## How to run the project
11
12
* Checkout this project to a location in your disk.
13
-* Open the project in the Visual Studio.
14
-* Restore the NuGet packages
15
-* Run the project
16
+* Open the solution file using the Visual Studio 2022.
+* Restore the NuGet packages by rebuilding the solution.
+* Run the project.
0 commit comments