Complete SignalR on ASP.NET Core
Enabling two-way real-time communication between the client and the server on ASP.NET Core
Watch Promo
What you'll learn
- SignalR on .NET Core
Requirements
- Be able to build basic web applications on ASP .NET Core
Description
Are you a web developer? If so, you would know that many web development projects these days require the ability to establish a persistent connection between a client and a server without having to keep sending repeated requests from the client. As you may also know, such functionality may be hard to implement.
However, if you can build your web application in ASP.NET Core, there is a way to make this whole process easy. There is a library called SignalR. This is what I'm going to talk about in this course. As well as doing all the heavy lifting for you, the library abstracts away all complex implementation details, so your code can be made extremely simple.
However, as you would already know, nothing in programming is simple in absolute terms. Programming is a complex activity, so even those concepts that are relatively simple require some practice and studying.
This is why I've created this course. By the end of it, you should be able to build a web application that clients will be able to establish a persistent connection with and exchange the data with in real time.
Who this course is for:
- Web developers who want to enable a persistent real-time communication between the client and the server
- ASP .NET Core developers
- Any other web developers using Microsoft programming stack
Your Instructor
Fiodar is an experienced lead software engineer whose main area of expertise is Microsoft stack, which includes ASP.NET (Framework and Core), SQL Server, Azure, and various front-end technologies. Fiodar is familiar with industry-wide best practices, such as SOLID principles, software design patterns, automation testing principles (BDD and TDD) and microservices architecture.
Fiodar has built his software engineering experience while working in a variety of industries, including water engineering, financial, retail, railway and defence. He has played a leading role in various projects and, as well as writing software, he gained substantial experience in architecture and design.
Fiodar is an author of a number of technical books and online courses. He regularly writes about software development on his personal website, Scientific Programmer. He also conducts regular personal mentoring sessions.
Course Curriculum
-
StartIntroducing SignalR Clients (1:34)
-
StartSetting Up JavaScript Client (1:27)
-
StartJavaScript Client Example
-
StartJavaScript Client Explained (6:05)
-
StartSetting Up .NET Client (1:26)
-
Start.NET Client Example
-
Start.NET Client Explained (4:55)
-
StartPreparing Blazor WebAssembly Client (1:51)
-
StartBlazor WebAssembly Client Example
-
StartBlazor WebAssembly Client Explained (3:32)
-
StartUsing WebSocket Client with SignalR (0:58)
-
StartWebSocket Client Example
-
StartWebSocket Client Explained (3:26)
-
StartFurther Reading
-
StartTest Yourself