回答編集履歴
1
追記
answer
CHANGED
@@ -1,3 +1,14 @@
|
|
1
1
|
割とよくある話題ですが、普通にWinFormsで事足りてるとか、そのアプリケーションでWPFやUWPで作るメリットが見つけられない場合は、WinFormsで良いと思いますよ。
|
2
2
|
|
3
|
-
見た目を良くしたい、とかならWPFでも良いかもしれませんが、UWPは正直メリットよりデメリットの方が現状では多いと思います。(縛りがキツイ、という意味で)
|
3
|
+
見た目を良くしたい、とかならWPFでも良いかもしれませんが、UWPは正直メリットよりデメリットの方が現状では多いと思います。(縛りがキツイ、という意味で)
|
4
|
+
|
5
|
+
---
|
6
|
+
追記
|
7
|
+
|
8
|
+
例えばアメリカでコンサルやってるこのオッサンによると
|
9
|
+
|
10
|
+
[https://www.iamtimcorey.com/blog/137742/winforms-dead](https://www.iamtimcorey.com/blog/137742/winforms-dead)
|
11
|
+
|
12
|
+
> Finally, and this is really important, there are a LOT of companies that use WinForms in production today. In fact, at a recent conference I was at with a large group of C# consultants. When the audience was polled on which desktop UIs their clients were using, the vast majority were WinForms, a small group was WPF, and almost no one was UWP. So if you plan on using C# at a place of employment, WinForms is still a HUGE deal.
|
13
|
+
|
14
|
+
とのことで、「圧倒的多数がWinForms」を使ってるそうです。
|