Earlier quoted context omitted.
Win32 is super stable. The .NET Ui toolkits churn every 3 years or so without much improvement. Very frustrating.
I haven't seen much (if any) churn in Windows Forms or WPF toolkits in about a decade. Are you sure about that 3 year thing?
Microsoft Confirms UWP Is Not the Future of Windows Apps
61–70 of 81 posts
Re: Microsoft Confirms UWP Is Not the Future of Windows Apps
#62The comments on this post really make me wonder how many people have actually written a UWP app or tried using the API? I have experience across a heap of stacks... Cocoa, Cocoa Touch, Android, Win32/WinForms/WPF, Web, Xamarin Forms etc... I love UWP. It was pretty ordinary in the first few releases but it has matured well, has great documentation and the UI framework is developed in the open on GitHub. I am by no me…
Re: Microsoft Confirms UWP Is Not the Future of Windows Apps
#63Disagree with the simplistic conclusion. Before I make a long comment, please spend a few minutes to take a look at this video and make your own conclusion: https://youtu.be/GrKA4D_8ngY?t=382
Re: Microsoft Confirms UWP Is Not the Future of Windows Apps
#64I think from a developer perspective this is pretty misleading because all the "new" stuff in Windows development is just repackagings of UWP subsystems to work with Win32 apps. WinUI is the UWP UI stack, MSIX is the UWP package format, etc. So even if they aren't really pushing the UWP "brand" anymore, if you have a UWP app you are already using all of the "new" stuff.
> And the way we know that’s true is that Win32, WPF, and WinForms have all been “elevated to full status”—Gallo’s words—in Windows 10 all these years later.
It sounds like they're promoting Win32 as a long term option. I wouldn't expect them to say "UWP is dead", MS has a history of playing "it's not dead it's just resting" with UI frameworks, WPF was one of those.
I'm also curios what these changes mean for compatability? Anything that can't be used on windows 7+ will be dead on arrival. If they could just provide a "This is how you build windows apps for 7,8,10+ that we won't deprecate in future" I'd be happy.
Re: Microsoft Confirms UWP Is Not the Future of Windows Apps
#65Earlier quoted context omitted.
Telegram works great, Slack works fine as does Discord. LibreOffice is descent, there are a few Money Manager apps. I'm not a huge fan of GTK or KDE-based apps, but ones developed in React Native and Qt with static binaries, then I really enjoy the quality and having the latest version integrated into my package manager. It is much cleaner to install and remove overall. Containers would help isolate this even more. I…
You're adding to my list of cross-platform apps. I agree that most of the important ones are fine under Linux, but I still haven't seen many (any?) great linux-specific ones. There are obviously reasons to use Linux (I do), I just don't think unique (end-user, GUI) app availability is amongst them.
Re: Microsoft Confirms UWP Is Not the Future of Windows Apps
#66The future of windows is JavaScript. And no, I’m not kidding. Anyone who has used Office 365 in their browser can see that for many desktop things, you no longer need a framework. For everything else, it’s probably a custom library on top of DirectX anyway. And I’m not saying I agree with this, but MSFT opened that door and others will follow whether they want them to or not.
Now, I don't use windows on a regular basis, but clearly something was wrong with the UWP UX design.
But we don't need to replace it with a web based version of everything. Imagine electron based apps for your calculator....they'll be very very resource heavy.
Re: Microsoft Confirms UWP Is Not the Future of Windows Apps
#67Disagree with the simplistic conclusion. Before I make a long comment, please spend a few minutes to take a look at this video and make your own conclusion: https://youtu.be/GrKA4D_8ngY?t=382
My interpretation of the direction is the opposite of Thurrott’s in some sense – UWP will be expanded and morphed together with Windows Forms and WPP into .Net core app eventually with .Net Core 5.0 Here is my take of UWP development that I have expressed on different occasions: 1. The best target OS compared with Android and iOS. 2. The best IDE (VS). Android Studio is catching up fast, but still has a long way to g…
I have done native development for UWP, iOS, Android. UWP delivers the most consistent API, advanced tooling, and productive devrloper experience by far. This is part of why we picked UWP as the abstraction API for Uno.
That said, I believe that modern web development frameworks offer an even better developer experience, thanks to projects like TypeScript and React. I can't comment about Flutter yet.
Re: Microsoft Confirms UWP Is Not the Future of Windows Apps
#68The future of windows is JavaScript. And no, I’m not kidding. Anyone who has used Office 365 in their browser can see that for many desktop things, you no longer need a framework. For everything else, it’s probably a custom library on top of DirectX anyway. And I’m not saying I agree with this, but MSFT opened that door and others will follow whether they want them to or not.
Re: Microsoft Confirms UWP Is Not the Future of Windows Apps
#69Re: Microsoft Confirms UWP Is Not the Future of Windows Apps
#70What the hell is wrong with Microsoft? Everyone is excited about WSL, but Microsoft is failing miserably at their core competencies. They killed off Win32 OneNote to create UWP OneNote (which offers a fraction of the features), and then kills UWP? Every new Microsoft app somehow does less than the version you were using when Win2k came out.
UWP isn't being killed; the UWP API is merging with other framework APIs into a single platform API for Windows. UWP as an API is very good. UWP as a user interface wasn't well received. There was a talk at the recent Build conference about it, which is now available on YouTube if you want to find it and judge for yourself.