.NET 8 Blazor New Forms Functionality Explained

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

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

  • @charliehager5458
    @charliehager5458 10 หลายเดือนก่อน +5

    Kind of interesting that we can now code like it was 1995 all over again! Just a lot faster, smarter and without the flicker!!! I was trying to figure out how to get dropdowns (and listboxes) to be responsive using pure static side rendering your code example and explanations were very helpful. Thanks!

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

    Well explained, Thanks. Tom

  • @BenShemmeld
    @BenShemmeld 11 หลายเดือนก่อน +4

    Nice video! But there is a simpler way to provide the options for the select list:

    @foreach (Option o in pizzasizes)
    {
    @o.Display
    }

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

      Nice that’s definately a better way to do to it - thanks!

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

      Thanks. How about a dropdown with checkboxes like Excel filters?

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

      Great stuff. But just double checking one question, the @code section in blazor runs on the server right? So it's secure to handle sensitive data here.

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

    Happy 1k! 🎉🥳

  • @TellaTrix
    @TellaTrix 11 หลายเดือนก่อน +3

    I have a suggestion. Could you please increase the volume of your audio? The video quality is fine, but the audio is quite low and I’m having difficulty hearing it. Thank you.

  • @muheebar-rahman8294
    @muheebar-rahman8294 หลายเดือนก่อน

    How to add a second button with a slightly different function?

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

    Good explanation but I am getting an error when I run your code: Error RZ9985 Multiple components use the tag 'InputText'
    Any Ideas?
    Thank you

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

    Good work. Can you please create a video for custom authentication with cookie/local storage/session storage & without identity

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

    Now I'm wondering if most non-wizard coders are all secretly thinking about opening a 🍕 shop😂