Visual Studio > Windows Forms Application / WPF: Windows Presentation Foundation > バグやXAMLの観点を考慮する


動作環境
Windows 7 Pro (32bit)
Microsoft Visual Studio 2017 Community
Sublime Text 2

Windows上で動くソフトの試作としてWindows Forms Applicationを選択していた。
コンボボックスに選択型のリストを設定しようとしていると、XAMLファイルを書き換える例を見つけた。Windows Forms ApplicationにはXAMLはないようだが、XAMLを使う方法は以下に見つかった。
http://stackoverflow.com/questions/16482288/c-sharp-windows-forms-and-xaml

XAMLを使うのは、WPF: Windows Presentation Foundation の方のようだ。
Windows Forms Application、WPFのどちらを使うことになるかは未定。

バグについて注意書きしている人がいる。
http://var.blog.jp/archives/61721571.html