M
M
Maxim Siomin2020-08-24 20:00:55
User interface
Maxim Siomin, 2020-08-24 20:00:55

What is the best gui for c#?

Which gui for c# to choose? For simple applications under Windows. Not games

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey Karbivnichy, 2020-08-24
@MaxSiominDev

WinForms - simple as 2 kopecks. You can quickly figure it out.
WPF - You can make beautiful and fantastic interfaces - but damn hard.

V
Vladimir Korotenko, 2020-08-25
@firedragon

I'll add the answers above. WinForm is relatively simple and there are a bunch of third party components. WPF components are the same, I won’t say that it’s difficult, UWP is a mixture of wpf and a whole bunch of technologies. Electron browser as an application. PWA page written in a tricky way. The first 3 have advantages in the form of native support for many things for the user, such as dragdrops, normal interaction with the system and relatively direct access to the system, and they don’t eat memory.

D
Daniil Demidko, 2020-08-25
@Chronicler

WPF is very simple in that all markup can be placed in a xaml file, something between xml and html. Leave only logic in C# code. The process of creating a GUI in this way turns into an essentially layout. Also, WPF is a more modern technology than WinForms,

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question