left-icon

Real-Time ASP.NET Core 3 Apps with SignalR Succinctly®
by Dirk Strauss

Previous
Chapter

of
A
A
A

CHAPTER 3

Project Creation and Setup

Project Creation and Setup


In Visual Studio 2019, create a new project by going to File > New Project, or simply select the Create a new project option after launching Visual Studio.

Create a New Project

Figure 14: Create a New Project

The new project form will be displayed, and you will see that you can filter the project templates displayed by choosing C#, Windows, and Web from the drop-down filters.

Select the ASP.NET Core Web Application project template and click Next.

Configuring Your Project

Figure 15: Configuring Your Project

The Configure your new project form will now be displayed, as seen in Figure 15. I called my project realtimechat and placed it into a solution called signalr. Specify the file location for your source code and click Create.

Creating a .NET Core Web App

Figure 16: Creating a .NET Core Web App

You will then see the ASP.NET Core web application creation form. You want to select .NET Core and ASP.NET Core 3.1 from the drop-down boxes at the top of the form. Next, you need to select the Web Application option from the list of project templates.

You can leave all the other options, such as Authentication, Docker Support, and Enable Razor runtime compilation, set to their default values. Click Create to create your ASP.NET Core Web Application project.

The Created Solution and Project

Figure 17: The Created Solution and Project

Once your Visual Studio project is created, your Solution Explorer window will look as shown in Figure 17. The next step we need to take is to add the SignalR client library to the project. Let’s do that next.

Scroll To Top
Disclaimer
DISCLAIMER: Web reader is currently in beta. Please report any issues through our support system. PDF and Kindle format files are also available for download.

Previous

Next



You are one step away from downloading ebooks from the Succinctly® series premier collection!
A confirmation has been sent to your email address. Please check and confirm your email subscription to complete the download.