.NET MAUI - Less code with CommunityToolkit.Mvvm

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

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

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

    Is that Load method called automagically or do you need to call it else where?
    Seems really cool otherwise, taking care of all that boilerplate

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

      You need to call it. But if you combine it with my library TinyMvvm. Things like that si handled for you. github.com/dhindrik/TinyMvvm

  • @patrickmullen2596
    @patrickmullen2596 ปีที่แล้ว

    Thank you for this video, it was brief but useful, a thumbs up 👍

  • @scott_itall8638
    @scott_itall8638 2 ปีที่แล้ว

    More bite sized videos on the basics is awesome.

  • @alexpinkerton7459
    @alexpinkerton7459 ปีที่แล้ว

    That looks seriously nice!

  • @Mafyou75
    @Mafyou75 2 ปีที่แล้ว

    Interresting. If you mistape the command, it's says "Invalid id" but no exception throwed.
    Thank you for sharing anyway!

  • @KenlieroGames
    @KenlieroGames ปีที่แล้ว

    Are those Observable objects acting like global variables, so that you can reference them from anywhere?

    • @DanielHindrikes
      @DanielHindrikes  ปีที่แล้ว

      No, they are generated in a partial class

  • @arielpenag
    @arielpenag 2 ปีที่แล้ว +3

    a video creating API Restful CRUD sql and consuming it.

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

    how do I do when it's collection of object that I want to load

  • @LimitLessEnlightenment
    @LimitLessEnlightenment ปีที่แล้ว

    Does this also work with the community edition? I feel like there no code generattor is triggered.