Actually. This is the best video regarding Blazor on KZbin I have ever watched. Thanks a lot. I have subscribed.
@darrenwe15 күн бұрын
Excellent set of videos. I had two issues. 1. With interactive mode, it only seems to work with I set it a the List.Razor (Page level). When I put it at the Component level of the card, it wouldn't work. After delete, the data is deleted from the db. But when the list appears, it's still there. I had to change my NavigateTo "Navigation.NavigateTo("/?reload=true", forceLoad: true);" which seemed to work. I'm going to do the lesson over, just to make sure I didn't miss anything. Anyway, great, great set of lessons.
@luisbarreto1443Ай бұрын
Excellent! Thank you very much for sharing!
@luisbarreto1443Ай бұрын
Excellent! Thank you very much for sharing!
@luisbarreto1443Ай бұрын
Excellent! Thank you very much for sharing!
@luisbarreto1443Ай бұрын
Excellent! Thank you very much for sharing!
@luisbarreto1443Ай бұрын
Excellent! Thank you very much for sharing!
@luisbarreto1443Ай бұрын
Excellent! Thanks for sharing!
@mergeconflict1496Ай бұрын
Thanks for clarification. I was very confused between these.
@codeganesh13 күн бұрын
You're welcome!
@ramashankar2750Ай бұрын
Thank you, You illuminated me on the nuances of upgrade needed for every .net version released yearly - a nightmare with solutions having 100 projects and to test all.
@obewan-kenobiАй бұрын
Nice video, can you provide the source code?
@kesavavissamsetti52372 ай бұрын
while editing new value not updating..
@codeganeshАй бұрын
Hello. Make sure you called "await context.SaveChangesAsync();" in the BookRepository's UpdateAsync method.
@kesavavissamsetti52372 ай бұрын
Thanks
@codeganeshАй бұрын
You're welcome.
@frankfinken83782 ай бұрын
Best Blazor video I found!
@codeganeshАй бұрын
Thank you so much Frank
@ymtan2 ай бұрын
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 ?
@codeganeshАй бұрын
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"
@ymtanАй бұрын
@@codeganesh Hi Ganesh, is ok never mind. Many thanks for your crystal clear explanation.
@SBDavin2 ай бұрын
Good video - thank you. 6:14 I think it is misleading to say that Razor Pages and MVC do not provide a component-based programming model. Both actually do. For Razor Pages and MVC, you can use Tag Helpers, Razor Components, View Components, and Partial Views.
@codeganeshАй бұрын
Hi. Thanks for your comment. What I meant was, Razor Pages and MVC by themselves lack a component-based programming model, in the stricter sense of "Razor components". So, yes, if we consider Tag Helpers, View Components and Partial Views as components in a broader sense, you're definitely right; Razor Pages and MVC do support this model. Thanks for pointing it out.
@janwong57662 ай бұрын
Is the CSR that you mentioned equivalent to WebAssembly?
@codeganesh2 ай бұрын
Hi. Sorry for the late reply. Yes, you are right. CSR (Client-Side Rendering) refers to a component running in Blazor WebAssembly.
@saroshwadia3 ай бұрын
Great video clear and easy to understand! Is there a link to the source code? Thx
@darkside3ng3 ай бұрын
This is amazing!!! Thanks for your time in producing this video
@codeganesh3 ай бұрын
Thank you so much for your comment. You're welcome.
@billvanheulen67003 ай бұрын
This is the best Blazor video I have watched. You have a talent for teaching.
@codeganeshАй бұрын
Thank you so much. Really means a lot.
@cissemy3 ай бұрын
Which one do you recommend ?
@codeganesh3 ай бұрын
I recommend Blazor going forward because it is full stack and can be used for building both server-rendered and client-rendered web UIs.
@AND1TFC28 күн бұрын
Depends on yours and the app needs
@ufukoztopcu83353 ай бұрын
Differences of three frameworks are clearly explained. Many thanks.
@codeganesh3 ай бұрын
Thank you so much for your comment. You're welcome.
@MuthuKumaran-md7tv4 ай бұрын
Best presentation ever for render modes , interactivity.. Thank you..
@codeganeshАй бұрын
Thank you so much Muthu.
@snamit80284 ай бұрын
Thanks you for this video can you make video on handling login sessions
@codeganeshАй бұрын
Hi. You're welcome. And sorry for the late reply. Sure, I will add that into my todo list.
@Corey80074 ай бұрын
I created the delete function as shown, but when i click delete i get an unhandled error exception: No object instance was found.
@waleedbensumaidea39474 ай бұрын
Thank you so much for this great video. Would you like make more videos about Blazor with js introp with more complex scenarios that happens in real world some times like when use bootstrap template that has its own js files, those files causes problems
@codeganeshАй бұрын
You're welcome. I will definitely add JS Interop scenarios to my todo list.
@kd_alanazi5 ай бұрын
Thanks for great tutorial and how can we get the source code ?
@stephenhutasoit55705 ай бұрын
I'm looking for you course, is there any link to sign up?
@codeganesh4 ай бұрын
Hi. You can check my channel playlist here kzbin.info/aero/PLVSMgoNxQkBOzYk7rNRYrotWqhbTRw-2-
@RadheKrishna-s4n5 ай бұрын
Hi Ganesh can we get the source code please it would be very helpful, thanks for this wonderful course❤
@rashoElhasa5 ай бұрын
Is it possible with EF in .NET to read data from a View?
@robotinike5 ай бұрын
very good, thanks for this video
@codeganeshАй бұрын
Thank you so much. And you're welcome.
@vishalgangapuram62395 ай бұрын
well explained
@codeganeshАй бұрын
Thank you so much VIshal.
@jayjorneypua81745 ай бұрын
WHERE'S THE SOURCE CODE?
@DfrlonlineMeetings6 ай бұрын
Very Helpful. I really got benefited with the course. please post frequently.
@codeganeshАй бұрын
Thank you so much. Sure, I will post frequently.
@ДарьяБондарева-р4г6 ай бұрын
This is the best video on this topic <3 Thank you very much! You are my savior. If your video didn't exist, I wouldn't have written a my summer practice with a blazor
@codeganeshАй бұрын
Thank you so much for your comment. You're welcome.
@jameskayihura16756 ай бұрын
You're amazing as an instructor.
@codeganeshАй бұрын
Thank you so much James. Really means a lot.
@codeganeshАй бұрын
Thank you so much James.
@skynet99146 ай бұрын
how much i appreciate you , is not enough , so patient so clever , you are golden mine bro
@codeganeshАй бұрын
Thanks a lot for your appreciation bro. It really means a lot.
@buba64226 ай бұрын
Thank you for starting from a blank Solution and explaining everything as you went along.
@codeganeshАй бұрын
You're most welcome.
@Don-ii4vm6 ай бұрын
Impressive course. I learned a lot. Thank you. I look forward to more courses from you.
@codeganeshАй бұрын
Thank you so much Don. You're welcome.
@skynet99146 ай бұрын
you are best bro
@codeganeshАй бұрын
Thank you so much bro.
@RecipeNama7 ай бұрын
very valuable
@codeganeshАй бұрын
Thank you so much.
@hoanghung28097 ай бұрын
you have git ? please give me link souce !
@BashirManteq7 ай бұрын
Great ♥ , you deserve 1m subscribers
@codeganeshАй бұрын
Thank you so much Bashir
@navindalmia7 ай бұрын
Really liked the video as it was very informative for a beginner like me..
@codeganeshАй бұрын
Thanks. Glad you liked my content.
@waynegreen79707 ай бұрын
Good content!
@codeganeshАй бұрын
Thank you so much Wayne.
@anomalii77207 ай бұрын
Very nice, but...if you put the connectionstring in the frontend ...there is something wrong.
@RouteDeTours7 ай бұрын
This series is extremely well done. It is a pity more posters are not like yourself. Your series has helped me learn Blazor more than all the other posters put together. Many thanks!