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.
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.
That was a super great presentation. Many thanks for that :) More of this!
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.
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.
im laughing so hard because thats 10:35 exactly what i did.