...

/

Setting up the .Net Client

Setting up the .Net Client

Learn to set up the .Net Client inside a standalone console application.

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
.Net used with different technologies
.Net used with different technologies

Setting up .NET console app as a SignalR client

The first thing that we need to do is to ...