🌟 Get Source Code: www.patreon.com/CodingDroplets 🔗 Blazor Tutorial Playlist: kzbin.info/aero/PLzewa6pjbr3IQEUfNiK2SROQC1NuKl6PV
@peterhartman14002 ай бұрын
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.
@CodingDroplets2 ай бұрын
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.
@hnieeffadzli11834 ай бұрын
can we use with microservices architecture. with maybe ocelot api gateway and rabbitMQ as broker?
@CodingDroplets4 ай бұрын
Yes, you can definitely use this with a microservices architecture. Integrating it with an Ocelot API Gateway and RabbitMQ as a broker is feasible.
@bestkingdom88213 ай бұрын
think you for your amazing videos can you make a video for url encoding and eliminate users to write at the url
@CodingDroplets3 ай бұрын
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.
@shaileshpandey62144 ай бұрын
Thanks for such a nice and informative video. Can we use same concept with Blazor Hybrid MAUI App also. ?
@CodingDroplets4 ай бұрын
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!
@egardullrichАй бұрын
@@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.
@ozanvolkan12 ай бұрын
Httpcontext is null. so it does not work What is the reason behind this?
@CodingDroplets2 ай бұрын
Are you using render-mode in login page?
@ozanvolkan12 ай бұрын
@@CodingDroplets which render-mode i just use server prerendered and interactive
@CodingDroplets2 ай бұрын
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.
@KuldeepKumarPatel-y4hАй бұрын
full video provide product razor page
@CodingDropletsАй бұрын
Thanks for your comment! The video focuses on demonstrating the policy-based authorization. Just demonstrated the permissions with a product module.
@oktjona2 ай бұрын
what about with identity
@CodingDroplets2 ай бұрын
Thank you for the suggestion! I’ll be doing a video on Blazor authentication with Identity soon