File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
- # redis_dotnet_demos
1
+ # Redis DOTNET Demo
2
+
3
+ ### Prerequisites
4
+ Setup .Net environment with VS Code and .Net Core or execute the code <a href =" https://dotnetfiddle.net/ " >online</a >
5
+
6
+ ## Steps to setup .Net development environment locally
7
+
8
+ 1 . Download and install VS Code for Windows, macOS, and Linux on <a href =" https://code.visualstudio.com/Download " >Visual Studio Code's website</a >.
9
+
10
+ 2 . Download and install <a href =" https://dotnet.microsoft.com/download " >.NET Framework and .NET Core, including ASP.NET and ASP.NET Core</a >.
11
+
12
+ 3 . <a href =" https://code.visualstudio.com/docs/languages/csharp#_installing-c35-support " >Installing C# support</a >
13
+
14
+ ## Steps to run the demo
15
+
16
+ Run the project in the current directory:
17
+ dotnet run
18
+
19
+ Run the specified project:
20
+ dotnet run --project <path_to_dotnet.csproj>
You can’t perform that action at this time.
0 commit comments