Hey Patrick I just want to tell you how grateful I am of all the work you put into these videos for all of us! I started a new job a year ago(with no experience) as a dev and right off the bat I was thrown on new projects they wanted built in Blazor.. No one in the team has ever worked with Blazor and I learn best by seeing others do concrete examples so you quickly became my go to when I had questions. Just wanted to let you know how your work actually makes a concrete difference in the world. My bosses love the work I do and it's partly thanks to you :)
Thank you, Patrick, I previously implemented my cart page through child-parent coms ..it can get messy and no doubt you have pointed me in the right direction.
realy my best moment when i a notification come from your channel and my Shopping pleasure is when i buy your Courses im Udemy... special thx for this vedio coz i realy need it. and one thing, plz when you Build some Css with bootstrap.. can you plzzzz explain it and what it does coz realy i dont have time to study bootstrap
This is so nice of you, thank you very much! Means a lot to me. And yes, I try to explain CSS a bit more in the future, but maybe it's not that necessary anymore when we use MudBlazor. 😉
How can you use async to invoke the event? Does it has InvokeAsync like the EventCallback? Couldn't you use an event of type EventCallback instead of an Action?
Hello thank you for great content. But ı wonder how can i keep my value static like ı have a drawer and i bind-open a variable so i have many pages and when i go some other page drawer close itself because it is in mainlayout and default value is false. How can i keep that value when change true or false thank you for your answer.
Hey I have some question about JWT Token, do u think that I can use it in my ASP Net RAZOR applictation with razor pages? or JWT are only for API RESTful?
Another easy option to send parameters: ToggledChanged="(toogleValue=>EventDarkMode.InvokeAsync(toogleValue))" in this option you can send the value of the Toggle Button.
I am confused as to why the callback event in the NotificationCount component is needed. Couldn’t we just implement the resetCount method and assign it to @onclick (built in event of a button) ? Thanks for your videos! They’re always very informative and helpful. EDIT- one more question…how did the NotificationCount component ended up in the top right corner? I couldn’t find where it was added to the navbar or to the MainLayout? Thanks again 😊
No joke, i think these are the best tutorials out there! Not to long or boring, but not to fast so we cannot understand!
Amazing!
Thank you so much for your kind words! Really appreciate it! 😊
Hey Patrick I just want to tell you how grateful I am of all the work you put into these videos for all of us! I started a new job a year ago(with no experience) as a dev and right off the bat I was thrown on new projects they wanted built in Blazor.. No one in the team has ever worked with Blazor and I learn best by seeing others do concrete examples so you quickly became my go to when I had questions. Just wanted to let you know how your work actually makes a concrete difference in the world. My bosses love the work I do and it's partly thanks to you :)
This is just awesome! Thank you so much for sharing that. Means a lot to me! 😊
Very good lesson from God
Beautiful. Thank you so so much for playing a major role in the blazor community. People like you are our backbone.
Wow, thank you so much for your feedback! Appreciate it! 😊
Thank you for the video Patrick. Cheers from Brazil 🇧🇷 :)
My pleasure! Thanks a lot for your feedback! 😊
As always, well presented. Nice bite sized chunk of Blazor information.
Thank you very very much, Bruce! Appreciate it! 😁
subscribed becasue of the cheezy subscription plug....and because the content is great!
Thanks a lot! 😊
Amazing.
Thank you so much!
Glad you liked it!😊
Nice, compact, informative. Thanks Patrick!
Appreciate it! Thanks a lot for your feedback, Povilas! 😊
Very nice, Patrick! Clear explanation and examples of how these work. I learned a lot!
Thank you very very!!! Great and clear tutorial.Real Time Saver.
Glad you liked it! Thanks for your feedback!
Thanks for the great tutorial! Clear and informative. Very much appreciated!!!
You're very welcome! Thank you so much for your feedback! 😊
Awesome content. Thanks for sharing!
Glad you enjoyed it! Thanks a lot for your feedback!
As always, very clear and engaging. Thank you very much for these tutorials, very useful even if short.
Glad you like them! Thanks a lot for your feedback, Antonio! 😊
Cool, reminded me of Angular services
Thanks for the video . "In essence"
Thank you, Patrick, I previously implemented my cart page through child-parent coms ..it can get messy and no doubt you have pointed me in the right direction.
Glad I could help! Thanks a lot for your feedback, Kevin! 😊
Thank you! Very informative.
Thanks a lot for your feedback! 😊
The "state" is also called Store in Vue - first learnt about it in SingletonSean videos. Powerful stuff
awesome stuff !!
Glad you think so! Thank you very much! 😊
420th like time to blazor it up 🔥
😂 🤦🏾♂️
Do you read my mind? As soon as I'm pondering and studying a topic -- you make a video about it.
Haha, glad I could help! Thanks for sharing that, Luke. 😊
Nice video thanks
Most welcome! Thanks for your feedback! 😊
Amazing! event can bind to the StateHasChanged function!!!!! Amazing!
realy my best moment when i a notification come from your channel and my Shopping pleasure is when i buy your Courses im Udemy... special thx for this vedio coz i realy need it.
and one thing, plz when you Build some Css with bootstrap.. can you plzzzz explain it and what it does coz realy i dont have time to study bootstrap
This is so nice of you, thank you very much! Means a lot to me. And yes, I try to explain CSS a bit more in the future, but maybe it's not that necessary anymore when we use MudBlazor. 😉
How does Dispose method get called?
How can you use async to invoke the event? Does it has InvokeAsync like the EventCallback? Couldn't you use an event of type EventCallback instead of an Action?
thank you very mush
Hello thank you for great content. But ı wonder how can i keep my value static like ı have a drawer and i bind-open a variable so i have many pages and when i go some other page drawer close itself because it is in mainlayout and default value is false. How can i keep that value when change true or false thank you for your answer.
Hey there! Thanks for your feedback. 😊 Have you tried using a service for that matter? Hope this helps. Take care, Patrick
@@PatrickGod I did not try that. But i have to do i think because no easy way to do that :(
Please do details video on state management
It would be great if you create video about external login. It's helpful and handy :)
Hey I have some question about JWT Token, do u think that I can use it in my ASP Net RAZOR applictation with razor pages? or JWT are only for API RESTful?
Another easy option to send parameters: ToggledChanged="(toogleValue=>EventDarkMode.InvokeAsync(toogleValue))" in this option you can send the value of the Toggle Button.
❤
I am confused as to why the callback event in the NotificationCount component is needed. Couldn’t we just implement the resetCount method and assign it to @onclick (built in event of a button) ? Thanks for your videos! They’re always very informative and helpful.
EDIT- one more question…how did the NotificationCount component ended up in the top right corner? I couldn’t find where it was added to the navbar or to the MainLayout? Thanks again 😊
I have the same question about how did the NotificationCount component ended up in the top right corner.