- Course
Getting Started with ASP.NET Core 2 SignalR
This light-weight, compact course will teach you what ASP.NET Core SignalR is, how it uses underlying real-time web techniques, how to get started using it, and how it's different from earlier versions.
- Course
Getting Started with ASP.NET Core 2 SignalR
This light-weight, compact course will teach you what ASP.NET Core SignalR is, how it uses underlying real-time web techniques, how to get started using it, and how it's different from earlier versions.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
Real-time web functionality is almost a must when developing a web app nowadays. In this course, you will not only learn how the real-time web works, but also how to implement it using the greatest real-time web framework available. First, you will explore real-time web in general and about the low-level transports SignalR uses: WebSockets, Server Sent Events (SSE) and long polling. Next, you will learn about the SignalR concepts, and the ways SignalR uses the underlying transports to do Remote Prodecure Call (RPC) by utilizing Hubs. You'll also see what the differences are with earlier versions and what the challenges are when scaling out. Finally, you'll discover how to implement an example application step by step and you'll see how to deploy it to Azure. We're also taking a look at the security features. When you're done watching this course, you'll understand when SignalR is a good choice for problems you are tasked with solving.
Getting Started with ASP.NET Core 2 SignalR
-
Version Check | 20s
-
Introduction | 42s
-
What Are Real-time Web Applications? | 3m 36s
-
AJAX | 2m 1s
-
Polling | 3m 30s
-
Long Polling | 2m 30s
-
Server Sent Events (SSE) | 2m 9s
-
WebSockets Overview | 2m 6s
-
The WebSockets Handshake | 2m 29s
-
WebSockets Messages | 1m 38s
-
A WebSockets App | 4m 31s
-
Summary | 33s