Building Real-Time Applications With SignalR & .NET 7

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

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

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

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

    • @ugochukwuumerie6378
      @ugochukwuumerie6378 ปีที่แล้ว

      Thanks. Did you just type it out manually at the end of the message?

    • @the_unico
      @the_unico ปีที่แล้ว

      @@ugochukwuumerie6378 I also dont know if that is a closed square bracket.

    • @lasindunuwanga5292
      @lasindunuwanga5292 5 หลายเดือนก่อน

      Very nice 😂😂
      Thanks

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

    Nicely narrated. I do like the strongly typed hub section a lot, you stand out with that one from the rest of the field. The postman part is also a nice touch.

  • @brunohenrigarcia9966
    @brunohenrigarcia9966 ปีที่แล้ว +12

    For those who want to know, the final character in message is the 30 of ASCII table

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

      There are a few blog posts in the description to check it out

    • @jithin.johnson
      @jithin.johnson 10 หลายเดือนก่อน

      Helpful, thank you.

  • @marna_li
    @marna_li ปีที่แล้ว +11

    There is also the experimental "Microsoft.AspNetCore.SignalR.Client.SourceGenerator" package that allows you to generate clients based on the interface for a typed client and a interface describing the methods on the hub. Comes in handy with Blazor since it can just register a component which implements the typed client interface - automatically setting up the handlers. And then you can use the proxy to call the hub methods.

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

      That's new for me

    • @superjosefer21
      @superjosefer21 10 หลายเดือนก่อน

      I installed it, but i dont know how to use it? there is a tutorial of this package??

    • @marna_li
      @marna_li 10 หลายเดือนก่อน

      @@superjosefer21 Search for the package name on Google, and you will find blog articles. Basically, you need to add some attributes used by the generator. I have a project but I can’t share links here.

  • @Yetemedim
    @Yetemedim 4 หลายเดือนก่อน +2

    Thank you Milan for this introductory video. I'm just learning the SignalR and this video helped me a lot. Also, It's great to see the best trilogy of WoW displayed background :D

    • @MilanJovanovicTech
      @MilanJovanovicTech  4 หลายเดือนก่อน

      I wish I could go back in time and replay that trilogy 😁

  • @Nazaro4ka
    @Nazaro4ka 9 หลายเดือนก่อน +1

    You make brilliant content! I'm new to SignalR and now i know how to start development. Thank you!

    • @MilanJovanovicTech
      @MilanJovanovicTech  9 หลายเดือนก่อน +1

      Happy to hear that! Check out part 2 also: th-cam.com/video/O7oaxFgNuYo/w-d-xo.html

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

    A better example would be to create two frontend applications(React/Blazor) and have them talk to each other or sending events from frontend to backend or vice-versa.

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

      Maybe, but I didn't want to introduce UI apps

    • @KpakpatoTv-ks6hd
      @KpakpatoTv-ks6hd 11 หลายเดือนก่อน

      😅you could as well make those videos since you got the idea😂

  • @user-fd3yr5eo4g
    @user-fd3yr5eo4g 29 วันที่ผ่านมา

    A very nice touch, I like the strongly typed hub section. More videos on SignalR particularly on authorization will be nice.

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

      Check this one also: th-cam.com/video/O7oaxFgNuYo/w-d-xo.html

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

    thanks for explaining the main points, I would like to hear about error handling in the hub methods.

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

      Noted!

    • @amayweather
      @amayweather ปีที่แล้ว

      ​@@MilanJovanovicTechnice. Realy enjoy your videos, keep it on!

  • @shabtaiben-david8173
    @shabtaiben-david8173 5 หลายเดือนก่อน +4

    in my Postman shows that hub is connected successfully, but OnConnectedAsync is NOT invoked, accordingly no messages can be sent

    • @MilanJovanovicTech
      @MilanJovanovicTech  5 หลายเดือนก่อน

      Probably the special character and/or message format

    • @foundev
      @foundev 4 หลายเดือนก่อน +1

      Yes, Even I am facing the same issue. Did you figure it out the fix?

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

      ​@@foundev @shabtaiben-david8173
      you must use the appropriate character at the end of the message. It must be: 0x1E.

  • @teckyify
    @teckyify 10 หลายเดือนก่อน +1

    Thank you for the overview, was well and quickly explained. For the example I whished you'd had shown a short example which makes more sense, like sending a continous heartbeat to the clients which communicate server health. Doing always A->B action mapping is not an enlightening example in my opinion (posting to the endpoint to trigger the WS push).

    • @MilanJovanovicTech
      @MilanJovanovicTech  10 หลายเดือนก่อน

      Check out the next video: th-cam.com/video/O7oaxFgNuYo/w-d-xo.html

  • @DiogoLScarmagnani
    @DiogoLScarmagnani 2 หลายเดือนก่อน +1

    Very simple and helpful explanation. Thank you.

  • @user-ul7pm1tb5x
    @user-ul7pm1tb5x 6 หลายเดือนก่อน +1

    You're the best! Links to another video in the end are very useful! Thank you for these videos.

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

    Signalr is great. But i always wondered how notifications are done. Like for mobile apps also when they aren't running (maybe a background task with the app). With Emails you probably have an Email notification service somewhere in the backend for handling all the emails from the different services. But how could i handle push notifications?

    • @codeme8016
      @codeme8016 ปีที่แล้ว

      Not sure just guessing, that relates to the mobile side development. Once the mobile app receives the message it should populate it as a notification using the Android/iOS notification service.

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

      It wouldn't work - the client will need to be connected. For a proper notification you need a service that supports it, whole 'nother story...

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

      Push notifications on the client side are handled by an android background service or an IOS background service. Your server has to send the notification to APNS(for IOS) and or FCMS(for Android). You could use something like the GoRush server as a service in your backend infra and have your application server send notifications via HTTP to the GoRush server for push notis.
      SignalR is for in-app realtime behavior and data, not push notifications.

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

      @@jeremiahgavin9687 ohh never heard of that thank you so much.

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

    Thank you and stay awesome too!

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

    Thank you very much for this tutorial Milan.
    I did the same except for installing the SignalR client package. When I connect from postman I only receive one message saying that it's connected, but the ChatHub class breakpoint does not hit in VS !!!

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

      Did you get it working eventually?

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

      @@MilanJovanovicTech no

    • @Spud9
      @Spud9 9 หลายเดือนก่อน

      Same

    • @StephenKorow
      @StephenKorow 6 หลายเดือนก่อน

      Was this issue ever resolved?

    • @omarbousbia6916
      @omarbousbia6916 6 หลายเดือนก่อน

      @@StephenKorow did not try again

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

    Great video and Great share!!! Perfect explanation of signalR. Thank you for sharing

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

      Glad you liked it!

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

      @@MilanJovanovicTech yes. It is a great library.
      I look at some examples and I needed this lesson

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

    SignalR seems very cool. Just waiting for the right project to come my way. Would be interested to see your take on implementing the client side.

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

      I'm planning some Blazor content, so this will be ideal

  • @rodrigoboanergesoliveira1682
    @rodrigoboanergesoliveira1682 6 หลายเดือนก่อน

    Strict to the point, thank you very much for sharing this knowleadge.

  • @fikolec
    @fikolec 6 หลายเดือนก่อน

    Worth to mention: methods with optional parameters (I mean those with default value eg. int i = 0) may be ignored by your hub with strongly-typed client interface.
    This is what I was struggling with for long hours..

    • @MilanJovanovicTech
      @MilanJovanovicTech  6 หลายเดือนก่อน

      That's quite interesting. As in - the Hub won't send the default values?

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

    Smart man, the only World of Warcraft trilogy that needs to be on display.

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

    Hi Milan. How would you use SignalR with clean architecture and DDD? The way I see it: some domain entity raises a domain event, the event is saved to the database OnSavingChangesAsync using the outbox pattern. Then some background worker like Quartz picks up that event, and uses correct handler in application layer. Now, how should I reference the Hub in the application layer? Because I feel like using IHubContext is a leaky abstraction. Maybe a better approach would be to use an interface like IMessageSender, that would be implemented in infrastructure layer, and then IHubContext could be injected without polluting the application layer?

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

      You can hide it behind a service interface, liek INotificationService. In the NotificationService implementation you can use IHubContext

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

    Great video, I am curious if you planned on discussing the grouping functions of signalr at any point? I would love to see some follow up videos on the topic.

    • @MilanJovanovicTech
      @MilanJovanovicTech  ปีที่แล้ว

      I'll definitely do a follow-up, with building out some UI

  • @kodindoyannick5328
    @kodindoyannick5328 6 หลายเดือนก่อน

    Thank you Milan for this great video.

  • @js.1337
    @js.1337 8 หลายเดือนก่อน

    Thank you very much for this short tutorial. I have practically no idea about C# and signalr. This video helped a lot.

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

    What extension is it that lets your autocomplete show all the possible overloads of the function you are calling?

  • @class1c156
    @class1c156 7 หลายเดือนก่อน +1

    I think that if we using endpoint to send message, we can use [Authorize] attribute on it instead of putting attribute on Hub method, yes? Sorry for sometimes bad english, I am not native speaker

    • @MilanJovanovicTech
      @MilanJovanovicTech  7 หลายเดือนก่อน

      The [Authorize] on the Hub is for clients connecting to the Hub

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

    Thanks for the great video. I got a question. When you mapped the broadcast endpoint, couldn't you have used the SendMessage method on your hub?

  • @alialiyev3392
    @alialiyev3392 9 หลายเดือนก่อน +1

    Great Tutorial!!

  • @CrieveATT
    @CrieveATT 8 หลายเดือนก่อน

    Make sure you've properly installed the role for Web Server (IIS) -> Web Server -> Application Development -> WebSocket Protocol before attempting to follow this tutorial if your remote server hasn't be fully configured yet.

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

    this is a great tutorial, thank u.
    how would u recommend to use signalr in clean architecture project (that uses services not mediator) ?

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

      Hide the Hub behind an interface, and create it in the Infrastructure projdct

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

    I have a .net web api on my iis server with windows authentication. I have an angular frontend wich consumes the .net web api. It runs without problems. After I implemented the signalr it gives me cors errors even though I never had cors issues before signalr. all the headers, methods and origins are already defined. Is there something in signalr that alters the cors settings?

  • @chizuru1999
    @chizuru1999 10 หลายเดือนก่อน +1

    How did you set up your visual studio to display all those options when you press ctrl + space or after typing . (dot)?
    Like you get all the possible function overrides in a list.

    • @MilanJovanovicTech
      @MilanJovanovicTech  10 หลายเดือนก่อน +1

      ReSharper

    • @chizuru1999
      @chizuru1999 10 หลายเดือนก่อน

      @@MilanJovanovicTech Thanks

  • @shahidnoor1984
    @shahidnoor1984 11 หลายเดือนก่อน +1

    Sir please make video on how send it to specific user using end point of API

  • @fernandocristan8339
    @fernandocristan8339 11 หลายเดือนก่อน +1

    I have a scenario where the front application needs to communicate with the API and the API communicates with a desktop application on the client machine, the same using the front. The API sends data from a document that needs to be issued by hardware, government stuff. The API when sending needs to receive the response from the hardware, is it possible? What do you suggest for this scenario?

    • @MilanJovanovicTech
      @MilanJovanovicTech  11 หลายเดือนก่อน

      If you can run SignalR on that hardware, it should be possible

    • @fernandocristan8339
      @fernandocristan8339 11 หลายเดือนก่อน

      @@MilanJovanovicTech we have a desktop app that omunicate with that hardware, this app will receive the server notificatio, process comunication with hardware than send the response

  • @ThuanTran-lm9pi
    @ThuanTran-lm9pi ปีที่แล้ว +2

    Great video , i did followed you but i go struck instep 4.04 , i only see sen't messages , i don't see received messages

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

      Did you manage to hit the OnConnectedAsync method?

    • @ThuanTran-lm9pi
      @ThuanTran-lm9pi 11 หลายเดือนก่อน

      ​@@MilanJovanovicTech i found my error and i fixed it, thank you, your next videoi hope you will connect reactjs with this api

  • @priya30081
    @priya30081 11 หลายเดือนก่อน +1

    Where is the Hub class? My builder is not declared correctly, the program is messy. Do you have the complete solution available to download?

  • @igorkalezic4739
    @igorkalezic4739 11 หลายเดือนก่อน +2

    I ran into an issue where postman says it's connected and shows the message sent but there is no message received and my breakpoint in OnConnectedAsync doesn't get hit.

    • @MilanJovanovicTech
      @MilanJovanovicTech  11 หลายเดือนก่อน

      Checked the pinned comment? And the examples in description?

    • @dantheflipman
      @dantheflipman 11 หลายเดือนก่อน

      The examples show the NULL ASCII char being used for the end of the postman request, the one you need to use is the "ASCII code 30 = RS ( Record separator )" character. This fixed it for me.

    • @igorkalezic4739
      @igorkalezic4739 11 หลายเดือนก่อน

      Got it, thanks.

    • @user-yv7vi6nv1f
      @user-yv7vi6nv1f 11 หลายเดือนก่อน

      hey, can you help me with this one ? i tried both "rs" and "?" from the blog and still have the same issue

    • @MilanJovanovicTech
      @MilanJovanovicTech  11 หลายเดือนก่อน

      @@user-yv7vi6nv1f Check pinned comment

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

    Really nice demo. However (like every other demo) you send to all users. What app needs to do this in the real world!? We send to specific users....and that doesn't seem to work

    • @MilanJovanovicTech
      @MilanJovanovicTech  ปีที่แล้ว

      Just need to pass in an Auth header, and get the user with Clients(userId): www.milanjovanovic.tech/blog/adding-real-time-functionality-to-dotnet-applications-with-signalr#sending-messages-to-a-specific-user

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

    Interesting topic, not something I have delved into yet but definitely on the list as I can see the potential usecases. What's a typical approach for identifying users (assuming JWT auth in use with userid/nameidentifier) and directing a message to a specific user?

    • @MilanJovanovicTech
      @MilanJovanovicTech  ปีที่แล้ว

      Just pass the JWT in Auth header and should work fine

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

      @@MilanJovanovicTech does the hub somehow hold the user claim data for each connected client so you can then say issue message to user with username x based on a username value coming from elsewhere in the app?

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

      @@mylesdavies9476 Check out my blog post, this section specifically:
      www.milanjovanovic.tech/blog/adding-real-time-functionality-to-dotnet-applications-with-signalr#sending-messages-to-a-specific-user
      TLDR; Yes - it does hold user info, and I explained how it extracts the User ID.

    • @mylesdavies9476
      @mylesdavies9476 ปีที่แล้ว

      @@MilanJovanovicTech ah that looks perfect! Nice and simple then, thanks 🙂

  • @user-ic5bq9vd2o
    @user-ic5bq9vd2o 18 วันที่ผ่านมา

    I just met: {"error":"Handshake was canceled."} when I firstly connected to the WebSocket after 10 or 20 seconds. Do any one have idea on working with that?

  • @davidmorrison9641
    @davidmorrison9641 2 หลายเดือนก่อน

    Hmm.. I can't get this to work. I downloaded the code, thank you very much for that, and when I run it, the message never hits the breakpoints. I tried both the project you supplied, as well as recreating it from scratch. Not sure what I'm doing wrong.

    • @MilanJovanovicTech
      @MilanJovanovicTech  2 หลายเดือนก่อน

      Could be the wildcard character? (that's what most folks have trouble with)

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

    Can you please make a video on event streaming also where we can leverage the h2 instead of h1.1 on signalR, since net7 already supports upto h3

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

    Nice can you also do a video on handling messages after a message has already been broadcasted but the user was disconnected at the time of the broadcast.

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

    we can do this without installing the library as well. so why installlibrary explicitly?

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

    Hi Milan. I currently want to build a chat module api to be integrated into a mobile App. Is SignalR the best option for one-to-one real time chatting.

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

      It's good, but not that offline clients won't receive messages

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

    I don't understand, how to create a Record Separator at the end

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

      Check the articles in the video description

  • @mishkamishka7468
    @mishkamishka7468 9 หลายเดือนก่อน +1

    OnConnectedAsync method is not being called when I am connecting to hub successfully

    • @MilanJovanovicTech
      @MilanJovanovicTech  9 หลายเดือนก่อน

      You ain't doing it right 😅

    • @mishkamishka7468
      @mishkamishka7468 9 หลายเดือนก่อน

      @@MilanJovanovicTech I have exact same code :D

    • @akg_akgoud
      @akg_akgoud หลายเดือนก่อน

      @@MilanJovanovicTechplease tell how to do it
      I am facing the same issue

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

    what is the shortcut of null termination character ?

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

    How can I use signalr to video calls or voice calls?

  • @user-mo7hs1en8o
    @user-mo7hs1en8o 4 หลายเดือนก่อน

    I Got error message after I connected to the hub {"error":"Handshake was canceled"}

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

    Hi Milan just a quick question that it is sending request every 10 sec is it bad for performance??

    • @MilanJovanovicTech
      @MilanJovanovicTech  ปีที่แล้ว

      No, not really

    • @pilotboba
      @pilotboba ปีที่แล้ว

      I belive you can configure the keep alive ping time. I don't recall if it's a hub setting or a connection setting.

  • @user-gj6ul8ws1i
    @user-gj6ul8ws1i 20 วันที่ผ่านมา

    Can I create a real time order status just like zomato using signalR?

  • @iceneno2491
    @iceneno2491 4 หลายเดือนก่อน

    Excellent !

  • @motorfinger
    @motorfinger 10 หลายเดือนก่อน

    Planning on doing a demo on how to use SignalR when the server has more than one instance (load balancing)? SignalR is quite friendly when the enviroment only have one instance, but when two... the trouble emerge :/

  • @doheavyWeight
    @doheavyWeight 6 หลายเดือนก่อน +1

    I hit postman but not goes to end point hub

    • @MilanJovanovicTech
      @MilanJovanovicTech  6 หลายเดือนก่อน

      Wellp, something is wrong

    • @doheavyWeight
      @doheavyWeight 6 หลายเดือนก่อน

      @@MilanJovanovicTech I thing this ASCII code not running

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

    Which laptop do u use for .NET development?

    • @MilanJovanovicTech
      @MilanJovanovicTech  ปีที่แล้ว

      I use a desktop PC

    • @ranjanpandey2225
      @ranjanpandey2225 ปีที่แล้ว

      @@MilanJovanovicTech any laptop u suggest?

    • @jeremiahgavin9687
      @jeremiahgavin9687 ปีที่แล้ว

      @@ranjanpandey2225 Newer generation(Last 3 years, newer is better) Intel i5 or i7, last 2 years of AMD mobile chips(6000 series and up). Gaming laptops are usually the best bang for buck performance wise although the majority of them have terrible battery life.

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

    I see you started by referencing the client package. I don't think that was needed for this demo, since you were only using the server components. The client package adds the ability for a C# client like Blazor or Maui or whatever client.

  • @princeowusu9854
    @princeowusu9854 ปีที่แล้ว

    It took to a whole 4hours to solve this issue: I don't know what the last character might but please make sure you include it or else you won't be able to connect:
    {"protocol":"json","version":1}

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

      All messages need to end with a null termination character, which is just the ASCII character 0x1E.
      www.milanjovanovic.tech/blog/adding-real-time-functionality-to-dotnet-applications-with-signalr

    • @princeowusu9854
      @princeowusu9854 ปีที่แล้ว

      @@MilanJovanovicTech oh okay. Thanks

  • @umollerstrom
    @umollerstrom 10 หลายเดือนก่อน

    Great! 👍

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

    Does Signalr compatible with DDD? HOW

  • @jodainemoore8300
    @jodainemoore8300 ปีที่แล้ว

    In postman its saying connected but its not hitting my break point in: public override async Task OnConnectedAsync()

    • @MilanJovanovicTech
      @MilanJovanovicTech  ปีที่แล้ว

      Check the blog post for the message format

    • @user-ux6qe9et4x
      @user-ux6qe9et4x ปีที่แล้ว +1

      If you solved the problem, please tell me how. Same situation.

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

      @@user-ux6qe9et4x Read the entire blog carefully, I missed the key information when I skimmed read it. In addition, I found IAmTimCorey signalR video more useful for my level. it goes in depth and shows the other side of signalR using HubConnectionBuilder etc. instead of using Postman.

    • @davittonoyan6537
      @davittonoyan6537 ปีที่แล้ว

      I have the same problem, if you solved can you help me?

  • @kis.stupid
    @kis.stupid ปีที่แล้ว +1

    Great stuff!
    Which tools do you use for editing the video's? How do you add in the emojis and how do you make the beautiful code snippets in your blog?
    What's your recording style / preparation? Copy over / paste snippets? How do you prepare?

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

      - Premiere Pro, recording in OBS
      - Emojis are just images 🤷‍♂️
      - Code snippets for blog are markdown, and then parsed into HTML using a rehype plugin, theme is 'shades of purple'
      - Preparation depends on topic, sometimes a few days, sometimes no preparation when I know the topic from heart
      - I type everything live while recording

    • @kis.stupid
      @kis.stupid ปีที่แล้ว

      @@MilanJovanovicTech Thanks! Live :O I thought you'd record the code first and then voice over, the pacing is amazing.
      & I want to congratulate you on all you've accomplished so far!
      At the start I was a bit skeptical since you're not at the experience level of Derek Comartin or Jason Taylor but you're doing the media thing way better.
      And it seems that your career popped off on the back of Jason Taylor's clean architecture template. Which is fine, you beat most people to it. Well done all around!

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

      @@kis.stupid Record + voiceover is really fu***** difficult for editing...
      Thanks a lot on the congrats! I appreciate you :)
      I may not have experience in years like they do, but I have a lot of hands on experience, and I study a lot, so that makes up for it to some extent.

  • @dcal1736
    @dcal1736 2 หลายเดือนก่อน +3

    OMG. Every example of SignalR is a damn chat app example. Is that all SignalR is good for. It's like showing a code example with how to write a line of code to print Hello World. Geeezzz. How about SignalR with data from a database. Anything other than just a damn chat example.

    • @MilanJovanovicTech
      @MilanJovanovicTech  2 หลายเดือนก่อน +3

      Make a better one

    • @diamond8467
      @diamond8467 หลายเดือนก่อน

      Why does that matter lol. It shows basics of sinalR framework, if you want to learning db connection go elsewhere, it is not database tutorial, mate

  • @ahmedgaber3714
    @ahmedgaber3714 9 หลายเดือนก่อน

    Thank you for this great video i understand vary good .but in postman he gave me that he connected to my url and send argument but gave me error: handshake was cancelled

    • @MilanJovanovicTech
      @MilanJovanovicTech  9 หลายเดือนก่อน

      Try something different? 🤔

    • @ahmedgaber3714
      @ahmedgaber3714 9 หลายเดือนก่อน

      @@MilanJovanovicTech
      i change api project to razor like example in microsoft document then open two window it work ! so where is the problem in api project 😂😂

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

    Somebody has to make a video about how to send a message to a specific user😂

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

      In the meantime: www.milanjovanovic.tech/blog/adding-real-time-functionality-to-dotnet-applications-with-signalr#sending-messages-to-a-specific-user

    • @hexoter
      @hexoter 9 หลายเดือนก่อน

      its very simple , you just need his connectionid , wich u can store in ur dbo. or you cand send to a group wich the user has registered

  • @alekseigwynbleidd9413
    @alekseigwynbleidd9413 7 หลายเดือนก่อน

    Maybe someone could help me finding that ASCII character? i copied one from Milan's pinned comment, but it still doesnt work, im connected , but my breakpoint is not activated

    • @MilanJovanovicTech
      @MilanJovanovicTech  7 หลายเดือนก่อน +1

      Should be this: 
      If not, check here: trailheadtechnology.com/using-postman-with-signalr-websockets-development/

  • @naveenkumar-hx1cx
    @naveenkumar-hx1cx 9 หลายเดือนก่อน

    I have applicationA and applicatioB, from applicationB send message to applicationA is this is possible

  • @user-md8ce3me4p
    @user-md8ce3me4p 11 หลายเดือนก่อน

    tried with postman as you did but only got connected message also debugger didn't hit. No receiveing message at all.
    Many other comments are also related to this issue. If possible kindly take a look :)

    • @MilanJovanovicTech
      @MilanJovanovicTech  11 หลายเดือนก่อน

      I updated the pinned comment to include the ASCII character ''

    • @dantheflipman
      @dantheflipman 11 หลายเดือนก่อน

      The examples show the NULL ASCII char being used for the end of the postman request, the one you need to use is the "ASCII code 30 = RS ( Record separator )" character. This fixed it for me.

  • @lasindunuwanga5292
    @lasindunuwanga5292 5 หลายเดือนก่อน

    You haven't explain how to get record separate character

    • @MilanJovanovicTech
      @MilanJovanovicTech  5 หลายเดือนก่อน +1

      Check the pinned comment

    • @lasindunuwanga5292
      @lasindunuwanga5292 5 หลายเดือนก่อน

      @@MilanJovanovicTech hey, there is no pinned comment

    • @MilanJovanovicTech
      @MilanJovanovicTech  5 หลายเดือนก่อน +1

      @@lasindunuwanga5292 Should be now!

    • @lasindunuwanga5292
      @lasindunuwanga5292 5 หลายเดือนก่อน

      @@MilanJovanovicTech thank you

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

    doesn't work :(

  • @akg_akgoud
    @akg_akgoud หลายเดือนก่อน

    Not hitting break point to chat-hub

    • @MilanJovanovicTech
      @MilanJovanovicTech  หลายเดือนก่อน

      Wrong delimiter character, most likely

  • @davidjackson148
    @davidjackson148 10 หลายเดือนก่อน

    Something missing here. Just followed this exactly and it doesn't work :(

    • @MilanJovanovicTech
      @MilanJovanovicTech  10 หลายเดือนก่อน

      Probably the wildcard character?

    • @davidjackson148
      @davidjackson148 10 หลายเดือนก่อน

      what wildcard char ?@@MilanJovanovicTech

  • @antwanwimberly1729
    @antwanwimberly1729 8 หลายเดือนก่อน

    🇺🇸

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

    ı WANNA SEE YOUR BOOKS

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

    First Viewer 😅

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

    Thanks for the video, in my personal opinion the video didn't add value compared to the thousands of blog posts covering the same example, i would suggest something more advanced like one to one communication with identity, i mean in real world, if you gonna receive a notification or message, it's probably gonna be for you and not a broadcast, just saying 🤷

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

      I still have to make something beginner friendly from to time

    • @THE_NE0
      @THE_NE0 ปีที่แล้ว

      @@MilanJovanovicTech there's enough beginner friendly tutorials out there, that's my opinion 🤷

  • @pbooth88
    @pbooth88 4 หลายเดือนก่อน

    Very rushed tutorial.

  • @fooballers7883
    @fooballers7883 11 หลายเดือนก่อน +1

    This could be really good to use with arduino...any tutorials on that ? Thanks for this video.

  • @melekmuxtarli1675
    @melekmuxtarli1675 3 หลายเดือนก่อน

    I'm not getting a response in Postman🥲I launch the application from the controller, but I don't see it in Postman. I downloaded your source code and ran it, but it didn't work in Postman. Help

    • @MilanJovanovicTech
      @MilanJovanovicTech  3 หลายเดือนก่อน +1

      It's the format of the message being sent from Postman... Check this article www.rafaagahbichelab.dev/articles/signalr-dotnet-postman for the wildcard character

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

    hey I had a minor question that how should i add token auth in the signalr hub

    • @MilanJovanovicTech
      @MilanJovanovicTech  ปีที่แล้ว

      learn.microsoft.com/en-us/aspnet/core/signalr/authn-and-authz?view=aspnetcore-7.0