Going real-time with ASP.NET Core SignalR and the Azure SignalR Service

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 พ.ย. 2024

ความคิดเห็น • 19

  • @Jelgoat
    @Jelgoat 5 ปีที่แล้ว +14

    "What's going on, Anthony?"
    Anthony - "Not Bad."
    Good stuff, and thanks for the video!

    • @nthonychu
      @nthonychu 5 ปีที่แล้ว +6

      LOL yes it's impossible to hide the fact that I am an awkward nerd. 🤓

    • @haley8004
      @haley8004 4 ปีที่แล้ว

      Wow they're so casual and chill over at Microsoft 🤭

    •  4 ปีที่แล้ว

      Life of a programmer is in no way free of tons of stress. Thank you Anthony, your explanations were clear indeed.

  • @prithiviraj7060
    @prithiviraj7060 5 ปีที่แล้ว +2

    Very useful demo.

  • @qazyhn94
    @qazyhn94 6 ปีที่แล้ว +1

    pretty nice demo with flights, I like it

  • @yahorsinkevich4451
    @yahorsinkevich4451 5 ปีที่แล้ว +1

    Am I missed security part? How client (specifically browser as actually both app and browser are clients for the signalr service :) ) authenticates on the SignalR service?

  • @AdamsTaiwan
    @AdamsTaiwan 6 ปีที่แล้ว +6

    I like that you used Vue.

    • @nthonychu
      @nthonychu 6 ปีที่แล้ว +3

      AdamsTaiwan It’s my favourite frontend framework these days!

    • @AdamsTaiwan
      @AdamsTaiwan 6 ปีที่แล้ว

      SignalR is cool, but I need to know how to secure it. I once wrote a Windows app that took the x,y,z from my MS Band over bluetooth sent using my Chat sample to another Windows app running in Hololens simulator to rotate an image. So basically hacked my chat app to do something else... scary. You can see the video by clicking on my username to get to my youtube videos.

    • @nthonychu
      @nthonychu 6 ปีที่แล้ว

      AdamsTaiwan If you’re using SignalR in an ASP.NET Core app, you can secure the hub or its methods using Authorize attributes just like you would do with MVC. Otherwise you are right, anyone can invoke those hub methods. If you are using the SignalR Service with Azure Functions, you have to make sure your functions are secure. Send me email if you need any help antchu@ microsoft com.

  • @KumananMurugesan
    @KumananMurugesan 4 ปีที่แล้ว

    Really good. Thank you.

  • @gabiilie6312
    @gabiilie6312 6 ปีที่แล้ว +2

    Great video.
    Also got a questions, what VS Code extension are you using.

    • @gizmodelacruz
      @gizmodelacruz 6 ปีที่แล้ว

      secret

    • @nthonychu
      @nthonychu 6 ปีที่แล้ว +1

      The one that I used to update the document in Cosmos DB was the Cosmos DB VS Code extension. I also have others installed: GitLens, Azure Functions, Azure Storage, to name a few.

  • @robl4836
    @robl4836 6 ปีที่แล้ว +1

    The flight had gone back up in price by the time I got to it :(

  • @gomriria2197
    @gomriria2197 5 ปีที่แล้ว

    i don''t understand why we need sticky session if we have the backplane