Create Your Own Chat App: SignalR Mastery in C# & ASP.NET

Create Your Own Chat App: SignalR Mastery in C# & ASP.NET

Nick Proud

1 год назад

30,688 Просмотров

#dotnet #csharp #tutorial #softwaredevelopment #signalR #aspdotnetcore #programming #softwareengineer #softwareengineering #softwareengineeringtutorials

Updating a UI from new data in a SQL or NoSQL database is costly in terms of performance. What if when data came into your API or was typed into a web form, it immediately updated another microservice or app? Remote procedure calls are the answer, and my favourite technology for RPC is SignalR.

In this video I show you how to add SignalR to an ASP.NET Core Web App, and then quickly and easily build a simple chat room that sends messages in real time!

Тэги:

#.NET6 #.net #.net7 #.net8 #application_development #asp.net #asp.net_core_mvc_tutorial #asp.net_mvc #azure #azure_signalr #blazor_webassembly #c# #c#_mvc #c#_records #c#_tutorial #chat_app #chat_application #cloud #code #coding #csharp #csharp_for_beginners #csharp_tutorial_for_beginners #dotnet #dotnet_core #dotnet_tutorial #dotnet_tutorial_for_beginners #dotnet6 #intro_to_csharp #messenger_chat_c# #mvc #programming #signalr #signalr_tutorial #software_developer #software_engineering
Ссылки и html тэги не поддерживаются


Комментарии:

@alfredoeleazarorozcoquesad2988
@alfredoeleazarorozcoquesad2988 - 15.12.2023 02:48

Thank you so much! Súper concrete and practical.

Ответить
@sweetamishbutter7
@sweetamishbutter7 - 04.10.2023 07:58

Where is the source code??

Ответить
@SoftwaretestingbyPrasad
@SoftwaretestingbyPrasad - 02.09.2023 12:08

please provied source code

Ответить
@MrBenix181
@MrBenix181 - 30.07.2023 13:54

Every key line of code is well explained in plain english and not technical. Great tutorial.

Ответить
@noorieg3598
@noorieg3598 - 24.07.2023 20:02

Hi Nick!, where do I get the documentation for this? Or is the source code on github?

Ответить
@niezebenmansour3736
@niezebenmansour3736 - 02.07.2023 00:26

You have have a great channel, thnak you for this content!

Ответить
@temmytory4309
@temmytory4309 - 18.05.2023 23:16

Hi nick, Great video.
Quick question:Is there a way to leverage signalR with SQL CDCand general real time datat changes tracking in the database?

Ответить
@dlawreal1666
@dlawreal1666 - 06.05.2023 02:35

Nice one there. Please do you have a video on how i can create rest api project using MVC Razor views

Ответить
@caseyspaulding
@caseyspaulding - 04.05.2023 15:04

👏💯🙌

Ответить
@rowan-lea
@rowan-lea - 02.05.2023 16:15

Really love this deep dive into exactly how SignalR works, it captures every element you want to think about and explains the process around it, would definitely recommend this to anyone wanting to learn SignalR, or WebSockets in general!

Ответить
@bjarnenilsson80
@bjarnenilsson80 - 29.04.2023 15:59

Yea it's probably a smart idea to let the hub provide the timestamps as you would at least have a consistent source of hat time it is, and to simplify cluent implementation even further use utc so the client only needs to worry about offsey berween utc and whatever rhe user wanr without needing to think about what tz the server is in

Ответить
@cyrildouglas9262
@cyrildouglas9262 - 28.04.2023 17:59

I would like to see more of signalR, maybe for dashboards with ChartJs? it would be great if you cover something like this.

Ответить