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

Sdílet
Vložit
  • čas přidán 26. 04. 2023
  • #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!
  • Věda a technologie

Komentáře • 35

  • @rowan-lea
    @rowan-lea Před rokem +5

    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!

  • @MrBenix181
    @MrBenix181 Před rokem +4

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

  • @niezebenmansour3736
    @niezebenmansour3736 Před rokem

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

  • @alfredoeleazarorozcoquesad2988

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

    • @nickproudprogrammer
      @nickproudprogrammer  Před 7 měsíci

      I'm glad you found the video helpful! It's always great to hear that the content is practical and useful.

  • @khanfaizan05
    @khanfaizan05 Před 7 měsíci

    Nice content .. great explanation..
    Thanks Nick ❤

  • @caseyspaulding
    @caseyspaulding Před rokem +1

    👏💯🙌

  • @dlawreal1666
    @dlawreal1666 Před rokem +1

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

  • @cyrildouglas9262
    @cyrildouglas9262 Před rokem +1

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

  • @noorieg3598
    @noorieg3598 Před rokem +2

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

  • @kuntal2938
    @kuntal2938 Před 5 měsíci +1

    As you have mentioned, link for the code is not found.

  • @user-st1gj3si7x
    @user-st1gj3si7x Před 3 měsíci

    nice

  • @bjarnenilsson80
    @bjarnenilsson80 Před rokem +1

    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

  • @temmytory4309
    @temmytory4309 Před rokem +1

    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?

    • @nickproudprogrammer
      @nickproudprogrammer  Před rokem

      I'm not only familiar with SQL CDC, but I gather it can trigger stored procs? You'd have to find a way from there to ping your SignalR hub. Doesn't sound easy

  • @sweetamishbutter7
    @sweetamishbutter7 Před 9 měsíci +9

    Where is the source code??

    • @unkn0wnrge189
      @unkn0wnrge189 Před 2 měsíci

      You have to pay for it, just 1U$ for a coffee
      after two months you enroll in my course for 99U$ year no refunds.

    • @ethanhamilton4494
      @ethanhamilton4494 Před 2 měsíci

      Did you find the source code

  • @Brlitzkreig
    @Brlitzkreig Před 6 měsíci +1

    Would have been good to just show us your exact setup in vs code not have it already setup. Otherwise pretty solid content

  • @ziaullahhassan3162
    @ziaullahhassan3162 Před 6 měsíci +2

    great video. I need the source code

  • @Brlitzkreig
    @Brlitzkreig Před 6 měsíci +3

    Should have included the source code

  • @vladmaiorov1072
    @vladmaiorov1072 Před 4 měsíci +2

    js files do not apper in root/js directory

    • @CartoonsAngola
      @CartoonsAngola Před 3 měsíci

      That's also my problem.

    • @ptronicmusic
      @ptronicmusic Před měsícem

      I know this is a few months late, but when I followed those steps the signalr.js file was under wwwroot/lib/microsoft/signalr/dist/browser/signalr.js

    • @ptronicmusic
      @ptronicmusic Před měsícem

      This also means that in Index.cshtml you have to change the signalr include or it wont work. I used:

  • @SoftwaretestingbyPrasad
    @SoftwaretestingbyPrasad Před 11 měsíci +3

    please provied source code

  • @Brlitzkreig
    @Brlitzkreig Před 6 měsíci

    Hub seems to be an interface

  • @ethanhamilton4494
    @ethanhamilton4494 Před 2 měsíci

    Why cant i see my Program.cs FIle???
    PLEASE HELP, its ergent