News

Windows 10 SDK Now Out as a Preview

Windows Insider members can access the software development kit preview for building Universal Apps on the upcoming Windows 10 platform.

A preview version of the Windows 10 Software Development Kit is now available to developers who have registered for the Windows Insider Program. That, according to Cliff Simpkins,  ‎Senior Product Manager for Windows Platform Developer Marketing, in a blog post today.

Microsoft showcased the Universal App Platform in early March at the Mobile World Conference in Barcelona; the SDKis part of the tooling that was announced along with the platform.

One of the goals for Windows 10 and the Universal App Platform is a simplification of the process for building apps that are, from a developer point of view, universal -- build once and the app adapts to the device it's running on. The capability is there now, with Windows 8.1 and a bit of a work-around. With Windows 10, it's made a bit easier with the incorporation of the Adaptive UX and its singular UI. The ability of UI controls to configure themselves at runtime based on user interaction with the app is also a key to the new platform, and so is recognition of APIs being used (via API contracts).

For developers, the secret sauce will be in the Windows 10 SDK that was released into preview today. S. Somasegar, Microsoft corporate vice president of the Developer Division, blogs separately the particulars of the developer tools for the Windows 10 platform. He said that devs can use any Visual Studio 2015 version of the programming tool of choice, and the apps should be able to run on any Windows 10 device with no additional device-specific configuration. The SDK provides tools for using features that are device-specific; it's all a matter of writing apps to check for the presence so APIs or specific SDK extensions.

He said that this preview also contains the tools for testing the apps on a Windows 10 test PC, with emulators for Windows 10 Phone and Xbox to come. Somasegar also calls out the debugging and testing tools that are available in the preview that have been announced in the weeks since MWC: "new diagnostics tools, XAML UI debugging, and all of the profiling tools" in various stages of development can be tested.

Somasegar also writes that apps will benefit from performance gains, as apps will be compiled in .NET Native from within the Windows Store before users install them on Windows 10 devices.

You can read about other Windows 10 SDK features on Somasegar's blog; to download the SDK, go here (where you can also read about software requirements prior to downloading it).

About the Author

You Tell 'Em, Readers: If you've read this far, know that Michael Domingo, Visual Studio Magazine Editor in Chief, is here to serve you, dear readers, and wants to get you the information you so richly deserve. What news, content, topics, issues do you want to see covered in Visual Studio Magazine? He's listening at [email protected].

comments powered by Disqus

Featured

  • Full Stack Hands-On Development with .NET

    In the fast-paced realm of modern software development, proficiency across a full stack of technologies is not just beneficial, it's essential. Microsoft has an entire stack of open source development components in its .NET platform (formerly known as .NET Core) that can be used to build an end-to-end set of applications.

  • .NET-Centric Uno Platform Debuts 'Single Project' for 9 Targets

    "We've reduced the complexity of project files and eliminated the need for explicit NuGet package references, separate project libraries, or 'shared' projects."

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

Subscribe on YouTube