Relative Content

Tag Archive for wpfwindowswebbrowserwebassembly

Migrating legacy WPF application to a modern web application

I have a WPF client aplication that access to a API server. I need now to mak it run in a Web browser. I read about many technologies that exist out there for this propose, naming :
Avalonia
Electron
UNO
Blazor Hybrid.
Blazor Webassembly
Blazor Server
WPF Exe via External Protocol.
etc..