@PlausiblyDamp It's not so much about which programming language you use. For example, you want to enhance the title bar of a WinForm app with interactive controls or be able to change the color of the title bar. Would you rather do this with classic APIs/WinProc (WM_-Messages) etc. or use the Windows App SDK NuGet package where this can be done with a few lines of code?