visual studio

  1. News

    Windows 10 SDK Preview Build 15042 Released

    Today, we released a new Windows 10 Creators Update SDK Preview to be used in conjunction with Link Removed (Build 15042 or greater). The Preview SDK is a pre-release and cannot be used in a production environment. Please only install the SDK on your test machine. The Preview SDK Build 15042...
  2. News

    Windows Developer Day – Creators Update

    Back in October, Satya, Terry and Panos introduced the Windows 10 Creators Update. They showed some of the new features and announced some amazing new additions to our Surface family of devices. Since then, my team has been working to complete the platform work for the Creators Update to deliver...
  3. News

    Using SQLite databases in UWP apps

    For many developers, SQLite has become the preferred client-side technology for data storage. It is a server-less, embedded, open-source database engine that satisfies most local data access scenarios. There are numerous advantages that come with its use, many of which are explained in the...
  4. News

    Announcing “UWPDesktop” NuGet Package Version 14393

    The UWPDesktop NuGet package is here to improve the developer experience with Visual Studio when walking along the Desktop Bridge. The Desktop Bridge allows you to call UWP APIs directly from your WinForms, WPF or VB application. You can use APIs such as Live tiles, notifications, App Services...
  5. News

    ICYMI – What happened over vacation?

    We hope everyone had a great vacation and a very happy New Year! We’re excited to be back and while we have a few exciting updates on the way, here are a few things that you might have missed. Patterns & Controls Tutorials Fly out menus. Dialogue boxes. Buttons. Check, check and check. Learn...
  6. News

    Windows Bridge for iOS: Customizing the Surface Dial Experience

    In part one of the Windows Bridge for iOS series, we created a simple to-do list app in Xcode and used the iOS bridge to bring it over to Windows 10. In part two of the series, we went on a tour of Visual Studio for iOS developers. In part three, we used the Windows Bridge for iOS to convert an...
  7. News

    Silicon Valley startup innovates using Surface Book

    “He walks off the plane from Tokyo at 3 a.m. and joins my call with Toronto at 5 a.m.,” remarked David Sidhu, VP of customer success at Litmus Automation. David was describing the incredible work ethic of Co-founder and CEO Vatsal Shah, the man behind the rapid growth and development for his...
  8. News

    Designing and Prototyping Apps with Adobe Experience Design CC (Beta)

    Adobe Experience Design CC (Beta) or Adobe XD, is a new creative tool from Adobe for designing high-fidelity prototypes of websites and mobile apps. You can try a new public preview released today of Adobe XD on Windows 10. Why Adobe XD? A well-designed app often starts out with a sketch, a...
  9. News

    VIDEO Standard C++ and the Windows Runtime (C++/WinRT)

    The Windows Runtime (WinRT) is the technology that powers the Universal Windows Platform, letting developers write applications that are common to all Windows devices, from Xbox to PCs to HoloLens to phones. Most of UWP can also be used by developers targeting traditional desktop applications...
  10. News

    Windows 10 SDK Preview Build 14965 Released

    Today, we released a new Windows 10 Anniversary SDK Preview to be used in conjunction with Windows 10 Insider Preview (Build 14965 or greater). The Preview SDK is a pre-release and cannot be used in a production environment. Please only install the SDK on your test machine. The Preview SDK Build...
  11. K

    Windows 10 Windows 10 IoT Unviersal App executable?

    I have Raspberry PI3 with Windows 10 IoT installed and I wan't to control leds that are connected to Raspberry PI3 from another Windows tablet or computer with done with Visual Studio. That much I know it is possible with Universal App. But is it possible to control the leds from an independent...
  12. Henry Wong

    Windows 10 Font Issues

    I was working with Visual Studio, learning to work with .asp and .html, when I noticed that it was giving me weird font errors. I was reading a .txt file and out putting it to a text box. It would change some characters to a diamond ? looking thing. At first I thought it was something strange in...
  13. News

    High DPI Scaling Improvements for Desktop Applications and “Mixed Mode” DPI Scaling in the...

    As display technology has improved over time, the cutting edge has moved towards having more pixels packed into each physical square inch, and away from simply making displays physically larger. This trend has increased the dots per inch (DPI) of the displays on the market today. The Surface Pro...
  14. News

    Camera APIs with a dash of cloud intelligence in a UWP app (App Dev on Xbox series)

    Apps should be able to see, and with that, they should be able to understand the world. In the sixth blog post in the series, we will cover exactly that, how to build UWP apps that take advantage of the camera found on the majority of devices (including the Xbox One with the Kinect) and build a...
  15. News

    Web-to-App Linking with AppUriHandlers

    Overview Web-to-app linking allows you to drive user engagement by associating your app with a website. When users open a link to your website, instead of opening the browser, your app is launched. If your app is not installed, your website is opened in the browser as usual. By implementing...
  16. News

    How to develop augmented reality apps with Vuforia for Windows 10

    Augmented Reality is a way to connect virtual objects with the real world, making it possible to naturally interact with them by use of mobile devices like phones, tablets or new mixed reality devices like HoloLens. Vuforia is one of the most popular Augmented Reality platforms for developers...
  17. Axel PC

    Should I keep these?

    I'm currently in a backup project and I've got ALOT of old software. But should I even make ISO backups of theses old software? I've got old versions of Visual Studio, every Office back to 98, every Windows os back to 98 SE. Have any of ya'll come across a situation where you needed an old...
  18. News

    Announcing UWP Community Toolkit 1.1

    Today we are releasing the first update to the UWP Community Toolkit. To see the updates, first: Get started with UWP Community Toolkit 1.1 Install the Link Removed directly from the Windows Store Read the documentation In under a month since the first release, we are humbled by the positive...
  19. News

    UWP Hosted Web App on Xbox One (App Dev on Xbox series)

    For the fourth installment in the series, we are open sourcing yet another sample app: South Ridge Video, an open source video app developed as a hosted web application built with React.js and hosted on a web server. South Ridge can easily be converted to a UWP application that takes advantage...
  20. News

    Animations with the Visual Layer

    When the layout of your Universal Windows Platform (UWP) app changes, there is often a slight pause as your app rearranges content to fit the new window size or orientation. Composition APIs let you create smooth-as-butter animations between these states so your layout changes won’t jar your...
Back
Top