March 2018
Beginner to intermediate
458 pages
10h 34m
English
Create a new ASP.NET Core 2.0 MVC app named TicTacToeGame, like we did in the Creating a simple running code section in Chapter 1, Getting Started.
With this, we will have a basic working ASP.NET Core 2.0 MVC app in place. However, to leverage SignalR Core in our app, we need to install SignalR Core NuGet and the client packages.
To install the SignalR Core NuGet package, we can perform one of the following two approaches in the Visual Studio IDE:
Read now
Unlock full access