Y
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
Kipters
3558 days ago
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
link
WorldMaker
3558 days ago
The .NET stack in UWP is essentially .NET Core
link