Create Chat Application using Angular and .Net (SignalR) | Group Chat Feature | Angular Project |

Поделиться
HTML-код
  • Опубликовано: 17 дек 2024

Комментарии • 43

  • @letsprogram30
    @letsprogram30  Год назад

    To display the notification I will create a new video to demonstrate 😊

    • @AbuBakrSadiqi-b7t
      @AbuBakrSadiqi-b7t 6 месяцев назад

      if you created that video please put the link to us

  • @piusashogbon623
    @piusashogbon623 Год назад +1

    Wonderful. You always amaze me with your amazing tutorials

  • @linhnghiem943
    @linhnghiem943 Год назад +1

    wonderful work as usual !!!!

  • @kasunkanchanamusik
    @kasunkanchanamusik Год назад +1

    Lets go❤

  • @syamprasad-k7z
    @syamprasad-k7z 4 месяца назад

    Nice tutorial

  • @LarsRyeJeppesen
    @LarsRyeJeppesen Год назад

    Cool stuff

  • @lsd420
    @lsd420 7 месяцев назад

    Did everything as the tutorial said but at the part in 50:30 I get this error:
    Error: Connection disconnected with error 'Error: Server returned an error on close: Connection closed with an error.'.
    I have no real clue how to tackle this issue and where something went wrong. I'm using Angular 17 with .Net 7, could it be because of the Angular version?

    • @letsprogram30
      @letsprogram30  7 месяцев назад

      You can DM on insta let’s fix it together!

  • @MuhammadAhmed-ey7pf
    @MuhammadAhmed-ey7pf Год назад

    Interested
    Good Keep it up brother

  • @harithareddy4308
    @harithareddy4308 9 месяцев назад +1

    Hi Sir
    I have implemented in angukar 14, everything is fine connection is established, but connection.on method is not triggered
    can you help me on this

  • @manooj8502
    @manooj8502 10 месяцев назад

    Lots of love sir please bring one to oneprivate chat also ❤❤❤

  • @kailashram7302
    @kailashram7302 Год назад

    Thankyou so much sir ❤❤❤

  • @daisy_haniii
    @daisy_haniii Год назад

    Hi, Love your content. Just a small improvement you can do is zoom in to the the file. The font will be bigger and it will improve our video experince. Thnx.

  • @KartikAgrawal1430
    @KartikAgrawal1430 Год назад +1

    i am using web api in dotnet core 6 for angular project.. so can i implement signalR in that web api ?

  • @Magda-l5p
    @Magda-l5p 11 месяцев назад +1

    Could you create a tutorial for uploading files in .NET?

  • @SztosekPaprotek
    @SztosekPaprotek Год назад

    Hi, could you make also a video about using Azure Blob Storage (images) in projects done with Angular and .NET? :D

  • @Дмитро-ы2л
    @Дмитро-ы2л 7 месяцев назад

    Все видео с SignalR только о создании чатов. Неужели нельзя показать примеры другого использования?

  • @bhagyabhagi5455
    @bhagyabhagi5455 9 месяцев назад

    Bro can you pls create video for connect with assistant agent using asp. Net core with angular

  • @tomer_stern
    @tomer_stern Год назад

    is there a chance we could get the code used in this video? It would really help me follow along. Thanks!

    • @letsprogram30
      @letsprogram30  Год назад +1

      Sure I will update the link in the description

  • @2558896666
    @2558896666 9 месяцев назад

    I am using windows for Visual Stuido, Can i use the same source code which you used it above ?

    • @letsprogram30
      @letsprogram30  9 месяцев назад

      Yes

    • @2558896666
      @2558896666 9 месяцев назад

      Hi I am unable to run the application after getting source code, should i install anything npm etc, or could you help me out please ?@@letsprogram30

  • @nidhishkumar986
    @nidhishkumar986 5 месяцев назад

    Cant we make one to one also?

    • @letsprogram30
      @letsprogram30  5 месяцев назад

      Yes we can just make sure to add them as separate group with only two connectionIds

  • @mahdiandalib186
    @mahdiandalib186 Год назад

    what should someone do if he doesnt know backend?

    • @letsprogram30
      @letsprogram30  Год назад +1

      I have did it step by step, so you can try to do it by your own. if you are facing any issue during your learning you can connect with me on Instagram will help you with all your doubts

    • @mahdiandalib186
      @mahdiandalib186 Год назад

      thx@@letsprogram30

  • @informer9261
    @informer9261 10 месяцев назад

    Please upload angular with dotnet ecommerce application

  • @fullkanks2644
    @fullkanks2644 10 месяцев назад

    I'm currently 1h and 36 sec in the video i came across this error saying
    join-room.component.ts:30 Error: Cannot send data if the connection is not in the 'Connected' State.
    at HttpConnection.send (HttpConnection.js:90:35)
    at _HubConnection._sendMessage (HubConnection.js:296:32)
    at _HubConnection._sendWithProtocol (HubConnection.js:307:25)
    at HubConnection.js:361:39
    at new ZoneAwarePromise (zone.js:1422:21)
    at _HubConnection.invoke (HubConnection.js:339:19)
    at _ChatService. (chat.service.ts:45:28)
    at Generator.next ()
    at main.js:18:61
    at new ZoneAwarePromise (zone.js:1422:21)
    it has something to do with chat.service & join-room

    • @fullkanks2644
      @fullkanks2644 10 месяцев назад

      okay actually i took a look at it right and basically its because when I leave the chat it i think makes it go offline and cant be rejoined unless I restart the entire page

    • @fullkanks2644
      @fullkanks2644 10 месяцев назад

      i solved the problem by reloading the page when i pressed leave chat just to find out that's what you did at 1:15:46