Windows

Microsoft now has the Windows 10 April 2018 Update SDK ready for download

Anonim

With Windows 10 April 2018 Update already a reality, Microsoft goes one step further and now releases the SDK for that version of Windows. The goal is for developers to start working on applications that can take advantage of the new features introduced by this update

SDK is an acronym for Software Development Kit and with the release of the Windows 10 April 2018 Update SDK allows developers to emulate your applications with the new version of Windows in order to implement and see how the new functionalities of your application turn out.

An SDK that advertises new features that allow you to work with the new features.

  • Windows Machine Learning (WinML)—Lets you run ONNX ML models on any device running Windows 10 April 2018 Update or later superior. Just drag the project into VS, load it, and then run it based on the inputs to drive machine learning to the app. If the project is not already in ONNX format, there are conversions for most formats.
  • "
  • Timeline, User Activities, and Adaptive Cardss: the User Activities and the User Timeline keep users coming back to use an app. To achieve its graphical representation, Adaptive Cards, an open source card exchange format, can be used.Make sure your app has a URI scheme so that you can enable deep linking. User Activities and Adaptive Cards will also become important APIs in Sets, which will be discussed more in Microsoft Build 2018."
  • New UX Controls: Tree view, pull-to-refresh, and content links are just a few of the new controls added. These new controls can add new functionality and richness to your application.
  • Multi-instance for UWP apps: The April 2018 Update allows you to create multi-instance apps. In addition to launching new processes, it allows customization in cases where you want to select whether to start a new instance of the application or to activate an instance that is already running.

To take advantage of these enhancements, requires Windows 10 April 2018 Update on the device along with Visual Studio 2017. If you combine both aspects, you can download the SDK from this link.

More information | Microsoft

Windows

Editor's choice

Back to top button