The .NET MAUI Community Toolkits - Brandon Minnick - CPH DevFest 2024

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

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

  • @raphaellukas3328
    @raphaellukas3328 21 день назад

    That was a super great presentation. Many thanks for that :) More of this!

  • @GodofThunder89
    @GodofThunder89 2 месяца назад

    To 25:00, there is also this keyword nameof(), which does the same thing :) always use it in blazor dialogs where you add a parametername as string and a object.

    • @brandonminnick
      @brandonminnick Месяц назад

      Yup! `nameof` totally works. The big difference (in .NET MAUI at least) is that string-based bindings require reflection under the hood. String-based bindings are also not Trimmer-safe.

  • @ericritter46
    @ericritter46 Месяц назад +1

    im laughing so hard because thats 10:35 exactly what i did.