Thank you very much. You make it easier to understand.
@WebGentle Жыл бұрын
Glad it helped!
@3.14163 жыл бұрын
aunque no entiendo mucho tu ingles, pude entender perfectamente la idea y forma de usar los componentes de vista, muchas gracias y saluditos :3
@abdulrazzakalsssouki36774 жыл бұрын
Great sires, wish to see an extra course about 'Razor' by implementing it with ASP. Thank you for all your efforts
@remr763 жыл бұрын
good explanation, and excellent video.
@gainknowledge55274 жыл бұрын
Your video is very nice good sir
@nguyentuananh40783 жыл бұрын
Can you backup database and share the sql command here please.
@sudhiryadav3 жыл бұрын
How to post data from view components?
@dangelogonzalez14594 жыл бұрын
Amazing, and fun actually.
@WebGentle4 жыл бұрын
Thanks
@vinaydeveloper13694 жыл бұрын
nice video tutorials
@aminmardani16234 жыл бұрын
great tutorial useful for me
@WebGentle4 жыл бұрын
Glad it was helpful!
@digitalmarketerChile4 жыл бұрын
Very nice vedio
@wapdaadmshah2 жыл бұрын
Superb job. I have a question that how to include intellisense for ?
@metalcrusher1533 жыл бұрын
thanks legend !
@developerdailylife47914 жыл бұрын
Hi sir, is there any video in this course talking about Autocomplete component for search on database ?
@WebGentle4 жыл бұрын
Not yet but I will try to create one. This is a good topic.
@developerdailylife47914 жыл бұрын
@@WebGentle thank you for your interesting and your fast replay
@AshrafSada4 жыл бұрын
Thak you
@surbhij10012 жыл бұрын
Your videos are good and simple topics you explain very well and in depth, but what important code and functions you write, like the one in this component class you do not explain that code and that's very bad. You dimple say we have to write one function, but why u don not explain code at all.
@WebGentle2 жыл бұрын
To use the view component we need one method that will trigger the rendering on the main view. On the cshtml file (Main view) we use the same InvokeAsync method to call that viewcomponent. Hope this will help :)