Definitely! I haven't looked into it very deeply but you should be able to do this with JSInterop. Try googling Blazor auto scroll textarea to bottom. Hope this helps!
Hi, is it possible to send and received messages from 2 different components (.razor) ? On component sends the message and another (or many others) can receive it ?
So SignalR in my Blazor Server Application doesn't work when I added in a log in system, this login system I am using is Azure AD, login works great the issue is SignalR fails at await hubconnection.StartAsync(); do you know why this is?
Hi there, you'll need to integrate identity in your application (i.e: ASP.NET Identity). I'll make a tutorial on this in the future. In the meantime, I believe Patrick God already has one like this. Hope this helps!
I get a Squiggly line in the razor page on the client in the using statement and I did install the package for some reason my nuget installed version 1.1.0 and I changed it manually to yours but it still giving an error.
Hmm odd, sometimes Visual Studio does that for whatever reason. I'd say do a clean and rebuild. Failing that, copy the Chatty.csproj contents char for char into yours and see if that's fixing it. Hope this helps!
Thank you Julian, you have helped me a lot with my project.
excellent explanation !!! thanks for this tutorial, literally helped me a lot to understand the blazor concept and its flow
You Asked about blazor, and how we work with it.
BLazor is a great framework, finally i can work on web application without need of using JS :))
Haha, same here, that's exactly the reaction I hear
Blazor is powerful and fun to work with
Totally agree, I love it!
Excellent tutorial Julian!
Thank you so much, it was an excellent tutorial!
You're very welcome!
Very cool. Is there a way to auto-scroll the view so the most recent message will always be visible?
Definitely! I haven't looked into it very deeply but you should be able to do this with JSInterop. Try googling Blazor auto scroll textarea to bottom. Hope this helps!
wonderful work, thank you!! and please make some more video in Blazor, I mean if you can make a playlist of bigger real project in Blazor.🙏
The user should be picked up from the login? We should not need to type our name in every time ??
Hi, is it possible to send and received messages from 2 different components (.razor) ? On component sends the message and another (or many others) can receive it ?
Awesome Video - Thank you :)
You're welcome! Thanks for feedback!
Very helpful video ! I appreciate :)
Glad to hear that, thanks for the feedback!
Very informative and useful tutorial, thanks. Kindly consider becoming a football ref on part-time 41:26
Haha, noted!
Excellent video !!! Please make some videos on Blazor File upload. Large files(zip files), hangs up the UI.
Nice explanation. Could you please also share audio (speech) to text conversion using signalR
Thanks for the feedback and for your suggestion
So SignalR in my Blazor Server Application doesn't work when I added in a log in system, this login system I am using is Azure AD, login works great the issue is SignalR fails at await hubconnection.StartAsync(); do you know why this is?
Have you tried cloning the source code? Try comparing line-by-line. Hope this helps!
Good stuff bro!
Nice Short Video
Great stuff!
how to do a private chat? pls
Hi there, you'll need to integrate identity in your application (i.e: ASP.NET Identity). I'll make a tutorial on this in the future. In the meantime, I believe Patrick God already has one like this. Hope this helps!
very cool
Thank you!
I get a Squiggly line in the razor page on the client in the using statement and I did install the package for some reason my nuget installed version 1.1.0 and I changed it manually to yours but it still giving an error.
Hmm odd, sometimes Visual Studio does that for whatever reason. I'd say do a clean and rebuild. Failing that, copy the Chatty.csproj contents char for char into yours and see if that's fixing it. Hope this helps!
Excellent