@@codeganesh Hello Ganesh, my name is Delonix Tan and I am your new subscriber here. All of your videos tutorial are truly fantastic. However, I failed to comprehend the usage of [SupplyParameterFromForm] attribute. Could you kindly please elucidate what is the purpose of decorating the Book property with [SupplyParameterFromForm] attribute for both AddNew.razor and Edit.razor components ?
Hey Ganesh, I have watched a number of Blazor CRUD videos and I have to say this is the best. You develop and explain in a real-world way, I love that you take the time to style as you go, this stuff is priceless, well done. You now have one new subscriber.
It is a good course. Thank you Can you make a video of the same CRUD project using interactive Auto & WebAssembly? Is there a way to enable client side validation? The validation errors in SSR are not disappearing unless the form is re-submitted back to server. I think by combining Interactive WebAssembly, we can achieve it. Right?
Great video, easy to follow, but could you extend this example with Authentication, Blazor side and for example API, so you can enter data over Blazor web or over API, both protected
Hi Ganesh, your tutorial is simply fantastic. Thank you very much for your time and knowledge shared here. Hugs from Brazil! Consider the idea of putting together a more comprehensive course on Udemy! I'll be the first to buy it!
Excellent Blazor crud...please make video on .net 8 mvc crud and web api crud with dto,s,repository pattern, dependency injection and async and await operations
Hello Ganesh, my name is Delonix Tan and I am your new subscriber here. All of your videos tutorial are truly fantastic. However, I failed to comprehend the usage of [SupplyParameterFromForm] attribute. Could you kindly please elucidate what is the purpose of decorating the Book property with [SupplyParameterFromForm] attribute for both AddNew.razor and Edit.razor components ?
Hi Delonix, and thanks for commenting. Sorry for the late reply. The [SupplyParameterFromForm] attribute simply indicates that: The data entered in the form should be passed to the Book property. So, for example, if a user enters some data, like, "Blazor in Action" in the EditForm's InputText element whose @bind-Value is set to Book.Title, then that data will automatically be passed to the Book's Title property. So, thus, Book.Title will have the value "Blazor in Action"
hello i get on end this video when deleting blazor.web.js:1 Error: One or more errors occurred. (Root component type 'CrudBooks.Components.Pages.Home' could not be found in the assembly 'CrudBooks'.) at Jn (marshal-to-js.ts:349:18) at Ul (marshal-to-js.ts:306:28) at 00b1ee2e:0x1facb at 00b1ee2e:0x1bf8c at 00b1ee2e:0xf173 at 00b1ee2e:0x1e7e5 at 00b1ee2e:0x1efdb at 00b1ee2e:0xcfed at 00b1ee2e:0x44108 at e. (cwraps.ts:338:24) i cant to delete book cuz book when deleting is null im add the if != null but not work
Hi! Sorry for the late reply. In case you are still having the issue, please make sure (1) in the new project template, you used Server for the Interactive render mode, and Per Page/Component for the Interactivity location, and (2) You set InteractiveServer render mode for the BookCard component. Thanks.
Actually. This is the best video regarding Blazor on RUclips I have ever watched. Thanks a lot. I have subscribed.
INSANE! Best Blazor video, straight to the point, simply perfect, congratulations.
Thank you very much for your comment. Glad the video was helpful. Regards.
@@codeganesh Hello Ganesh, my name is Delonix Tan and I am your new subscriber here. All of your videos tutorial are truly fantastic. However, I failed to comprehend the usage of [SupplyParameterFromForm] attribute. Could you kindly please elucidate what is the purpose of decorating the Book property with [SupplyParameterFromForm] attribute for both AddNew.razor and Edit.razor components ?
really this is the best video about blazor crud in the entire youtube
Hi! Thank you so much for your comment. Regards.
Excellent .NET 8 Blazor CRUD video, precise, clear instructions and very informative. Thank you so much.
Thank you so much for your feedback. Glad you liked my course.
Simplest blazor tutorial ive watched, i understand a lot.. thank you.
Thanks for your comment. You're welcome!
more power to this guy! keep posting this kind of tutorial vids.
Thanks for your comment. I will surely do. Regards.
Hey Ganesh, I have watched a number of Blazor CRUD videos and I have to say this is the best.
You develop and explain in a real-world way, I love that you take the time to style as you go, this stuff is priceless, well done.
You now have one new subscriber.
Thank you so much for your comment. Glad you found my content useful. Thanks for subscribing.
This is the best Blazor video I have watched. You have a talent for teaching.
Thank you so much. Really means a lot.
Best Blazor video I found!
Thank you so much Frank
This is the best video on this topic
Thank you so much for your comment. You're welcome.
how much i appreciate you , is not enough , so patient so clever , you are golden mine bro
Thanks a lot for your appreciation bro. It really means a lot.
Thank you for starting from a blank Solution and explaining everything as you went along.
You're most welcome.
Excellent . Very informative
Thank you so much for your comment. Really appreciate it!
Impressive course. I learned a lot. Thank you.
I look forward to more courses from you.
Thank you so much Don. You're welcome.
Ganesh - I love You, This is what 100% exactly i am looking for. Thank you so much
Thank you Jawahar. Glad you found the content helpful. Thanks once again.
You're amazing as an instructor.
Thank you so much James. Really means a lot.
Thank you so much James.
Thanks!!!. One Question, is possible to use Modal in a Server Side Rendering Component?
Very Good! You deserve 100k subscribers.
Thank you so much for your comment. Glad my content was useful. Love to hear that. Regards.
It is a good course. Thank you
Can you make a video of the same CRUD project using interactive Auto & WebAssembly?
Is there a way to enable client side validation? The validation errors in SSR are not disappearing unless the form is re-submitted back to server. I think by combining Interactive WebAssembly, we can achieve it. Right?
Clear as Day. You have my subscription. And Thanks
Thanks for your comment. You're welcome.
Excellent work.
Thank you very much.
Great video, easy to follow, but could you extend this example with Authentication, Blazor side and for example API, so you can enter data over Blazor web or over API, both protected
Hi Ganesh, your tutorial is simply fantastic. Thank you very much for your time and knowledge shared here. Hugs from Brazil! Consider the idea of putting together a more comprehensive course on Udemy! I'll be the first to buy it!
Thank you so much André! Yes, I like your idea of a more comprehensive course; your support means a lot to me. Thanks once again.
Great ♥ , you deserve 1m subscribers
Thank you so much Bashir
you are best bro
Thank you so much bro.
Excellent! Very Precise! Can you incorporate authentication in your course.
Thank you Suresh. I will try doing it. Cheers!
Really liked the video as it was very informative for a beginner like me..
Thanks. Glad you liked my content.
Excellent Blazor crud...please make video on .net 8 mvc crud and web api crud with dto,s,repository pattern, dependency injection and async and await operations
Thanks for your comment. Yes, I will try doing it. Thanks once again.
Can you please extend this tutorial to include many-to-many relationship.
Sorry for the late reply. I will put what you asked in my todo list. Thanks James.
Thanks
Can you make a course about adding adminLTE layout ?
You're welcome. I will try bro. Thanks for your comment.
Nice course. Well done. Could you do something on Blazor united using Fluent UI for Blazor?
Nice Tutorials
Thank you Dhiren.
Very nice, but...if you put the connectionstring in the frontend ...there is something wrong.
Great video clear and easy to understand! Is there a link to the source code? Thx
very good
Thank you so much.
Hi Ganesh can we get the source code please it would be very helpful, thanks for this wonderful course❤
Hello Ganesh, my name is Delonix Tan and I am your new subscriber here. All of your videos tutorial are truly fantastic. However, I failed to comprehend the usage of [SupplyParameterFromForm] attribute. Could you kindly please elucidate what is the purpose of decorating the Book property with [SupplyParameterFromForm] attribute for both AddNew.razor and Edit.razor components ?
Hi Delonix, and thanks for commenting. Sorry for the late reply. The [SupplyParameterFromForm] attribute simply indicates that: The data entered in the form should be passed to the Book property. So, for example, if a user enters some data, like, "Blazor in Action" in the EditForm's InputText element whose @bind-Value is set to Book.Title, then that data will automatically be passed to the Book's Title property. So, thus, Book.Title will have the value "Blazor in Action"
@@codeganesh Hi Ganesh, is ok never mind. Many thanks for your crystal clear explanation.
thanks
You're welcome.
hello i get on end this video when deleting blazor.web.js:1 Error: One or more errors occurred. (Root component type 'CrudBooks.Components.Pages.Home' could not be found in the assembly 'CrudBooks'.)
at Jn (marshal-to-js.ts:349:18)
at Ul (marshal-to-js.ts:306:28)
at 00b1ee2e:0x1facb
at 00b1ee2e:0x1bf8c
at 00b1ee2e:0xf173
at 00b1ee2e:0x1e7e5
at 00b1ee2e:0x1efdb
at 00b1ee2e:0xcfed
at 00b1ee2e:0x44108
at e. (cwraps.ts:338:24) i cant to delete book cuz book when deleting is null im add the if != null but not work
Hi! Sorry for the late reply. In case you are still having the issue, please make sure (1) in the new project template, you used Server for the Interactive render mode, and Per Page/Component for the Interactivity location, and (2) You set InteractiveServer render mode for the BookCard component. Thanks.