| ▲ | bananaflag 8 hours ago | |||||||
This barely mentions Windows Forms, which is the cleanest and fastest way to code Windows GUI apps. A few years ago, I wanted to prototype something quick and I wrote it in Windows Forms over C# (all code, no visual editor). | ||||||||
| ▲ | Almondsetat 5 hours ago | parent | next [-] | |||||||
>This barely mentions Windows Forms Apparently, you do too, since what you said is basically the same as what the article said (.NET wrapper for C#, fastest prototyping to date) | ||||||||
| ▲ | formerly_proven 8 hours ago | parent | prev [-] | |||||||
Winforms is a Win32 API wrapper, so on the same level as MFC, not a separate UI framework. | ||||||||
| ||||||||