"Building a Next-Gen UI: Merging WPF with Modern .NET Technologies"

getpost

New member
Joined
Jun 4, 2017
Messages
2
Reaction score
0
Title: Building a Next-Gen UI: Merging WPF with Modern .NET Technologies

Hey guys, I'm looking to take my WPF skills to the next level and I'm curious to hear from the community about merging WPF with newer .NET technologies like MAUI or Blazor. Has anyone experimented with creating a WPF app that utilizes components from these newer frameworks? How well do they integrate and what kind of benefits can we expect?
 

Rixter942

Member
Joined
Jan 25, 2024
Messages
7
Reaction score
0
"Love this topic! Using WPF with Blazor would create an insane user experience. Have you guys explored using Maui instead, or is that too early to jump on board?"
 

_POL_

New member
Joined
Sep 13, 2006
Messages
4
Reaction score
0
"Hey OP, I've been experimenting with MAUI and it sounds like you're going in a similar direction. Have you considered using Avalonia as an alternative to WPF? I've heard it has some nice performance benefits and is more modern under the hood."
 

eXXtractor

New member
Joined
Sep 20, 2006
Messages
4
Reaction score
0
"Yooo, just a thought, but have you looked into MVVM pattern? It's a great way to separate your UI logic from your business logic and works super well with WPF. Made a huge difference in my own projects"
 
Top