13. Form Validations with .Net Maui CommunityToolkit | Field Validations

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 14

  • @sharifxu
    @sharifxu Рік тому +8

    How can this field validation be done with the MVVM toolkit where the validation is handled in the viewmodel?

  • @mikecornelison4546
    @mikecornelison4546 Рік тому +1

    You have such a great teaching style. I like the fact that you purposefully make mistakes that many of us would have made as well for purposes of illustration. That works great.
    (Example from #12, why isn't listContacts updating? You then move it from the constructor to the OnAppearing method. Oh no, still not working. Ah! You also have to databind it in the xaml. You knew both steps needed to be made, but by walking us through each step until it works, that really has helped stick it in my mind.)
    So thank you, thank you, thank you. I'm so excited for #14!!!

  • @sirinebibicha2024
    @sirinebibicha2024 Рік тому +1

    thank you so much .. keep going🤗

  • @leblancthierry8781
    @leblancthierry8781 Рік тому +1

    Good tutorial, I discover your channel, I subscribe to it and thank you for your courses

  • @micaelabbo4706
    @micaelabbo4706 Рік тому +1

    thank you very much

  • @АлександрЧайковский-ъ9ф

    Hi! Thank you for this tutorial. Just one small question: for example, I am not working with the code-behind file, but with a ViewModel file instead, which is associated with the UI (XAML file). Is there any way to reference the name of the entry from my ViewModel file? Thank you in advance for your response :)

  • @ericblankenburg
    @ericblankenburg Рік тому +3

    Thanks for posting this. It confirms once again why I would never use .Net Maui.
    First, Maui needs to use Data annotations, like Blazor so we don't need to put validations in two places to support client-side and server-side validation.
    Second, it should use data binding, not code behinds.
    Not good.

  • @_AG8
    @_AG8 5 місяців тому

    thx

  • @pwnuser2940
    @pwnuser2940 Рік тому

    How many videos will be in this series?

    • @FrankLiuSoftware
      @FrankLiuSoftware  Рік тому +1

      There are 4 more videos which completes the event driven approach. The rest of the videos will be in my course which will be published on Udemy.

  • @computerscience5
    @computerscience5 Рік тому

    good
    When The next video?