I say Microsoft should make a XAML standard API (Like .NET Standard) that should be obeyed be Xamarin.Forms, UWP and ASP.NET some XAML/C# razor. Or extend .NET Standard to include this.
Controls and their properties and methods should have the same names whatever the underling implementation. This will make all these components easier to learn, and make most of the code reusable.
Have you seen https://github.com/Microsoft/xaml-standard?
Yes, but after I had posted this topic. Thanks.
What about this one @terrajobst?
@MohammadHamdyGhanem
There is a XAML Standard, but you're all missing the point. It should all be about what a UI implements, not about what the XAML language offers.
Please see this: https://github.com/Microsoft/xaml-standard/issues/232
In general, I think UX is outside the scope of .NET Standard. I think it's a good idea but this repo wouldn't track this. That's what this item (in a sense) tracks.
Most helpful comment
Have you seen https://github.com/Microsoft/xaml-standard?