I Hope You’re Extracting MAUI Components

Поделиться
HTML-код
  • Опубликовано: 26 сен 2024

Комментарии • 16

  • @the_null
    @the_null 7 месяцев назад +1

    Hi bro, tnx for everything

  • @cemalgulbeyaz
    @cemalgulbeyaz 7 месяцев назад

    I lost a lot of time because of this x:Reference trick, then I realized here that there is such a thing :)

  • @adam-xt8te
    @adam-xt8te 7 месяцев назад

    I do this with Blazor, WPF and MAUI too

  • @moisesgonga1302
    @moisesgonga1302 7 месяцев назад +1

    Thanks for sharing... I thinks it's look like WPF...

  • @aspirio777
    @aspirio777 7 месяцев назад

    I don't understand why they changed to BindableProperty in MAUI from DependencyProperty in WPF

    • @SingletonSean
      @SingletonSean  7 месяцев назад +1

      Yeahhhh the interface is very very similar, just a different name hahah

  • @m3xpl4y
    @m3xpl4y 7 месяцев назад

    Hi, i love your videos, thank you for putting time in it.
    Could you please make a video about EF 8.0. I have the problem that it doesn't scaffold any migrations files anymore on 'add-migration', even if it builds successful and without errors, also when i run the command in PMC like 'add-migration test'
    EF is configured correct => connection, connection string, applicationDbContext, correct registered and so on.

  • @АйбатАманбайұлы
    @АйбатАманбайұлы 5 месяцев назад

    Awesome! Does anybody know a good resource to learn this kind of stuff?

    • @SingletonSean
      @SingletonSean  5 месяцев назад

      Honestly, I get a lot of ideas from the web development world. For example, a lot of simple component patterns that I use in ReactJS applications can be extremely helpful in these Windows desktop frameworks too. It's all frontend development in the end, so makes sense that the concepts can transfer like that! The web development world is just way ahead in a lot of these topics.

  • @ИванБармин-ю1т
    @ИванБармин-ю1т 7 месяцев назад

    why not solve this problem using BindableLayout and DataTemplate?

  • @Jeremygrmn
    @Jeremygrmn 10 месяцев назад

    Maui bindable properties seem cleaner than WPF dependency properties

    • @SingletonSean
      @SingletonSean  9 месяцев назад +1

      I think so! But still lots of boilerplate with needing the static property definition and then the accessor. I wish the whole thing was re-invented and simpler (like just needing a single property definition), but I assume that wouldn't be too easy to implement from the MAUI team's perspective.

    • @brightlightdun
      @brightlightdun 7 месяцев назад

      Thank you for sharing. Love and tried to do the reusable components but failed in lower layers binding references. I would never able to figure it out using x:reference, component for binding. 😅

    • @mariocamspam72
      @mariocamspam72 7 месяцев назад

      ​@@SingletonSeanIndeed, sourcegens would be nice

    • @SingletonSean
      @SingletonSean  7 месяцев назад +1

      @@brightlightdun glad this helped!!