C
C#2y ago
Denis

❔ Blazor Hybrid

Hello! I'm exploring ways of creating a modern complex application, that can first be delivered as a classic desktop app, and a cloud SaaS in the future. Since I'm quite hesitant to start a new project with WPF, and even more so with .NET MAUI, I thought of using Blazor Hybrid. I'd like to ask, whether any of you have experience with Blazor Hybrid, and what are the roadblocks you had to overcome? There isn't much information I could find online... One of the main pain points I see atm (without testing it) is creating a multi-window application, with e.g. a docking window layout. Moreover, I require specialized components such as TreeGrid and Diagramming control; thus, I need to use solutions from the likes of DevExpress, and Syncfusion. Their products are more refined for WPF, lacking in places for Blazor, and non-existent for .NET MAUI.
4 Replies
Accord
Accord2y ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.
.juansantiago
.juansantiago2y ago
The learning curve is big, but you could use XAF from DevExpress, that will create you a Win app and also a Blazor app. You can search on their site or youtube channels.
Henkypenky
Henkypenky2y ago
whether you choose .net maui, wpf or winforms (i think they added support for this one) you can use any component library designed for blazor blazor hybrid is just razor components running natively on desktop rendered on an embedded web using webview2 so, it's just blazor knowledge which the learning curve is fairly easy i think
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity. Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.