Tags
Language
Tags
July 2025
Su Mo Tu We Th Fr Sa
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    SignalR on .NET 5: everything you need to know

    Posted By: ELK1nG
    SignalR on .NET 5: everything you need to know

    SignalR on .NET 5: everything you need to know
    Created by Fiodar Sazanavets | Published 2/2021
    Duration: 1 hour | 7 sections | 50 lectures | Video: 1280x720, 44 KHz | 516 MB
    Genre: eLearning | Language: English + Sub

    Enabling two-way real-time communication between the client and the server on ASP.NET Core 5


    What you'll learn
    SignalR on .NET 5 - a library that provides a convenient wrapper for WebSocket protocol

    Requirements
    Be able to build basic web applications on ASP .NET Core
    Description
    Are you a web developer or do you write IoT software? If so, you would know that many web and IoT 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 server-side application on 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.
    This is the second SignalR course that I have published. The previous one was about using SignalR on .NET Core 2.2. However, quite a lot has changes since then. .NET 5 has since been released and SignalR has also received several updates. So, this is an updated version of the course. The second edition.
    Who this course is for:Web developers who want to enable a persistent real-time communication between the client and the serverIoT developers who want to be able to easily coordinate their devicesAny other web developers using Microsoft programming stack