Hacker News new | ask | show | jobs
by tobltobs 3558 days ago
And where does fit UWP into this picture? Or what should I use if I want to develop apps for Window Store (or whatever the current name is for that).
2 comments

UWP is a native framework based on COM. Windows 10 apps use .NET Core (compatible with .NET Standard 1.4) and can access UWP APIs through bindings
The .NET stack in UWP is essentially .NET Core