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
@marcopaoletti39955 ай бұрын
Grazie.
@FrankLiuSoftware5 ай бұрын
Thank you!
@roluajiАй бұрын
The best Tutorial i have found in youtube to learn blazor. recommended..
@mjmopperman22 күн бұрын
You explain this material like nothing I have seen before. Your code works so well. Excellent job!!!!
@vulcanlee8 ай бұрын
I have purchased this course on Udemy and I really like your course
@redaelfagi77684 ай бұрын
One of the best tutorial on KZbin ✔✔✔✔✔✔✔✔✔✔
@DChristop6 ай бұрын
the best tutorial on KZbin!
@lukevincent43973 ай бұрын
Bought your course on Udemy ! Great stuff!
@wasantharambukwella5167Ай бұрын
Thank you for this excellent video! Your explanation of Blazor concepts was clear and concise, making it much easier to understand.
@mikepeterson4435 ай бұрын
Thank you Frank. It's a great tutorial with a blend of easy-to-understand practical and theoretical lessons.
@VitaliChuzha12 күн бұрын
Great video, thank you!
@king2cool6 ай бұрын
Awesome tutorial to get started with Blazor. Thanks 😊
@bobtoad86017 ай бұрын
Very good course. Worth any minute.
@MG-gg9dh6 ай бұрын
So clearly explained, thank you
@hwob94175 ай бұрын
Definitely a good course, explained with just the right amount of depth. I bought your course on Udemy. Keep it up! :)
@TomWGiles3 ай бұрын
Excellent. Thanks!!
@geamdjum093 ай бұрын
感謝,英文不好的我,但是依然可以看完並學習,非常清楚明瞭.
@CodySkidmorenh7 ай бұрын
@Frank Liu 15 minutes in... excellent content.
@troybryantIII6 ай бұрын
Didnt event get 15 mins. 8:17 secs of explanations and I was already hooked.
@bluedragon93663 ай бұрын
Thank you
@handypda7 ай бұрын
Really good!
@willypl15 ай бұрын
Great video, helped me very much. I have a question, how to handle row doubleclick on customers list ?
@jlpetersen207 ай бұрын
Very good tutorial
@ginodailyjob6 ай бұрын
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.
@FrankLiuSoftware6 ай бұрын
Just go to draw.io
@KaczorTasior11 күн бұрын
👍👍👍
@luisfernandodeolazabalsche33177 ай бұрын
Hello Frank, I would like to purchase several of your udemy courses, do you please have a discount code to give me?
@FrankLiuSoftware7 ай бұрын
Please check out the description area. All links have coupons assicy.
@thedude68106 ай бұрын
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.
@nbhariyani6 ай бұрын
Can you pls share link of another video related to webassembly interactivity.
@9dgalo7 ай бұрын
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.
@FrankLiuSoftware7 ай бұрын
I definitely recommend watching everything. Most of the knowledge about Blazor SSR and Server interactivity is the same as WASM.
@9dgalo7 ай бұрын
@@FrankLiuSoftware thanks for taking the time Frank, and thanks for this excellent course.
@michaelday69875 ай бұрын
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?
@FrankLiuSoftware5 ай бұрын
There is no API for this course.
@Paelice3 ай бұрын
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 ?
@robinheyer7087 ай бұрын
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).
@FrankLiuSoftware7 ай бұрын
I tried it and it does work now.
@robinheyer7087 ай бұрын
@@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?
@mateenonline54905 ай бұрын
Can you please tell me what is relationship of Import. razor mean that @using compenents??
@NotMarkKnopfler6 ай бұрын
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?
@comroec5 ай бұрын
Why is Crystal Report not working in Blazor .net 8?
@FrankLiuSoftware5 ай бұрын
It is a good question for the company.
@prajjawalkumarpatel93606 ай бұрын
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?
@FrankLiuSoftware6 ай бұрын
I am not sure what is happening with your project. Could you elaborate?
@skanthathurai97017 ай бұрын
Where can I get the source code?
@FrankLiuSoftware7 ай бұрын
Check out the description please.
@Porwal-wd6mn7 ай бұрын
@@FrankLiuSoftware I entered my name and email id but the page is still showing "Success! You will be redirected shortly."
@wisnu77348 ай бұрын
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 ??
@FrankLiuSoftware8 ай бұрын
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.
@wisnu77348 ай бұрын
@@FrankLiuSoftware thanks...can you show me the fetch request and the pure response from server in the next video ??
@0x-0037 ай бұрын
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
@AL-kn4yx7 ай бұрын
Can you make a full Udemy course on Entity framework?
@FrankLiuSoftware7 ай бұрын
Yes, that is on my radar.
@Michel-gv1srАй бұрын
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 😅
@mitsbatistakis3 ай бұрын
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?
@tejaswitamhaiskar55533 ай бұрын
Did you find its solution ? I’m also getting the same error,
@fungoessАй бұрын
@@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.
@mattmsmith5 ай бұрын
Why are you putting repositories in the models folder and methods in the models. Its confusing and not based on proper convention.
@ivandrofly2 ай бұрын
About render modes kzbin.info/www/bejne/fouklYuubJKDpK8
@sparkgammingyt38626 ай бұрын
Another tutorial video with only half info....🤡
@atirah147 ай бұрын
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
@FrankLiuSoftware7 ай бұрын
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.
@atirah147 ай бұрын
@@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.
@robinheyer7087 ай бұрын
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.
@nick786987 ай бұрын
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 🙄