Earlier quoted context omitted.
In my mind an app is a sandboxed, focused thing that lives in a single window and behind a single launcher icon. application or program or any other older term from before iOS introduced "apps" could be a collection of a half-dozen different entries in your start menu, or an application like GIMP that scatters a bunch of different windows around your screen. "App" implies a level of simplicity.
App has been short for "application" since at least the DOS days, when Lotus 1-2-3 was frequently called the PC's "killer app".
Microsoft Announces Converter for Bringing Win32 Apps to the Windows Store
61–68 of 68 posts
Re: Microsoft Announces Converter for Bringing Win32 Apps to the Windows Store
#62Earlier quoted context omitted.
True, especially with OS X having .app file extensions. I still called them "Applications" more often than not though.
Oh, so it's like a Mac thing. So why do we have to call Windows programs 'App'?
http://www.drdobbs.com/windows/windows-apps-and-exception-ha...
Re: Microsoft Announces Converter for Bringing Win32 Apps to the Windows Store
#63Re: Microsoft Announces Converter for Bringing Win32 Apps to the Windows Store
#64Let's say I'm building something like an IDE, where I'm not targeting Xbox or phones. Is UWP appropriate for me? Should I aim to be on the Windows Store?
It depends on the IDE; in particular, whether it competes with Microsoft's own line of business. Microsoft has historically had non-compete clauses in its dev tool EULAs. It was an EULA violation, for instance, to use Visual Studio to write a word processor, database, or spreadsheet program. I don't know if it still holds for the cuddly "new" Microsoft... but tread carefully. Windows Store is curated and thus more re…
Re: Microsoft Announces Converter for Bringing Win32 Apps to the Windows Store
#65Earlier quoted context omitted.
Yeah, they dropped that .net thing in less than that .. oh wait
They have abandoned WPF, Winforms and Silverlight. Not sure what happened to WinRT.
WPF was XAML v1. Silverlight was XAML v2. UWP has XAML v3. Your skills are still applicable.
Re: Microsoft Announces Converter for Bringing Win32 Apps to the Windows Store
#66Earlier quoted context omitted.
They have abandoned WPF, Winforms and Silverlight. Not sure what happened to WinRT.
WinRT got rebranded to UWP. WPF was XAML v1. Silverlight was XAML v2. UWP has XAML v3. Your skills are still applicable.
Re: Microsoft Announces Converter for Bringing Win32 Apps to the Windows Store
#67What ever happened to programs? Was there something about that word that terribly offended people? Too hard to type out? Is 'app' soon going to be replaced by some kind of pictogram? Enquiring minds want to know.
They used to be called apps when we made them for J2ME phones. Symbian apps were not sandboxed, but J2ME ones were, and this was the majority. Later on apple brought sandboxed apps to the iphone.
And no-one knew what an app was back then, most seemed surprised that a person even made the games they played on their phones.
Re: Microsoft Announces Converter for Bringing Win32 Apps to the Windows Store
#68Earlier quoted context omitted.
WinRT got rebranded to UWP. WPF was XAML v1. Silverlight was XAML v2. UWP has XAML v3. Your skills are still applicable.
There is a little more to it than XAML. Skills wise it's not too bad but I have looked into porting some WPF apps to WinRT a while ago and those frameworks looked very differently under the hood despite some superficial similarity. I still don't understand why they need to create all this framework churn. WPF could have been extended to what UWP is now in my opinion.
You can also now use it with both native C++ and C# thanks to WinRT.