Thank you Julian, you have helped me a lot with my project.
@TestTest-gr6xm Жыл бұрын
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 :))
@CodeWithJulian Жыл бұрын
Haha, same here, that's exactly the reaction I hear
@netspresso3 жыл бұрын
Excellent tutorial Julian!
@utsavpal67342 жыл бұрын
excellent explanation !!! thanks for this tutorial, literally helped me a lot to understand the blazor concept and its flow
@broadshare2 жыл бұрын
Blazor is powerful and fun to work with
@CodeWithJulian2 жыл бұрын
Totally agree, I love it!
@nematullahhussaini42132 жыл бұрын
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.🙏
@madhukarp53652 жыл бұрын
Excellent video !!! Please make some videos on Blazor File upload. Large files(zip files), hangs up the UI.
@hajarzerouali81592 жыл бұрын
Thank you so much, it was an excellent tutorial!
@CodeWithJulian2 жыл бұрын
You're very welcome!
@Schnickalodeon2 жыл бұрын
Awesome Video - Thank you :)
@CodeWithJulian2 жыл бұрын
You're welcome! Thanks for feedback!
@MrBenix1818 ай бұрын
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 ?
@GuildOfCalamity2 жыл бұрын
Very cool. Is there a way to auto-scroll the view so the most recent message will always be visible?
@CodeWithJulian2 жыл бұрын
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!
@BirgaLock7 ай бұрын
Good stuff bro!
@justynaem30862 жыл бұрын
Very helpful video ! I appreciate :)
@CodeWithJulian2 жыл бұрын
Glad to hear that, thanks for the feedback!
@alainverhoeven12292 жыл бұрын
Great stuff!
@harinimuralidharan13672 жыл бұрын
Nice explanation. Could you please also share audio (speech) to text conversion using signalR
@CodeWithJulian2 жыл бұрын
Thanks for the feedback and for your suggestion
@Duelweb Жыл бұрын
The user should be picked up from the login? We should not need to type our name in every time ??
@ThirunavukkarasuMaxine9 ай бұрын
Nice Short Video
@broadshare2 жыл бұрын
Very informative and useful tutorial, thanks. Kindly consider becoming a football ref on part-time 41:26
@CodeWithJulian2 жыл бұрын
Haha, noted!
@shawnsmith89753 жыл бұрын
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?
@CodeWithJulian2 жыл бұрын
Have you tried cloning the source code? Try comparing line-by-line. Hope this helps!
@haruthovsepyan53472 жыл бұрын
very cool
@CodeWithJulian2 жыл бұрын
Thank you!
@comroec2 жыл бұрын
Excellent
@comroec2 жыл бұрын
how to do a private chat? pls
@CodeWithJulian2 жыл бұрын
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!
@Gojam122 жыл бұрын
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.
@CodeWithJulian2 жыл бұрын
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!