🌟 Get Source Code: www.patreon.com/CodingDroplets 🔗Blazor Tutorial Series: kzbin.info/aero/PLzewa6pjbr3IQEUfNiK2SROQC1NuKl6PV
@stephanegenet15237 ай бұрын
Amazing ❤. It s a pleasure to learn something else than variable addition in a tutorial.
@CodingDroplets7 ай бұрын
Thank you for your positive feedback! I'm glad to hear that you found the tutorial helpful and that it provided a refreshing learning experience.
@ansongan55838 ай бұрын
How to handle errors in Blazor Server in a unified way? For example, if I throw an error in a method within a service, such as throw new CustomException("email is repeat"), how can the frontend catch it and display a notification? I want to handle it in a centralized manner instead of using try-catch blocks in every method
@oktjona7 ай бұрын
what about to display the uploaded image and files as proof its uploaded to database
@CodingDroplets7 ай бұрын
Thanks for your comment and suggestion! Displaying uploaded images and files as proof of successful upload is indeed a valuable feature. I'll be covering how to implement this functionality in upcoming videos, so stay tuned for that!
@talkathiriify9 ай бұрын
Very useful video. Thank you very much.
@CodingDroplets9 ай бұрын
I'm delighted to hear that you found the video useful! Thank you so much for your feedback.
@myrogitesir70758 ай бұрын
Wow nice video. Please sir can you show us how to create and save report files in pdf in blazor web assembly
@jariyaboonchaleaw85066 ай бұрын
Thanks very helpful
@CodingDroplets6 ай бұрын
Glad to hear that!
@minidragon768 ай бұрын
thanks you
@CodingDroplets8 ай бұрын
You are most welcome!
@oktjona2 ай бұрын
what about pdf
@CodingDroplets2 ай бұрын
PDF generation is entirely different. I'll definitely consider making a video on that topic. Thanks You!