Setting up the .Net Client
Learn to set up the .Net Client inside a standalone console application.
We'll cover the following...
Overview
In the previous chapter, we have already set up a .NET SignalR client inside a Blazor WebAssembly application. The process that we'll go through now will be similar. For example, we will rely on the same NuGet
package. But this time, we will set the client up inside a standalone console application.
Press + to interact
Setting up .NET console app as a SignalR client
The first thing that we need to do is to ...