Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
azure signalr serverless
Rating: 5.0 out of 5(1 rating)
197 students

azure signalr serverless

Learn SignalR fundamentals by building real world application with SignalR and ASP.NET
Created byTarif Aljnidi
Last updated 5/2024
English

What you'll learn

  • SignalR Fundamentals
  • Azure SignalR
  • SignalR .NET
  • SignalR Serverless
  • SignalR configuration and client/server infrastructure
  • Methods of building real-time web applications

Course content

4 sections17 lectures1h 22m total length
  • The need for azure signalr service4:16

    Azure SignalR service maintains real time connections at enterprise scale in serverless and microservice environments. It enables broadcast to millions of users and lets you notify users from any cloud.

  • Exploring signalr service features2:59
  • Provisioning a signalr service instance3:06
  • Picking the right azure signalr service mode3:05

Requirements

  • Basic understanding of ASP NET Core

Description

SignalR is a library for .NET which allows developers to add real-time capabilities to their applications. It provides a framework for managing connections from various clients, including web pages, , desktop applications,  mobile apps and more.


Every modern application has some sort of real-time-communication need. With the rise of microservices and serverless, many developers find themselves working with applications that run on multiple servers. Azure SignalR Service can help you scale these applications by allowing users to connect to a central location and enabling other services to send messages to users quickly without worrying about hosting, scalability, and load balancing. Curious about how to use Azure SignalR Service to build real-time applications in the cloud? This course covers what you need to know to get up and running.


At the end of this course you will be confident to take what you learned and implement SignalR in your project! This is 100% hands on course, so lets get started!


My main focus is not to teach you some theory at the beginning and after that start with real world application and how you can practically use SignalR. The course is built using asp.net and javascript. I always thrive to keep content up to date and if you have any questions, you can ask me .

Who this course is for:

  • developers who are interested in learning how to build real-time web applications with SignalR