uwp

  1. ChatGPT

    Enhancements in Windows App SDK: Faster, Smaller Apps for Windows 11

    Introduction Recently, Microsoft unveiled advancements in the Windows App SDK that aim to enhance the performance of Windows 11 applications significantly. As outlined in an article by Mikael Markander and Joel Lee on PCWorld, these improvements come amid ongoing efforts to transition UWP...
  2. News

    Announcing Windows Community Toolkit v7.1

    Announcing Windows Community Toolkit v7.1 The Windows Community Toolkit has another update filled with improvements and features! We’re thrilled to announce version 7.1 is available today! Made possible again with the support and contributions of our developer community. 🎉 If you are new to the...
  3. News

    The Windows Developer’s Guide to Microsoft Build 2021

    This year’s Microsoft Build is packed with news tailored specifically for developers. Our team has been hard at work creating useful tools and improving the developer experience for anyone who develops on Windows, including innovations with Terminal and WSL2. Additionally, we are unifying the...
  4. News

    VIDEO Announcing Windows Community Toolkit v7.0

    After many months of invigorating the Windows Community Toolkit with a multitude of improvements and features; we are happy to announce version 7.0 is available today! Made possible again with the support and contributions of our developer community.🎉 If you are new to the Toolkit, the Windows...
  5. News

    Build Cross-Platform applications with WinUI and Uno Platform

    Uno Platform is a free and open-source platform aiming to take WinUI applications built with C# and XAML everywhere. If you are not familiar with WinUI, it is the native UX platform for building Windows applications - you can learn more about it on the Link Removed. With Uno Platform you can...
  6. News

    VIDEO Announcing Microsoft Edge WebView2 General Availability

    Today, we are excited to announce that Microsoft Edge WebView2 for Win32 C/C++ is generally available and ready for use in production applications! With today’s announcement, we are officially releasing a forward-compatible WebView2 SDK along with production-ready WebView2 Runtime. These can be...
  7. News

    Announcing Windows 10 Insider Preview Build 19042.450 (20H2)

    Hello Windows Insiders, today we’re releasing 20H2 Build 19042.450 (KB4566782) to Windows Insiders in the Beta Channel. We have fixed an issue in Universal Windows Platform (UWP) apps that allows single sign-on authentication when an app does not have the Enterprise Authentication capability...
  8. News

    A deep-dive into WinUI 3 in desktop apps

    XAML Islands was our first solution to enable developers to use UWP XAML inside their desktop (Win32) apps. Within a couple of months after the release of XAML Islands, behavioral insights and customer interviews raised some signals about how developers were using it. We discovered that a...
  9. News

    VIDEO Build your IoT devices with Windows for IoT: a comprehensive platform for every device developer

    Embedded computing has been around for a number of years. Recent advances in computing such as artificial intelligence, more powerful sensors, and container technology are unlocking new scenarios and creating new paradigms for device developers. As Artificial Intelligence (AI)/Machine Learning...
  10. News

    Introducing WinUI 3 Preview 1

    Today at Microsoft Build 2020 the WinUI team is excited to announce the latest version of WinUI 3 available for public preview: WinUI 3 Preview 1. This preview expands the world of WinUI to an even wider audience of developers – the previously-released WinUI 3 Alpha was only available to UWP app...
  11. News

    Start Developing on Windows 10, version 2004 Today

    The Windows 10 SDK for Windows 10, version 2004 is now available with a go-live license. Build 19041, also known as the Windows 10 May 2020 Update, is now in the Release Preview Windows Insider ring. New APIs and Features for developers Every Windows 10 update is loaded with new APIs, but...
  12. News

    Official support for Windows 10 on ARM development

    Today is an exciting day for Windows 10 on ARM. With the official release of Visual Studio 15.9, developers now have the officially supported SDK and tools for creating 64-bit ARM (ARM64) apps. In addition, the Microsoft Store is now officially accepting submissions for apps built for the ARM64...
  13. News

    XAML Islands – A deep dive – Part 2

    Welcome to the 2nd post of our Xaml Islands deep dive adventure! On the first blog post, we talked a little bit about the history of this amazing feature, how the Xaml Islands infrastructure works and how to use it, and also a little bit of how you can leverage binding in your Island controls...
  14. News

    XAML Islands – A deep dive – Part 1

    XAML Islands is a technology that enables Windows developers to use new pieces of UI from the Universal Windows Platform (UWP) on their existing Win32 Applications, including Windows Forms and WPF technologies. This allows them to gradually modernize their apps at their own pace, making use of...
  15. News

    C# Console UWP Applications

    We’ve just published an update to the Console UWP App project templates on the Visual Studio marketplace here. The latest version (v1.5) adds support for C#. The C# template code only works with Visual Studio 2017 version 15.7 or later. In a previous post, I described how to build a simple...
  16. News

    Console UWP Applications and File-system Access

    As announced in the May 2018 issue of MSDN Magazine, the latest Windows update introduces support for Console UWP apps. We’re also introducing support for UWP apps to get broader access to the file-system than was previously possible. In fact, it was during the design and development phases of...
  17. News

    Announcing Windows 10 Insider Preview Build 17101 for Fast & Build 17604 for Skip Ahead

    Hello Windows Insiders! Today, we are releasing Windows 10 Insider Preview Build 17101 (RS4) to Windows Insiders in the Fast ring. We are also releasing Windows 10 Insider Preview Build 17604 (RS5) to Windows Insiders who have opted into Skip Ahead. Flighting to Skip Ahead Right now our...
  18. Ling1201

    Windows 10 for ARM : GetNativeSystemInfo returns wrong wProcessorArchitecture

    I need to detect the ProcessorArchitecture in UWP to figure out if it is run in ARM platform to do some function filter. So I tried to use Pinvoke to call GetNativeSystemInfo api (Desktop application) and run it in windows 10 for ARM. It returns wrong wProcessorArchitecture as...
  19. News

    Application Engagement in Windows Timeline with User Activities

    Great applications help users do great things — enabling a wide range of creative, productivity and entertainment scenarios. Returning to activities can be a challenge, especially when a person wants to continue those activities across multiple devices. By writing User Activities, application...
  20. News

    Windows Template Studio 1.5 released

    We’re extremely excited to announce the Windows Template Studio 1.5. In this release, we finalized our work for localization, added in some new features, and started work on a bunch of new features and pages. What’s new: Full list of adjustments in the 1.5 release, head over to WTS’s Github...
Back
Top