Comment by asveikau
10 days ago
Nitpick, "Windows Native Development" also refers to the NT native subsystem, which would be basically coding against private APIs instead of Win32. From the title I thought that's what this was. Then I realized it was about avoiding full use of Visual Studio when building C projects (something that a lot of people already do by the way)
I would also read "Windows Native Development" as driver development or compiling directly with `nmake` (neither of which are described there).