Full Stack Web Development

TH13 Real-time Web Applications with ASP.NET Core SignalR

10/10/2019

1:30pm - 2:45pm

Level: Intermediate

Roland Guijt

Microsoft MVP, Trainer

SignalR for ASP.NET Core is finally here. But it's quite a lot different than the "old" SignalR. After a short introduction of what SignalR is I'll show you how to build real-time functionality into every ASP.NET Core application by diving into the code of a demo application showing you the server- and client-side and you'll see how it's different from the SignalR you might be used to.

When your app's ready there are a couple of things you should know when you want to scale out a SignalR app. You could do the plumbing yourself or using the new Azure SignalR service. After this session you're ready to write and deploy your ASP.NET Core SignalR application.

You will learn:

  • The workings of a real-time web application
  • Create an ASP.NET Core real-time web application
  • Creating a SignalR JavaScript client