.NET MAUI Community Toolkit C# Markup Extensions

Поділитися
Вставка
  • Опубліковано 30 січ 2025

КОМЕНТАРІ • 11

  • @boysen01
    @boysen01 2 роки тому

    Thank you so much for a great video. C# for UI leads to simpler projects as you clearly demonstrate (who needs two files when one is enough) but XAML has had the hot-reload feature going for it. I am looking forward to the hot reload for C# to work seamlessly as well.
    I wanted to ask, is it really necessary to use a nuget package for C# UI work in Maui? In current Xamarin.Forms, you can build a C# UI fine without nuget packages?

  • @martinp3839
    @martinp3839 2 роки тому

    The Samples folder solution CommunityToolkit.Maui.Sample.sln gives a build error :(

  • @sarthakchauhan4163
    @sarthakchauhan4163 3 роки тому +1

    Markup or Comet can be the future for designing MAUI App if hot-reload could’ve update the design on save like it does when creating design through XAML.

  • @martinp3839
    @martinp3839 2 роки тому

    Could you please publish the basic program you show in this video on github?

  • @istalexnik
    @istalexnik 2 місяці тому

    Brandon, I wonder why microsoft is doing such a bad job promoting maui c# markup. It's hard to find any info about this. Everything is xaml which I hate to work with

  • @Hoowwwww
    @Hoowwwww 3 роки тому +3

    this should be the default, xaml is the reason i don't touch this
    why the fuck do i need to learn a new language to make UI instead of using my favorite one (C#) ?
    this is just stupid, this is why we didn't pick xamarin, we better just stick to kotlin and compose on android, i can't believe android has better ui library than microsoft, such a shame

    • @Hoowwwww
      @Hoowwwww 3 роки тому

      also macOS FTW the superior OS

    • @lhughey118
      @lhughey118 3 роки тому +2

      You dont have to use Xaml if you dont want to, just like you dont' have to use AXML in Android. Xamarin forms was originally introduced with C# markup and can be used today. Anything you can do in Xaml, you can do in C# in Xamarin

    • @emreaka3965
      @emreaka3965 2 роки тому

      @@lhughey118 thanks

    • @userless_world8483
      @userless_world8483 2 роки тому

      I dont understand your problem. I never uses xaml before but after one week of using it on my project I would never want to write UI in C#.
      XAML isnt hard at all I think you can learn it in a day or less.