Blazor Full Course For Beginners

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 พ.ย. 2024

ความคิดเห็น • 264

  • @vishnumaya1930
    @vishnumaya1930 9 ชั่วโมงที่ผ่านมา

    You are explaining every nook and corner very clearly. We are very blessed to have master like u.Lots of Thankyou sir

  • @adamv2628
    @adamv2628 7 หลายเดือนก่อน +15

    you are my hero julio casal! thanks for sharing all your Blazor and dotnet expertise here. it is wonderful.

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน +2

      Wow, thank you!

  • @antonmartyniuk
    @antonmartyniuk 6 หลายเดือนก่อน +33

    It's really impressive that your released such an amazing course for free! Well done and thanks!

    • @juliocasal
      @juliocasal  6 หลายเดือนก่อน +3

      My pleasure!

  • @luchopper7369
    @luchopper7369 หลายเดือนก่อน +2

    5 hours very well spent. I worked using Blazor in a recent contract role and wish I'd done this before starting. Excellent Course!

    • @juliocasal
      @juliocasal  หลายเดือนก่อน

      Glad it was helpful!

  • @damianjankov3343
    @damianjankov3343 7 หลายเดือนก่อน +5

    Incrredible stuff. I have been only working with MVC and this video is perfect for someone who would like to know what Blazor is and how it works. The most detailed/friendly and up to date Blazor video out there! I also really like how you started with the most simple version of Blazor app instead of having the visual studio create the classic weather page template.

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน +3

      Glad you liked it!

  • @paca3107
    @paca3107 7 หลายเดือนก่อน +5

    Thank you Julio, I really appreciate your job and that you want to share it for free. You are really good teacher, I know what I am saying because I have watched a lot of programming stuff.

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน +2

      Thank you, really appreciate your kind words!

  • @eatersdaily
    @eatersdaily 7 หลายเดือนก่อน +11

    i love the way how you teach , please keep going and create more advanced tutorials for us . GOAT

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน +3

      More to come!

  • @adedoyin-emmanuel-adeniyi
    @adedoyin-emmanuel-adeniyi หลายเดือนก่อน +1

    Thanks a lot Julio. I picked up Blazor 2 days ago and I'm rocking it :)

    • @juliocasal
      @juliocasal  หลายเดือนก่อน

      Rock on!

  • @THEspindoctor84
    @THEspindoctor84 6 หลายเดือนก่อน +5

    the first 56 minutes are already extremely helpful

    • @juliocasal
      @juliocasal  6 หลายเดือนก่อน

      I’m glad!

  • @mrvbalazs
    @mrvbalazs 2 หลายเดือนก่อน +1

    I am so grateful for the work you've done so far! Your courses are very helpful in preparing myself to be a full stack developer. Thank you everything!

    • @juliocasal
      @juliocasal  2 หลายเดือนก่อน

      You're very welcome!

  • @Zephyr_boy
    @Zephyr_boy 3 หลายเดือนก่อน +1

    Lucky enough to swipe your video. Although I don't speak English well, I probably know how to do it according to your explanation, thank you very much, great teacher!

    • @juliocasal
      @juliocasal  3 หลายเดือนก่อน

      Glad I could help!

  • @TheDeathknight23
    @TheDeathknight23 7 หลายเดือนก่อน +3

    Thank you clicksaver man. I wanted to learn Blazor without dying on first try lol.

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน

      Glad to help!

  • @rahulmule2398
    @rahulmule2398 3 หลายเดือนก่อน +1

    One of the best tutorial on blazor.

    • @juliocasal
      @juliocasal  3 หลายเดือนก่อน

      Thank you!

  • @stephanram125
    @stephanram125 5 หลายเดือนก่อน +13

    I appreciate you used VS Code instead of Visual studio for this tutorial. Great

    • @juliocasal
      @juliocasal  5 หลายเดือนก่อน +1

      Welcome!

  • @Duelweb
    @Duelweb 7 หลายเดือนก่อน +3

    Where, oh where can I buy you a coffee ??? This is so amazing, loving every minute!

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน

      I'm glad you are liking it!

  • @PatrickImboden
    @PatrickImboden หลายเดือนก่อน +1

    Thank you. Very good explanation for a beginner.

  • @the-antroy
    @the-antroy 7 หลายเดือนก่อน +2

    Thanks a lot sir. Something I love from this community is the much learning resources. 🚀

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน

      My pleasure!

  • @sspykson
    @sspykson 6 หลายเดือนก่อน +2

    Thank you so much, you really helped me to get up to speed with the framework and saved me tons of time! Great tutorial, and your explanations are extremely helpful and detailed!
    There is only one thing I'm not getting: why adding a modal for each table row (3:45:30) and not just creating one modal and on edit button click not passing the selected game id to this one modal? Wouldn't having just one modal positively impact both server- and client-side performance? I understand that this is totally fine for the tutorial, but in the long run, I would prefer make things rather more lightweight. Or am I missing something?..
    Anyway, once again, thank you!

    • @juliocasal
      @juliocasal  6 หลายเดือนก่อน

      I'm glad the tutorial helped. To your modal question, it's likely doable, but probably not with just Static SSR. Since that would require interactivity, would need to switch to one of the interactive rendering modes to run C# when you click to open the modal.

  • @antonioherrera2063
    @antonioherrera2063 2 หลายเดือนก่อน +1

    Hi Julio, great course, I really enjoyed it and was able to reproduce it following the steps! I was wondering if there is different material or extra material in the paid course?

    • @juliocasal
      @juliocasal  2 หลายเดือนก่อน

      I'm glad it helped. The paid course includes the slide decks as printable handouts, a break down into 5-7 min lessons, snapshots of the source code on every lesson and quizzes at end of each module.

  • @Reminiscer0
    @Reminiscer0 7 หลายเดือนก่อน +1

    Yesssssss this has been much awaited... You've been so much helpful on my journey so far... Many thanks!!

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน

      Glad I could help!

  • @corinapelichowski2950
    @corinapelichowski2950 2 หลายเดือนก่อน

    Thank you so much for this amazing video. Really kick-started my learning of Blazor, much appreciated.

    • @juliocasal
      @juliocasal  2 หลายเดือนก่อน

      Glad it helped!

  • @shawnwu4042
    @shawnwu4042 6 หลายเดือนก่อน +1

    Thank you very much for your tutorial, I am a beginner and slightly regret that there is no tutorial for reading SQL data

    • @juliocasal
      @juliocasal  6 หลายเดือนก่อน

      For reading SQL data?

    • @shawnwu4042
      @shawnwu4042 6 หลายเดือนก่อน

      @@juliocasal yes. i'm from china,my english is not good. i mean how does the frontend or backend get the data from SQL database

  • @muhammadhosny3204
    @muhammadhosny3204 หลายเดือนก่อน +1

    Amazing and Very Impressive … Thanks for your Efforts

    • @juliocasal
      @juliocasal  หลายเดือนก่อน +1

      Thank you too!

  • @kill_switch_101
    @kill_switch_101 21 วันที่ผ่านมา +1

    very beginner friendly, tnx a lot

    • @juliocasal
      @juliocasal  21 วันที่ผ่านมา

      You're welcome!

  • @reemgody5492
    @reemgody5492 หลายเดือนก่อน +1

    Awesome video! watched both the frontend and backend videos. Just had a quick question as this has been puzzling me, why did editform work without interactive SSR, while delete didn't work?

    • @juliocasal
      @juliocasal  หลายเดือนก่อน +1

      When editing, you are simply making a form post, but for delete you are handling the click of a button, which normally would require a bit of JavaScript, but here we did it with C# + interactivity.

  • @kodindoyannick5328
    @kodindoyannick5328 หลายเดือนก่อน +1

    Great course! You explain well. Thank so much.

    • @juliocasal
      @juliocasal  หลายเดือนก่อน

      You're very welcome!

  • @well-phaser
    @well-phaser 2 หลายเดือนก่อน +1

    Came here from the minimal api course ,Thank you so much for such an amazing course god bless you. I also have a small question iam still going to look in to it later once iam done but for now can you tell me why we are using a string for the genre Id specifically we can use an int for it right?

    • @juliocasal
      @juliocasal  2 หลายเดือนก่อน

      You're very welcome!

  • @之静水深流
    @之静水深流 15 วันที่ผ่านมา

    循序渐进,很好的入门教程👍

  • @ammarahmad6561
    @ammarahmad6561 4 หลายเดือนก่อน +1

    Love your course Julio. Thank you soo much! I learned a lot!

    • @juliocasal
      @juliocasal  4 หลายเดือนก่อน +1

      Awesome, thank you!

  • @melliflousbufo
    @melliflousbufo 7 หลายเดือนก่อน +1

    Fantastic - thanks so much for what must have been days or weeks in the making!

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน +2

      A little over a month, but I think well worth it!

  • @JoystonLewis
    @JoystonLewis 6 หลายเดือนก่อน +1

    Hey Julio, love your tutorials man.
    Just need to know if you have a video explaining the differences between Blazor web apps and Razor ones?
    Because I have a project in Razor at my workplace and it would really help to understand the folder structure and other aspects and how it differs from or is better or worse than Blazor.
    Keep doing what your doing man, your my go to person for C# tutorials

    • @juliocasal
      @juliocasal  6 หลายเดือนก่อน +1

      Sorry, I don't have such a video. But the recommendation today is to create new sites using Blazor, not Razor.

    • @JoystonLewis
      @JoystonLewis 6 หลายเดือนก่อน

      @@juliocasal Its fine I just asked in case you have one, sure I will focus on blazor as its latest.

  • @shahinuddin4418
    @shahinuddin4418 7 หลายเดือนก่อน +1

    Thank a lot for the awesome tutorial as usual. Now I think I can learn Blazor.

  • @joegurriacelimendiz3972
    @joegurriacelimendiz3972 7 หลายเดือนก่อน +1

    Interesting course, thanks Julio!

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน

      My pleasure!

  • @tomekm9
    @tomekm9 6 หลายเดือนก่อน +2

    Waiting for another Blazor Course ❤

  • @mustafayazlmc3973
    @mustafayazlmc3973 2 หลายเดือนก่อน +1

    Thanks 👍 for using vs code its much better god bless you❤

    • @juliocasal
      @juliocasal  2 หลายเดือนก่อน

      You're welcome 😊

  • @frederickbazanye-lutu8553
    @frederickbazanye-lutu8553 4 หลายเดือนก่อน +1

    This is really good Julio. Thank you.

    • @juliocasal
      @juliocasal  4 หลายเดือนก่อน

      Welcome!

  • @GeirSrbotten
    @GeirSrbotten 6 หลายเดือนก่อน +2

    Thank you so much for a great course, Julio! However, I am having a problem finding the source code for the backend. The only download I find is for the Blazor-part. Can you give me a hint to where I find it?

    • @juliocasal
      @juliocasal  6 หลายเดือนก่อน +1

      Here: th-cam.com/video/AhAxLiGC7Pc/w-d-xo.html

  • @horo8090
    @horo8090 3 หลายเดือนก่อน +1

    I love the videos!!! Could we do a zoom meet (I will pay you) or can you please create a video on how to create a secure login (for a deployed website) with authentication and authorization? I saw your video on JWT but I am still confused on how to integrate it with the backend while keeping everything secure not in a local development, you explain everything clearly I am just not getting it!

    • @juliocasal
      @juliocasal  3 หลายเดือนก่อน

      I'll include a version of this Blazor frontend with authentication and authorization in my upcoming bootcamp: go.dotnetacademy.io/bootcamp-waitlist
      In the meanwhile, I provide a Blazor WASM client with authentication and authorization in this course: juliocasal.com/courses/dotnetrestapis

  • @mq9032
    @mq9032 6 หลายเดือนก่อน +1

    Thank you for such a great course for free! Just want to let you know that there is something wrong on your website when it comes to header.

    • @juliocasal
      @juliocasal  6 หลายเดือนก่อน

      Header?

    • @mq9032
      @mq9032 6 หลายเดือนก่อน

      @juliocasal sorry, the navbar

    • @mq9032
      @mq9032 5 หลายเดือนก่อน

      @@juliocasal Can you see it Sir? The navbar is not sticked to the top, there is a gap when you scroll at least in google chrome

  • @vijayarajan-bt5fk
    @vijayarajan-bt5fk 7 หลายเดือนก่อน +2

    வாழ்த்துகள் 🎉🎉🎉நன்றி

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน +1

      Welcome!

  • @josemariasanmartin6648
    @josemariasanmartin6648 4 หลายเดือนก่อน +1

    Great tutorial. Thanks Julio

    • @juliocasal
      @juliocasal  4 หลายเดือนก่อน

      Glad you liked it!

  • @ciminoce
    @ciminoce 7 หลายเดือนก่อน +2

    Thanks for share with us!!! All the best!!!

  • @sepidehdalirpour5640
    @sepidehdalirpour5640 7 หลายเดือนก่อน +1

    Thanks for such an incredible course😃

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน

      Glad you like it!

  • @saeedrezataheri2578
    @saeedrezataheri2578 6 หลายเดือนก่อน +1

    that is great, I really appreciate your job and very happy for finding this clip and your channel

    • @juliocasal
      @juliocasal  6 หลายเดือนก่อน

      Thank you very much!

  • @kevinrambo
    @kevinrambo 5 หลายเดือนก่อน +1

    Great course, thank you for posting.

    • @juliocasal
      @juliocasal  5 หลายเดือนก่อน

      My pleasure!

  • @nada3131
    @nada3131 5 หลายเดือนก่อน +1

    Would it be possible to have a tutorial on how to deploy this app? Thank you so much for these videos!

    • @juliocasal
      @juliocasal  5 หลายเดือนก่อน +1

      No exactly this app, but here: th-cam.com/video/XtWubiUzz-k/w-d-xo.html

    • @nada3131
      @nada3131 5 หลายเดือนก่อน

      @@juliocasal Thank you!

  • @yaoj9407
    @yaoj9407 7 หลายเดือนก่อน +1

    Thank you sir, your video is what I was looking for.

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน

      Glad it helped!

  • @yousefmohamedtawfiq9022
    @yousefmohamedtawfiq9022 7 หลายเดือนก่อน +1

    thank you so much. what is your recommendation after this course?

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน +1

      Depends on what you'd like to learn next.

    • @yousefmohamedtawfiq9022
      @yousefmohamedtawfiq9022 7 หลายเดือนก่อน

      @@juliocasal i want to create ecommerce training website to practice dotnet core and blazor

  • @evangudmestad
    @evangudmestad 4 หลายเดือนก่อน +1

    Hi Julio - thanks for the great tutorial! Curious what software you use to draw arrows on the screen? Do you just use your mouse to click and drag?

    • @juliocasal
      @juliocasal  4 หลายเดือนก่อน

      Zoom It: learn.microsoft.com/en-us/sysinternals/downloads/zoomit

  • @MikePL101
    @MikePL101 3 หลายเดือนก่อน +1

    Excellent tutorial, thank you 👍

    • @juliocasal
      @juliocasal  3 หลายเดือนก่อน

      You’re welcome!

  • @abdoZico-ti9wb
    @abdoZico-ti9wb หลายเดือนก่อน +1

    ماشاء الله عليك يا هندسة شرحك جامد جدا و مفصل اتمنى تكمل والله و باذن الله هتكسر الدنيا والله عشان انت تستاهل❤❤

  • @estevves3903
    @estevves3903 4 หลายเดือนก่อน +1

    Incredible course Julio. I made your other course, the Game Store.API, but in this case you build the frontend in a separate project, in other folder. I'm halfway through the tutorial, so maybe you answered this and I don't know, but my question is: can I build the frontend in the same folder as the API? Like have a folder named "GameStore", and inside have two projects, one the GameStore.API and other the GameStore.Frontend, or needs to be in separate folders? Thanks.

    • @juliocasal
      @juliocasal  4 หลายเดือนก่อน +1

      Either way will work.

    • @estevves3903
      @estevves3903 4 หลายเดือนก่อน

      @@juliocasal Thanks.

  • @serghei.cupelschii
    @serghei.cupelschii 7 หลายเดือนก่อน +1

    Thank you for your work :) It is usefull, I've got a lot of new information

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน

      You are welcome!

  • @juanignaciosampedro1930
    @juanignaciosampedro1930 6 หลายเดือนก่อน +1

    Awesome explanation! Thanks 🙌

    • @juliocasal
      @juliocasal  6 หลายเดือนก่อน

      My pleasure!

  • @stefanobompieri5836
    @stefanobompieri5836 4 หลายเดือนก่อน +1

    Amazing video, i'm your fan right now

    • @juliocasal
      @juliocasal  4 หลายเดือนก่อน

      Thank you!

  • @Johmaz23
    @Johmaz23 3 หลายเดือนก่อน +1

    Seguire este curso ojala me valla mejor :')

  • @WangAndrew
    @WangAndrew 6 หลายเดือนก่อน +1

    Thanks for the course. Love it !🥳🥳🥳🥳🥳🥳

    • @juliocasal
      @juliocasal  6 หลายเดือนก่อน

      So glad!

  • @chidii
    @chidii 7 หลายเดือนก่อน +3

    Thanks @Julio Casal for this. I always love your content and how perfect you teach.
    Please if you would add authentication and authorization and how both the client and API handles this both for both custom authentication and default provided by .NET

  • @martinsilungwe2725
    @martinsilungwe2725 6 หลายเดือนก่อน +1

    Thank you for the tutorial much appreciated🙏🙏

    • @juliocasal
      @juliocasal  6 หลายเดือนก่อน

      No problem 👍

  • @jasemtechno6218
    @jasemtechno6218 7 หลายเดือนก่อน +1

    Thanks brother
    Very nice Tutorial 🌺

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน

      Welcome!

  • @bennymountain1
    @bennymountain1 7 หลายเดือนก่อน +1

    Instant like! Having a slow day at work, so you saved me from unproductive faffing about 🤣

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน

      Great to hear!

  • @eugenekhfs
    @eugenekhfs 4 หลายเดือนก่อน

    Hi @Julio! Thank you so much for the amazing tutorials! I would like to know if you could please assist me with the delete button without using Bootstrap?

  • @agnibpyne5404
    @agnibpyne5404 หลายเดือนก่อน +1

    Great video. This one is using Blazor Server I guess. There is Blazor Wasm too. Still didn't understand why Microsoft didn't keep just one of them, am getting confused.

    • @juliocasal
      @juliocasal  หลายเดือนก่อน

      Thanks, this one uses Blazor Static SSR, with a bit of WASM towards the end.

    • @agnibpyne5404
      @agnibpyne5404 หลายเดือนก่อน

      ​@@juliocasalOkay. Am new into Blazor. Am trying to create a blazor wasm project with web api and got stuck into a problem. Not getting any source of help so I thought I may get some help from this video. Thanks.

  • @himanshudwivedi533
    @himanshudwivedi533 7 หลายเดือนก่อน +1

    Loved your content !👌 Can you please tell which extension you use for HTML intellisense suggestion inside razor file also which theme you are using currently.

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน

      Thanks, I use the C# Dev Kit Extension the default VS Code theme.

    • @himanshudwivedi533
      @himanshudwivedi533 7 หลายเดือนก่อน

      I'm using VS code on mac, same extension c# dev kit installed but still not getting the html intellisense suggestions 🤔

  • @StrawberryDeveloper
    @StrawberryDeveloper 6 หลายเดือนก่อน +1

    Great video, i just started developing in blazor, and i used the webassembly, whats the difference between this and a web app? also i tried hosting it on github pages, but got an error while building static html

    • @juliocasal
      @juliocasal  6 หลายเดือนก่อน

      I explain WebAssembly towards the end.

  • @juanzero10
    @juanzero10 7 หลายเดือนก่อน +18

    I really wanted to use Blazor for our next project but my team saying React is faster than Blazor. Could you please make video of how good the Blazor is?

    • @larsp5109
      @larsp5109 7 หลายเดือนก่อน +1

      For sure development time is much higher with Blazor vs. React

    • @juanzero10
      @juanzero10 7 หลายเดือนก่อน +1

      What about the performance? I've read some posts from Reddit about the performance issues of Blazor especially the WASM, but that was .Net6. How about the latest .Net8?

    • @rnavedojr
      @rnavedojr 7 หลายเดือนก่อน

      ​@@juanzero10react is a few millisecond faster 🤷🏽‍♂️

    • @adrianspikes6454
      @adrianspikes6454 4 หลายเดือนก่อน +1

      Unfortunately that can't be truly known by you unless the app is created in both frameworks by urself and you test. Don't rely on others in this area. I'm creating the same app in three different frameworks with clean arch n DDD

    • @Vermillion999-y2n
      @Vermillion999-y2n 2 หลายเดือนก่อน

      Can I join your team?

  • @helvecioguimaraes
    @helvecioguimaraes 3 หลายเดือนก่อน +1

    excellent, many thanks

    • @juliocasal
      @juliocasal  3 หลายเดือนก่อน

      Thank you too!

  • @unamxhego5137
    @unamxhego5137 6 หลายเดือนก่อน +1

    Great video, I just can't seem to find the link to the backend API

    • @juliocasal
      @juliocasal  6 หลายเดือนก่อน +1

      Check the backend video in the description

  • @TheFourthPrince
    @TheFourthPrince 7 หลายเดือนก่อน +1

    You are the best. Thanks a lot!!!

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน

      You're welcome!

  • @nicolasgonzalezl
    @nicolasgonzalezl 7 หลายเดือนก่อน +1

    Amazing! Thanks a lot.

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน

      You're welcome!

  • @Veence7
    @Veence7 5 หลายเดือนก่อน +1

    Thanks for lecture..
    Question: How were the errors in the Program.cs file resolved. 17:26

    • @juliocasal
      @juliocasal  5 หลายเดือนก่อน

      There are no errors. Some red squiggles might show in the editor, but the code compiles.

    • @Veence7
      @Veence7 5 หลายเดือนก่อน

      @@juliocasal True, thanks for reply. It was catching the errors the first few times I built the project. But it's stopped now.
      Guess it's what they say about vs code being kinda slow, in blazor from what I've read/watched (if that's true I don't know)

    • @Veence7
      @Veence7 5 หลายเดือนก่อน

      It actually still brings it up when I run the dotnet watch command. Not sure why it ignores only to bring it back again

  • @dacorrea
    @dacorrea 3 หลายเดือนก่อน +1

    Awesome content!

    • @juliocasal
      @juliocasal  3 หลายเดือนก่อน

      Glad you enjoyed it

  • @adityabhusal
    @adityabhusal 6 หลายเดือนก่อน +1

    I think you should upload version control after every chapter on the code to physically see the changes and if anything from previous chapter was wrongly implemented

    • @adityabhusal
      @adityabhusal 6 หลายเดือนก่อน

      I absolutely adore your vids btw I am in no place to criticise you

    • @juliocasal
      @juliocasal  6 หลายเดือนก่อน +1

      I provide lesson by lesson source code in the paid version: juliocasal.com/courses/blazor-essentials

    • @adityabhusal
      @adityabhusal 5 หลายเดือนก่อน

      @@juliocasal I appreciate it ! Thanks

  • @aldkdenedik2451
    @aldkdenedik2451 7 หลายเดือนก่อน +1

    Thanks a lot sir..avosome tutorial

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน

      Most welcome!

  • @sebastianp2810
    @sebastianp2810 4 หลายเดือนก่อน +1

    thank you very much!!!

    • @juliocasal
      @juliocasal  4 หลายเดือนก่อน

      Welcome!

  • @tinyolympus
    @tinyolympus 7 หลายเดือนก่อน +1

    Excellent stuff

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน

      Glad you think so!

  • @rayt6867
    @rayt6867 5 หลายเดือนก่อน +1

    I have been following your tutorial to the letter and is the best I have seen, I don't have VS Code so I am using VS 2022, NavigationManager throws an error that I can't seem to find a fix. Exception of type 'Microsoft.AspNetCore.Components.NavigationException' was thrown. Do you have any idea why this is happening? VS 2022 is version: 17.9.7, Thanks

    • @juliocasal
      @juliocasal  5 หลายเดือนก่อน

      It's likely an expected exception. Try without debugging (CTRL+F5) and the exception should not bother you.

    • @rayt6867
      @rayt6867 5 หลายเดือนก่อน

      @@juliocasal Excellent! It worked, thank you very much.

  • @rhinochannel12
    @rhinochannel12 5 หลายเดือนก่อน +1

    Thank you for your sharing. I learned a lot of knowledge from your channel.

    • @juliocasal
      @juliocasal  5 หลายเดือนก่อน

      Great!

  • @demetrischristopoulos1973
    @demetrischristopoulos1973 7 หลายเดือนก่อน +1

    Nice tut thanks!!!

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน

      You bet!

  • @0x-003
    @0x-003 7 หลายเดือนก่อน +1

    Do i need to know C# before I can watch and follow this video? and do you have a video for that? before I continues to watch this?

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน +1

      Yes, you need to learn C# first. Here: dotnet.microsoft.com/learn/csharp

  • @benjaminvenezia1944
    @benjaminvenezia1944 6 หลายเดือนก่อน +1

    Very nice, thank's!

  • @BAS-64
    @BAS-64 7 หลายเดือนก่อน +1

    Why use VScode when Visual Studio 2022 makes it so much easier to create projects and code?

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน +1

      Here: th-cam.com/video/FHnwVsDRu3k/w-d-xo.html

  • @lukevincent4397
    @lukevincent4397 3 หลายเดือนก่อน +1

    What is the difference between this course and your paid one ?

    • @juliocasal
      @juliocasal  3 หลายเดือนก่อน +1

      Paid one includes the slide deck download, lesson by lesson source code, quizzes and access to the Discord server for discussions.

  • @ElburdenBI
    @ElburdenBI 7 หลายเดือนก่อน +1

    Where can I buy you a coffe? what an amazing course!!

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน

      Thank you, already got too much coffee today :)

  • @Mo-ef9yt
    @Mo-ef9yt 7 หลายเดือนก่อน +1

    Great video 👍🏿

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน

      Thanks for watching!

  • @john_smith2112
    @john_smith2112 7 หลายเดือนก่อน +1

    Hi, can I know what is he command to build the project as a static web app?

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน

      It's not a Static Web App, you need a web server.

  • @HammerHeadGameStudio
    @HammerHeadGameStudio 3 หลายเดือนก่อน

    Great content 👍

  • @pavfrang
    @pavfrang 3 หลายเดือนก่อน

    The weird thing is that if you set the scope of GamesClient to SCOPED instead of SINGLETON - then after you add the game, the list is not updated. And I cannot figure out why. Other than that the video is great, THANKS!

    • @juliocasal
      @juliocasal  3 หลายเดือนก่อน

      With scoped, a new instance of the client is created as you navigate between components: learn.microsoft.com/en-us/aspnet/core/blazor/fundamentals/dependency-injection?view=aspnetcore-8.0#service-lifetime

  • @learningfromYT
    @learningfromYT 5 หลายเดือนก่อน +1

    Thanks

    • @juliocasal
      @juliocasal  5 หลายเดือนก่อน

      You're welcome, and thank you!

  • @L0n3w0
    @L0n3w0 4 หลายเดือนก่อน +1

    How did you remove the type or namespace name error in the beginning? Any extensions or way for visual studio code

    • @juliocasal
      @juliocasal  4 หลายเดือนก่อน

      ?

    • @L0n3w0
      @L0n3w0 4 หลายเดือนก่อน +1

      @@juliocasalAfter the project was created, it showed the type or namespace name error in Program.cs and Imports.razor. I did not change anything at all but the projects executes if I run it even with those errros.

    • @L0n3w0
      @L0n3w0 2 หลายเดือนก่อน

      I found the way for anyone encountering the same problem.

  • @ngocphuongle4990
    @ngocphuongle4990 6 หลายเดือนก่อน +1

    Hi, Im still newbie with VS Code and C#, I dont know how to enable read underline check error, can you explain to me how to enable it please

    • @juliocasal
      @juliocasal  6 หลายเดือนก่อน

      Here: th-cam.com/video/O4dCgYicoDg/w-d-xo.html

  • @sandeshshakya5900
    @sandeshshakya5900 2 หลายเดือนก่อน

    1:43:25 why do you declare the "game" variable as a property with {get; set;} but declare genresClient a few minutes later as a field (without getter and setter)? How do I know when to declare as which?

    • @juliocasal
      @juliocasal  2 หลายเดือนก่อน

      The SupplyParameterFromForm can only be applied to properties. genresClient does not have this requirement.

  • @mathuchandran1898
    @mathuchandran1898 7 หลายเดือนก่อน +1

    Hi im interested to learn c# but I have MacBook so I can do this course on it.

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน

      You can use your MacBook.

  • @MaxThorupDue
    @MaxThorupDue 2 หลายเดือนก่อน

    What an amazing course - really awsome. I can't seem to get to modal working though (I am using Visual Studio 2022, not VS Code). Nothing happens, when I click the delete-button. Anyone?

    • @juliocasal
      @juliocasal  หลายเดือนก่อน

      Is your component interactive?

    • @MaxThorupDue
      @MaxThorupDue หลายเดือนก่อน

      @@juliocasal Yes, rendermode is InteractiveServer. Showing modals is actually a recurring problem. Could the browser be the problem, I wonder? Maybe my browser is surpressing popups in some way? Hmmmmm.....

    • @MaxThorupDue
      @MaxThorupDue หลายเดือนก่อน

      @@juliocasal Yes - I am not even getting the url, when I hoover over the button, like I do on the edit-button. Do I fail to register this in some way, perhaps

    • @MaxThorupDue
      @MaxThorupDue หลายเดือนก่อน

      @@juliocasal The rendermode is interactiveServer, by the way

  • @vijai851
    @vijai851 หลายเดือนก่อน

    Subscribed

  • @lmao01
    @lmao01 3 หลายเดือนก่อน

    note, Creating instance in razor page with =new() throwed error that it requires Model. (it was already there). The actual solution was creating in OnInitialized() logic

    • @juliocasal
      @juliocasal  3 หลายเดือนก่อน

      Odd.

  • @paulh6933
    @paulh6933 4 หลายเดือนก่อน

    it looks like for vs code u can debug or have hot reload but not both

    • @juliocasal
      @juliocasal  4 หลายเดือนก่อน

      Yes, I never thought about using hot reload while debugging.

  • @Niño_olvis
    @Niño_olvis 7 หลายเดือนก่อน +1

    can't I use visual studio instead of visual studio code?

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน

      You can.

  • @dr.mohammedmohammed7633
    @dr.mohammedmohammed7633 6 หลายเดือนก่อน +1

    This blazer webassembly not blazer server course , i am right ?

    • @juliocasal
      @juliocasal  6 หลายเดือนก่อน

      This is 90% Blazor Static SSR, 10% Interactive SSR. No Web Assembly.

    • @dr.mohammedmohammed7633
      @dr.mohammedmohammed7633 6 หลายเดือนก่อน

      @@juliocasal so blazor server?

  • @michaelday6987
    @michaelday6987 4 หลายเดือนก่อน +2

    Am I the only one to get errors Namespace GameStore could not be found? I can only get this to work by running this in Visual Studio

    • @juliocasal
      @juliocasal  4 หลายเดือนก่อน +2

      Blazor support in VS Code is not as good as in VS yet.

    • @estevves3903
      @estevves3903 4 หลายเดือนก่อน +1

      It's a weird bug, try this:
      - remove extension C# Dev Kit
      - close the Vscode
      - open and install C# Dev Kit
      - close again
      - Open and see if works

    • @estevves3903
      @estevves3903 4 หลายเดือนก่อน +1

      I was testing and find this:
      - Right click in C# extension, Install another version, pick another version
      - Do the same thing for C# dev kit
      - Restart Vscode

    • @michaelday6987
      @michaelday6987 4 หลายเดือนก่อน

      @@estevves3903 Didn't work, but thanks. I will just continue to use VS

    • @estevves3903
      @estevves3903 4 หลายเดือนก่อน

      @@michaelday6987 Really? Installing another version for C# extension worked for me, in this case it's better VS