Launching the .NET Client
Learn the working and launching of .Net client.
We'll cover the following...
Getting the .Net client started
First, we'll need to launch our SignalR server application. We can do so by:
Executing the following command from the
SignalRServer
project folder.
dotnet run
...