uwp

  1. News

    Windows 10 development for absolute beginners

    The absolute beginners series is back for Windows 10. It doesn’t matter if you’re a pro dev or just starting out, there’s valuable content for everyone. If you’re looking for a faster pace content that dives, the Developer’s Guide to Windows 10 series may be for you. The only thing that the...
  2. News

    Using "Drag and Drop" in your Universal Windows App | Inside Windows Platform

    In Windows 10, we've made it exceedingly easy to add "Drag and Drop" functionality to your UWP application. As you're probably aware, "drag and drop" is by no means a new feature for Windows applications. For a very long time, the notion for the user to able to move objects within a single...
  3. News

    Combining Windows 10 features with Unity games in your own plugin

    In case you're curious how to add Universal Windows Platform functionalities that isn't already covered with Unity APIs or with existing plugins - here is how you can write your own plugins targeting UWP. Edit: one little correction, instead of checking all boxes for the stub plugin, just...
  4. News

    What’s next for Windows 10 IoT Core

    Back in early August I was pleased to announce the Windows Insider release of Windows 10 IoT Core, a version of Windows 10 targeted towards small, embedded devices that may or may not have screens, and the response from you has been tremendous. We’ve received a lot of feedback that has helped us...
  5. News

    Using cross-app communication to make apps work together (10 by 10)

    With Windows 10, the Universal Windows Platform (UWP) provides a number of improvements to better support sharing data and files across Windows apps. Cross-app communication in Windows 10 Windows 10 introduces some new and improved ways to ease communication between apps on the same device...
  6. News

    Publishing a UWP Web App on a Mac using ManifoldJS

    ManifoldJS, the tool that turns your web apps into store apps, just got better. With version 0.4.0 you can now build and submit Windows 10 apps from any platform! This short video walks you through the process of building, packaging and submitting a Windows 10 app from your Mac. Link Removed...
  7. News

    Bridging the WinPhone to UWP Gap...

    One of the questions I hear allot is how do you convert your Windows phone 8/8.1 Silverlight app into a Windows 10 UWP app? Is there a simple converter? No. But one is the works! Mobilize.NET, the company that brought us the cool WinForm to Web App product, WebMAP2 have just released a new...
  8. News

    UWP Layout using SplitView and RelativePanel in C# with XAML | Inside Windows Platform

    This week, Shen and I took a look at how you can very easily use the new XAML SplitView control to build an experience in your UWP application that automatically _adapts_ based on the current size of your application. As you may imagine, this is one of the foundational building blocks we...
  9. News

    Initial preview of Silverlight bridge to UWP

    Today marks the initial release of Mobilize.NET’s Silverlight bridge, which helps Windows Phone Silverlight app developers bring their WP Silverlight 8.x apps to the Windows 10 Universal Windows Platform (UWP). Announced at Build 2015, the Moblize.NET bridge is free and directly integrates into...
  10. News

    Learn about the samples for Universal Windows Platform

    One way to learn app development for the Universal Windows Platform (UWP) is by taking advantage of the extensive and growing samples collection on GitHub. You can use these samples to learn about specific UWP features and APIs and as a source of working code that you can copy and paste into...
  11. News

    Building Windows 10 Games with Unity 5

    In our second Link Removed theme week post, Link Removed and Link RemovedLink Removed spend 6+ hours teaching you have to create 3D Windows 10 Universal Windows Platform games with Unit 5... Link Removed Are you looking to build 3D games with Unity 5 for the Windows 10 Universal Windows...
  12. News

    Dynamically detecting features with API contracts (10 by 10)

    Brent Rector, a principal program manager on Windows helped write this post. The Universal Windows Platform (UWP) allows you to write your app once and target multiple device families, while also taking advantage of new APIs introduced on later versions of the OS as well as using unique APIs...
  13. News

    Unity Support for Windows 10

    Today, Link Removedwhich includes support for Windows 10 and the Universal Windows Platform (UWP). With UWP support in Unity 5.2, developers can build a single game for Windows 10 that targets multiple devices ranging from phones to tablets to PCs to Xbox. This means that multiple screen sizes...
  14. News

    Building your own Windows 10 Web Browser

    Seems like with every Windows release, there's a set of sample apps that wrap the browser, showing you how you can add your own chrome (as in UI) to it, adding features and behaviors, creating your own web browser. Windows 10 is no different. Then again it is, because this time around, it's...
  15. News

    Take a tour of the Duolingo Universal Windows Platform App for Windows 10

    Duolingo is a popular language learning program that has been on Windows Phone for a while but has now made the transition to a Universal Windows Platform app which is now available on Windows 10 desktops and mobile. read more Continue reading...
  16. News

    Make your app look great on any size screen or window (10 by 10)

    With the Universal Windows Platform in Windows 10, your apps will now run on a number of device families and automatically scale across the different screen and window sizes, supported by the platform controls. In the next three weeks of the Windows 10 by 10 development series, we’re going to...
  17. News

    Jumpstart your Win10 IoT development with the AllJoyn Studio for Visual Studio 2015

    Building Windows 10 IoT? Then you'll want to check out the Link Removed and Brian Rockwell's great post on how to use it... Link Removed AllJoyn® in Windows® 10 An AllJoyn® development toolkit to quick-start AllJoyn® development. The AllSeen Alliance created AllJoyn® to empower the Internet...
  18. News

    Creating your own browser with HTML and JavaScript

    Over the past several months, we have made numerous improvements to the Microsoft Edge rendering engine (Microsoft EdgeHTML), focusing on interoperability with modern browsers and compliance with new and emerging standards. In addition to powering Microsoft Edge, EdgeHTML is also available for...
  19. News

    Go beyond "Blank App" with these Windows 10 VS 2015 Project Templates

    Like many of you, I'm looking at jumping into developing Windows 10 Universal Windows Platform apps. So like most of you, I fire up Visual Studio, New Project and look for a Project Template to help me hit the ground running. Let's see, for creating a Windows 10 app there's... one UI template...
  20. News

    .NET Native – What it means for Universal Windows Platform (UWP) developers

    This blog was written by Daniel Jacobson, Program Manager What is .NET Native? .NET Native is a precompilation technology for building Universal Windows apps in Visual Studio 2015. The .NET Native toolchain will compile your managed IL binaries into native binaries. Every managed (C# or VB)...
Back
Top