Also I confirm: one of the best video I found on blazor architecture; plus it is immediate the clarity of explanations and also these 3 hours are very smooth and not heavy to see
Hi, Frank. I faced an error at Editform to delete data 2:29:50 when i run with debugging mode. but when i run without debugging (as your demo), it works correctly. Could you explain me about this ?
Is weird, my project kept getting losing track of the new components. I had to do several clean and rebuilds along with restarting visual studio. What a headache.
Any idea why it is displaying the messages in the rendered web pages twice? Is it something to do with the class being instantiated (1st message), and then later we explicitly display a property - which causes the message to be displayed again?
Hi Frank, I like this tutorial and your teaching style. May I ask what the Wireframe application is (the "white board" you are using to describe those Blazor concepts) ? Thank you.
Hi. I m watching the video and at 2:05 (Navigation back to server after update ) i take an exception --> (Microsoft.AspNetCore.Components.NavigationException: 'Exception_WasThrown' ). Can you help please?
@@tejaswitamhaiskar5553 Sorry for late reply, but you can turn off break if this exception get thrown. the method still works and will navigate to the desired link.
Hi Frank, I’ve bought this course in Udemy. I need to learn WASM specifically… I know it can be a silly question but would you recommend to go right to de WASM part (skip the SSR section) or definitely will be better to take the entire course?? It’s just that I’m running late for a school project. Best regards. Thanks.
Hi...does browser get full html then blazor.web.js will compare current documet with incoming full html then change the diferent between them ???...or the browser get only partial imcoming html the update the dom ??
If you are referring to SSR, the first request will get full HTML unless you are using stream rendering. After that , requests are intercepted by the Blazor. Web.js and it sends fetch request and does partial update.
2:29:10 Can confirm the refresh works as expected again. I had a Navigation Exception earlier in the project but this works fine. MS seems to be struggling getting all these different render modes correctly through the compiler (not entirely unexpected, I'd say).
@@FrankLiuSoftware Thanks for your generosity, Frank. This was really good. I was just wondering, near the end, we go to an interactive setup. Does this negatively impact the way methods are called using the EditForm in any way or can you use both ways in a component set to InteractiveServer rendering without issues?
Can you create more beginner friendly C# videos, like how to build stuff, like projects. am a frontend dev, and wanting to learn and move to backend development. i recently started learning about C#, and I want to become good
App, route, layout: not very elegant if u ask me. Microsoft sometines makes things work in a very ugly way, they should look more at open sourc3 to learn to set things up more intuitively. To make the distinction more clear between server and webapp components, this guy chooses as example app a server management system, what a nerd 😅
Frank, I didn’t know how to contact you. The virtualize html attribute is not working after I updated visual studio 2022. @typeparam also is not being recognised. Any help on this would be appreciated
Did you try to restart visual studio or reboot the computer? If it is truly caused by visual studio updates, you will have to wait for the next update. There is not much you can do about it. But it shouldn't affect your production environment.
@@FrankLiuSoftware I rebooted and restarted the computer several times. Blazor just refuses to recognise the virtualise and typeparam. I am using visual studio 2022 version 17.10.1.
VS has been a mess, I had TypeScript warnings in this project specifically and randomly generated warnings for width and height set on img tags... All seems good after today's update, it even seems to recognize the container css rule now.
Honestly, drop VS and go for Rider. Totally worth the 15 euros/month(or totally free with an educational license). I'm a software engineering teacher, and half of the time I'm debugging VS for my students instead of the actual code 🙄
One of the best tutorial on UA-cam
You explain this material like nothing I have seen before. Your code works so well. Excellent job!!!!
Also I confirm: one of the best video I found on blazor architecture; plus it is immediate the clarity of explanations and also these 3 hours are very smooth and not heavy to see
The best Tutorial i have found in youtube to learn blazor. recommended..
Thank you for this excellent video! Your explanation of Blazor concepts was clear and concise, making it much easier to understand.
I have purchased this course on Udemy and I really like your course
Bought your course on Udemy ! Great stuff!
Thank you Frank. It's a great tutorial with a blend of easy-to-understand practical and theoretical lessons.
the best tutorial on UA-cam!
Definitely a good course, explained with just the right amount of depth. I bought your course on Udemy. Keep it up! :)
Great video, thank you!
One of the best tutorial on UA-cam ✔✔✔✔✔✔✔✔✔✔
Grazie.
Thank you!
Awesome tutorial to get started with Blazor. Thanks 😊
Very good course. Worth any minute.
感謝,英文不好的我,但是依然可以看完並學習,非常清楚明瞭.
Hi, Frank. I faced an error at Editform to delete data 2:29:50 when i run with debugging mode. but when i run without debugging (as your demo), it works correctly. Could you explain me about this ?
So clearly explained, thank you
Excellent. Thanks!!
Great video, helped me very much. I have a question, how to handle row doubleclick on customers list ?
@Frank Liu 15 minutes in... excellent content.
Didnt event get 15 mins. 8:17 secs of explanations and I was already hooked.
Is weird, my project kept getting losing track of the new components. I had to do several clean and rebuilds along with restarting visual studio. What a headache.
Can you please tell me what is relationship of Import. razor mean that @using compenents??
Any idea why it is displaying the messages in the rendered web pages twice? Is it something to do with the class being instantiated (1st message), and then later we explicitly display a property - which causes the message to be displayed again?
Really good!
Can you pls share link of another video related to webassembly interactivity.
Thank you
Hi Frank, I like this tutorial and your teaching style. May I ask what the Wireframe application is (the "white board" you are using to describe those Blazor concepts) ? Thank you.
Just go to draw.io
Nice. This will get me to the point where I can Proof of concept my web app idea. Thank you! Is there an API associated with this?
There is no API for this course.
👍👍👍
Hi. I m watching the video and at 2:05 (Navigation back to server after update ) i take an exception --> (Microsoft.AspNetCore.Components.NavigationException: 'Exception_WasThrown'
). Can you help please?
Did you find its solution ? I’m also getting the same error,
@@tejaswitamhaiskar5553 Sorry for late reply, but you can turn off break if this exception get thrown. the method still works and will navigate to the desired link.
Hello Frank, I would like to purchase several of your udemy courses, do you please have a discount code to give me?
Please check out the description area. All links have coupons assicy.
Very good tutorial
Hi Frank, I’ve bought this course in Udemy. I need to learn WASM specifically… I know it can be a silly question but would you recommend to go right to de WASM part (skip the SSR section) or definitely will be better to take the entire course??
It’s just that I’m running late for a school project. Best regards.
Thanks.
I definitely recommend watching everything. Most of the knowledge about Blazor SSR and Server interactivity is the same as WASM.
@@FrankLiuSoftware thanks for taking the time Frank, and thanks for this excellent course.
I am making a project in my case my pages are reloading but I am using Blazor web app why it is happening can you please help me?
I am not sure what is happening with your project. Could you elaborate?
Why is Crystal Report not working in Blazor .net 8?
It is a good question for the company.
Hi...does browser get full html then blazor.web.js will compare current documet with incoming full html then change the diferent between them ???...or the browser get only partial imcoming html the update the dom ??
If you are referring to SSR, the first request will get full HTML unless you are using stream rendering. After that , requests are intercepted by the Blazor. Web.js and it sends fetch request and does partial update.
@@FrankLiuSoftware thanks...can you show me the fetch request and the pure response from server in the next video ??
2:29:10 Can confirm the refresh works as expected again. I had a Navigation Exception earlier in the project but this works fine. MS seems to be struggling getting all these different render modes correctly through the compiler (not entirely unexpected, I'd say).
I tried it and it does work now.
@@FrankLiuSoftware Thanks for your generosity, Frank. This was really good. I was just wondering, near the end, we go to an interactive setup. Does this negatively impact the way methods are called using the EditForm in any way or can you use both ways in a component set to InteractiveServer rendering without issues?
Can you create more beginner friendly C# videos, like how to build stuff, like projects.
am a frontend dev, and wanting to learn and move to backend development.
i recently started learning about C#, and I want to become good
Can you make a full Udemy course on Entity framework?
Yes, that is on my radar.
Where can I get the source code?
Check out the description please.
@@FrankLiuSoftware I entered my name and email id but the page is still showing "Success! You will be redirected shortly."
App, route, layout: not very elegant if u ask me. Microsoft sometines makes things work in a very ugly way, they should look more at open sourc3 to learn to set things up more intuitively.
To make the distinction more clear between server and webapp components, this guy chooses as example app a server management system, what a nerd 😅
Why are you putting repositories in the models folder and methods in the models. Its confusing and not based on proper convention.
About render modes ua-cam.com/video/HZAdXx7-PnM/v-deo.html
Another tutorial video with only half info....🤡
Frank, I didn’t know how to contact you. The virtualize html attribute is not working after I updated visual studio 2022. @typeparam also is not being recognised. Any help on this would be appreciated
Did you try to restart visual studio or reboot the computer?
If it is truly caused by visual studio updates, you will have to wait for the next update. There is not much you can do about it.
But it shouldn't affect your production environment.
@@FrankLiuSoftware I rebooted and restarted the computer several times. Blazor just refuses to recognise the virtualise and typeparam. I am using visual studio 2022 version 17.10.1.
VS has been a mess, I had TypeScript warnings in this project specifically and randomly generated warnings for width and height set on img tags... All seems good after today's update, it even seems to recognize the container css rule now.
Honestly, drop VS and go for Rider. Totally worth the 15 euros/month(or totally free with an educational license).
I'm a software engineering teacher, and half of the time I'm debugging VS for my students instead of the actual code 🙄