Link to home
Start Free TrialLog in
Avatar of Lawrence Avery
Lawrence AveryFlag for United States of America

asked on

Windows Store Apps and windows desktop Applications

What's the difference between Windows Store Apps and windows desktop Applications?
Avatar of Peter Hutchison
Peter Hutchison
Flag of United Kingdom of Great Britain and Northern Ireland image

Traditional Windows Applications are plain executables (EXE) files which are created using Windows' Win32 or .NET Framework API (application programming interfaces).

Windows Store Apps are written differently and with the Windows Runtime API using familiar languages using Visual Basic, C#, C++ or even Javascript. Apps consist of XML, EXE, WINMD, DLL and other files. Apps are installed into C:\Program files\WindowsApps\ folder.
ASKER CERTIFIED SOLUTION
Avatar of John
John
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial