I’m looking for a better perfomance in my application. So I have 2 frameworks to use: WPF and .NET MAUI. I didn’t find any comparising of these technologies, so I wanted to ask someone who knows it.
My project will have several tables, adaptivity, lots of controls and filtration
I used WPF with MaterialDesign, and it seems laggy, so I’m looking for an answer about .NET MAUI, if it’s faster than WPF.
>Solution :
.NET MAUI is a newer framework than WPF, and it is expected to be faster, especially for complex applications. However, WPF has more built-in controls and filtering features.
If you are looking for the best possible performance, then .NET MAUI is a good choice. If you need to support a wide range of controls or filtering features, then WPF may be a better option.
Which one is better for you depends on your specific needs.