Mastering SignalR: Build Your Own Stock Price Dashboard

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

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

  • @MilanJovanovicTech
    @MilanJovanovicTech  3 วันที่ผ่านมา +3

    Get the source code for this video for FREE → the-dotnet-weekly.ck.page/signalr-stocks
    Want to master Clean Architecture? Go here: bit.ly/3PupkOJ
    Want to unlock Modular Monoliths? Go here: bit.ly/3SXlzSt

  • @thomascv321
    @thomascv321 3 วันที่ผ่านมา +16

    "There is even a simple drag and drop functionality, which doesn't function all to great. But essentially it does work" 🤣🤣 Love the pragmatic mindset!

  • @kodindoyannick5328
    @kodindoyannick5328 8 ชั่วโมงที่ผ่านมา

    Great stuff about SignalR! Thanks so much Milan for all knowledge!

  • @junior.santana
    @junior.santana 2 วันที่ผ่านมา +2

    That was a very detailed example and I like that is more closer to reality and it has a fire UI too.
    I never had the chance to build anything that required real-time, but all tutorials are about chat apps.
    Btw, I didn't know about that Groups feature, it's extremely handy

  • @WillEhrendreich
    @WillEhrendreich 3 วันที่ผ่านมา +3

    great stuff as always, Milan. this was a great little intro.

  • @susantamaji2941
    @susantamaji2941 3 วันที่ผ่านมา

    Thank you, sir.
    This is exactly what I am looking for.
    Although I have not been seen yet.

  • @Rafa-ve1hi
    @Rafa-ve1hi 2 วันที่ผ่านมา

    Milan, as always, great content! I'm waiting for a huge discount on Black Friday to buy your courses :)

    • @MilanJovanovicTech
      @MilanJovanovicTech  วันที่ผ่านมา

      I might be preparing something ;)

    • @getyourphils3334
      @getyourphils3334 วันที่ผ่านมา

      Remind me if and when it goes on sale.

  • @NagechaO
    @NagechaO 3 วันที่ผ่านมา +6

    Can we have a source code ?

    • @MilanJovanovicTech
      @MilanJovanovicTech  3 วันที่ผ่านมา

      Sure: the-dotnet-weekly.ck.page/signalr-stocks

  • @andrewiecisa2907
    @andrewiecisa2907 วันที่ผ่านมา

    Great content! Thanks a lot! An idea for another video would be: how to deploy it to Azure?

  • @delphiguy23
    @delphiguy23 3 วันที่ผ่านมา

    Nice video as always, just a question. Any reason why dapper and not ef for your queries? is it for performance?

    • @MilanJovanovicTech
      @MilanJovanovicTech  3 วันที่ผ่านมา +4

      Simplicity

    • @pkmx-um9vb
      @pkmx-um9vb 2 วันที่ผ่านมา

      @@MilanJovanovicTech 👍 this motivates me to learn Dapper, thanks ...

  • @КонстантинБененсон
    @КонстантинБененсон 3 วันที่ผ่านมา

    Hi, Milan!
    I see, that you use Dapper more often than EF Core.
    What is the main reason? Or it depends on the case and in particular projects you prefer EF?

    • @tayooyetunji6592
      @tayooyetunji6592 3 วันที่ผ่านมา

      i think it depend on the project thou

    • @MilanJovanovicTech
      @MilanJovanovicTech  2 วันที่ผ่านมา

      Mainly for simplicity for this demo

  • @maximontenegro4337
    @maximontenegro4337 3 วันที่ผ่านมา

    Hi Milan! Thx for the awesome content. Could you make a clean architecture template with any UI and Auth? It would be amazing to have a pragmatic perspective from you about how to integrate these parts! thank you again

    • @MilanJovanovicTech
      @MilanJovanovicTech  2 วันที่ผ่านมา

      That's kinda what my course is for 😅

  • @mostafachronic1874
    @mostafachronic1874 3 วันที่ผ่านมา

    its very good and useful. can you better explain Backgroundservice ?

  • @harshjoshi4831
    @harshjoshi4831 2 วันที่ผ่านมา

    Can we use depdenbcy injection in background service?
    Sometimes I got connection is still open error for SQL database even though I have manually close the connection after opening it

    • @MilanJovanovicTech
      @MilanJovanovicTech  2 วันที่ผ่านมา +1

      Yes. But for scoped services you need to create a custom scope

  • @rj_richil
    @rj_richil 3 วันที่ผ่านมา +1

    Similarly, we need video for Solace Real time data streaming

  • @LearnWithVarun
    @LearnWithVarun 3 วันที่ผ่านมา

    Hi Milan,
    What screen recording software you are using?

    • @MilanJovanovicTech
      @MilanJovanovicTech  2 วันที่ผ่านมา

      OBS

    • @LearnWithVarun
      @LearnWithVarun ชั่วโมงที่ผ่านมา

      @@MilanJovanovicTech Thanks Milan,
      And what about video editor post recording?

  • @enbeetv4969
    @enbeetv4969 3 วันที่ผ่านมา

    thanks milan

  • @itirush2701
    @itirush2701 2 วันที่ผ่านมา

    Please make video how use metrics in clean architecture

  • @usmanalii7527
    @usmanalii7527 3 วันที่ผ่านมา

    When to use azure signalr?

    • @MilanJovanovicTech
      @MilanJovanovicTech  2 วันที่ผ่านมา +1

      If you need to scale out the SignalR messaging

  • @KingCodes_ir
    @KingCodes_ir 3 วันที่ผ่านมา

    How can I have the source code of this video?

    • @MilanJovanovicTech
      @MilanJovanovicTech  3 วันที่ผ่านมา

      Here: the-dotnet-weekly.ck.page/signalr-stocks

  • @sunzhang-d9v
    @sunzhang-d9v 2 วันที่ผ่านมา

    The code interface is fine, js runs with an error, I don't know what's going on, embarrassing

  • @gocrow23
    @gocrow23 3 วันที่ผ่านมา +1

    I

    • @MilanJovanovicTech
      @MilanJovanovicTech  3 วันที่ผ่านมา +1

      II

    • @gocrow23
      @gocrow23 3 วันที่ผ่านมา

      @@MilanJovanovicTech It made me laugh and I'm not sure when I did that typo. Btw keep up the great work, leaving this funny moment here as is 😃

  • @NagechaO
    @NagechaO 3 วันที่ผ่านมา +3

    Guys hello who have access to Milan patreon could you kindly share source code for this video please ? Currently I am unemployed and don’t have money for buying such success passes

    • @WillEhrendreich
      @WillEhrendreich 3 วันที่ผ่านมา

      I genuinely empathize with you about being unemployed, it sucks, you get desperate and start not thinking clearly sometimes.
      Please take this advice from me as someone wanting to help you out, not simply call you out. You may think you do, but really you don't want people to actually do what you've asked. You're essentially asking people to steal from Milan, here. You could simply pause the video, and write what you see, he's not hiding it, it's just a service to people that have the money to spare that they are provided the source code directly instead of re-writing it themselves. Either of those options are fine. What you're doing with this though is telling people that you're willing to circumvent other people's way of making money because you don't have any. You're telling on yourself, here man. You're advertising that not only do you not have a job, but you shouldn't be trusted to be hired. I don't think that's the look you want to have. If you were in his shoes, you would not want to see this in your comments section. If you simply ask him directly maybe he could have had a chance to have compassion for your situation, and provided it as a one time gift, but no, you're asking people to share for free what he's deemed valuable enough to put a price on.
      I encourage you to go through the video, learn for yourself how to do these things, because in the end having the source will do nothing for you if you can't reproduce it yourself. the point is to get an intro to this tech, and you learn best by doing it, by trying to get it to work, failing, solving the problem at hand, trying again, failing, retrying, etc.
      But never ask people to give away what someone is selling. Refuse to sell your integrity that way, which is worth far mor than whatever getting the source code will do for you.

    • @MilanJovanovicTech
      @MilanJovanovicTech  3 วันที่ผ่านมา

      I got you: the-dotnet-weekly.ck.page/signalr-stocks

    • @ripple123
      @ripple123 2 วันที่ผ่านมา

      this stuff is so basic, you can just follow microsofts signalr documentation