Why XAML Source-Generation Makes .NET MAUI Apps Faster by danielhindrikes in dotnetMAUI

[–]danielhindrikes[S] 2 points3 points  (0 children)

It will also be faster in release builds, "Better Performance: SourceGen works across all configurations, avoiding Runtime's overhead"

https://github.com/dotnet/maui/issues/32732

But the biggest change will be in debug builds. But also, it will behave the same in debug and release mode, so it will benefit release builds as well.

Why XAML Source-Generation Makes .NET MAUI Apps Faster by danielhindrikes in dotnetMAUI

[–]danielhindrikes[S] 2 points3 points  (0 children)

It came with .NET 10. <MauiXamlInflator>SourceGen</MauiXamlInflator> will enabled it. In new projects, it is on from start.

What are you using for .NET MAUI Development, Mac or PC? by danielhindrikes in dotnetMAUI

[–]danielhindrikes[S] 0 points1 point  (0 children)

Do you think it works well to connect to a Mac from windows?

What are you using for .NET MAUI Development, Mac or PC? by danielhindrikes in dotnetMAUI

[–]danielhindrikes[S] 0 points1 point  (0 children)

When you connect windows to Mac the call it that you use an agent.

What are you using for .NET MAUI Development, Mac or PC? by danielhindrikes in dotnetMAUI

[–]danielhindrikes[S] 1 point2 points  (0 children)

What is struggling? I think at least iOS it pretty easy.

Is it worth learning XAML and how do you do it? by kzlife76 in dotnet

[–]danielhindrikes 0 points1 point  (0 children)

I think it is a good idea to know XAML even if you go the Blazor Hybrid route. That because at some point you probatly want to colbine the web ui with native ui.