Skip to content

Redislabs-Solution-Architects/redis_dotnet_demos

Repository files navigation

Redis DOTNET Demo

Prerequisites

Setup .Net environment with VS Code and .Net Core or execute the code online

Steps to setup .Net development environment locally

  1. Download and install VS Code for Windows, macOS, and Linux on Visual Studio Code's website.

  2. Download and install .NET Framework and .NET Core, including ASP.NET and ASP.NET Core.

  3. Installing C# support

Steps to run the demo

Run the project in the current directory: dotnet run

Run the specified project: dotnet run --project <path_to_dotnet.csproj>

Releases

No releases published

Packages

No packages published

Languages