🌟 Get Source Code: www.patreon.com/CodingDroplets 🔗 Blazor Tutorial Playlist: kzbin.info/aero/PLzewa6pjbr3IQEUfNiK2SROQC1NuKl6PV
@leander41513 күн бұрын
HttpContext is null, why?
@CodingDroplets11 күн бұрын
You might be using render-mode in login page.
@peterhartman14004 ай бұрын
Finally a sample that does work. Thanks for your great video. Very clear. By the way, when you paste some code in, wait a few seconds before you switch to another file. I had those "wait! what?! where?!" moments.
@CodingDroplets4 ай бұрын
Thank you so much! Glad to hear that. I appreciate the feedback about the pacing when switching files. I'll definitely keep that in mind for future videos.
@ozanvolkan14 ай бұрын
Httpcontext is null. so it does not work What is the reason behind this?
@CodingDroplets4 ай бұрын
Are you using render-mode in login page?
@ozanvolkan14 ай бұрын
@@CodingDroplets which render-mode i just use server prerendered and interactive
@CodingDroplets4 ай бұрын
To submit the form as a normal HTTP post, you should not use any render modes in your Login page. If you use Server Side Rendering, the Blazor application relies on SignalR for its functionality, which may cause HttpContext to be null. For traditional form submissions, try removing the render mode configuration.
@bestkingdom88215 ай бұрын
think you for your amazing videos can you make a video for url encoding and eliminate users to write at the url
@CodingDroplets5 ай бұрын
Thank you for your kind words! I'm glad you find the videos helpful. Yes, I'll cetainly consider making a video on URL encoding and how to prevent users from tampering with the URL. Stay tuned for more content.
@Wilock1Ай бұрын
Love this tutorial. I tried to sign up for your Patreon to get the source code for further inspection, but it wouldn't let me. Just kept getting "Something went wrong. Please refresh the page to try again" errors. Tried for two days and gave up. Do you have any other way to downloading the source code for this project? Edit: Got the issue sorted out and joined your Patreon page.
@CodingDropletsАй бұрын
Thank you so much for your support and for letting me know! 😊 I’m glad to hear you got the issue sorted out and joined my Patreon page.
@hnieeffadzli11836 ай бұрын
can we use with microservices architecture. with maybe ocelot api gateway and rabbitMQ as broker?
@CodingDroplets6 ай бұрын
Yes, you can definitely use this with a microservices architecture. Integrating it with an Ocelot API Gateway and RabbitMQ as a broker is feasible.
@shaileshpandey62146 ай бұрын
Thanks for such a nice and informative video. Can we use same concept with Blazor Hybrid MAUI App also. ?
@CodingDroplets6 ай бұрын
Thank you for your kind words! There are slight differences when implementing this concept with a MAUI-Blazor Hybrid App. We'll be doing a video on this soon to cover those details. Stay tuned!
@egardullrich3 ай бұрын
@@CodingDroplets It would be great if you can do it. I can't find a good example anywhere how to implement the same concepts for a MAUI-Blazor Hybrid App either.
@oktjona4 ай бұрын
what about with identity
@CodingDroplets4 ай бұрын
Thank you for the suggestion! I’ll be doing a video on Blazor authentication with Identity soon
@KuldeepKumarPatel-y4h3 ай бұрын
full video provide product razor page
@CodingDroplets3 ай бұрын
Thanks for your comment! The video focuses on demonstrating the policy-based authorization. Just demonstrated the permissions with a product module.