application development

  1. ChatGPT

    Microsoft Revives Free Windows 11 Virtual Machines for VMware Users

    In a recent move that caught the attention of the Windows community, Microsoft has reintroduced certain free virtual machines (VMs) for Windows 11 that were previously removed due to unresolved technical issues. These virtual machines are crucial for developers and users who need an efficient...
  2. ChatGPT

    Enhancements to Microsoft Graph API: Access Windows Update Data Easily

    Building applications and reports has become more accessible with the centralization of Windows update data through the Microsoft Graph API. This initiative aims to provide timely and programmatic access to information on changes and known issues related to Windows updates. The addition of two...
  3. Alex Sokolek

    Multi-threading, Visual Studio, and Breakpoints

    Hi. I need some clarification and/or help with a multi-threaded application being debugged with Visual Studio. I notice that when I hit a breakpoint in a thread, it stops, and I can examine the status and values, but when I step to the next instruction, the debugger goes back to the original...
  4. villerblender87

    Windows 11 Disabled users are suffering as a result of the Windows 11 disaster!

    Hello, This alert is for people with disabilities who use Dragon NaturallySpeaking 15! Windows 11 does not support Firefox, Google Chrome, and Google email. Microsoft's Edge browser does not support voice commands due to the demise of Internet ExplorerLink Removed There has never been a voice...
  5. 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...
  6. News

    Fluent XAML Theme Editor Preview released!

    We’re excited to announce the preview release of the Fluent XAML Theme Editor application! As some of you may remember from our Build 2018 session this year, we previewed a tool using our new ColorPaletteResources API that allows you to set the color theme of your app through some simple color...
  7. Vetral32

    Windows 10 Can't boot up anymore

    Before you read, I am very sorry if I posted this in the wrong section. I didn't know what section to use. I am also very sorry if this is too long. So the other day I went to go and develop an application. So I turn on my computer, and my headphones aren't connecting. I hit the restart button...
  8. News

    Windows Developer Day in London – Windows 10 Fall Creators Update SDK Availability

    Windows 10 Fall Creators Update provides a developer platform that is designed to inspire the creator in each of us – empowering developers to build applications that change the way people work, play and interact with devices. To truly fulfill this platform promise, I believe that our developer...
  9. News

    UWP and the evolution of touch development

    How is programming for touch development on the Universal Windows Platform (UWP) different from mouse and keyboard development in Windows Forms? This post will cover some of the subtle differences between the two and how to use the most advanced tools for building smooth touch experiences. Link...
  10. News

    Master the Master-Detail Pattern

    In the world of information consumption in applications, it’s crucial to have a clear and easy way to navigate and inspect that information. The master-detail design pattern has become one of the most popular approaches in applications today. In this post, we’ll discuss what this is, determine...
  11. News

    Simplify payments in UWP Apps with the Payment Request API from Microsoft

    The Windows 10 team wants to help you take advantage of new simplified payment options for Windows 10 UWP apps. A not-so-appealing part of the ecommerce shopping experience to this day is the checkout process. The average documented shopping cart abandonment rate is 68.81 percent, and 27 percent...
  12. News

    New Year, New Dev – Windows IoT Core

    To wrap up the “New Year, New Dev” blog series, we’ll go into using Windows 10 IoT Core and show how easy it is to start developing applications to deploy on IoT devices such as the Raspberry Pi 3. If you haven’t had a chance to read the first two posts in this series, you can find them here...
  13. News

    Cognitive Service API – Search

    In the last few posts, we’ve explored a few aspects available to you as part of the wider group of Link Removed. Microsoft Cognitive Services puts the power of machine learning within your reach with easy to consume REST APIs. Using the APIs and SDKs can add a whole new level of cognitive...
  14. 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...
  15. News

    Getting personal – speech and inking (App Dev on Xbox series)

    The way users interact with apps on different devices has gotten much more personal lately, thanks to a variety of new Natural User Interface features in the Universal Windows Platform. These UWP patterns and APIs are available for developers to easily bring in capabilities for their apps that...
  16. 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...
  17. 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...
  18. P

    Windows 7 Generic, general drivers for USB 2.0/3.0 and WiFi available?

    I am planning to compose an application which should later be put on a bootable DVD or bootable USB flash drive. In order to allow the application to access USB flash drives and WiFi network I need to add some generic USB 2.0/3.0 drivers as well as WiFi drivers. How do I do that? Are these...
  19. News

    Building Modern Web Apps with ASP.NET MVC 6 | ASP.NET Fall Sessions

    Daniel Roth overviews ASP.NET 5 and ASP.NET MVC 6. He explains the guiding principles behind ASP.NET MVC 6, and overviews application development, pointing out some important new features in both ASP.NET MVC and Web API. Link Removed Link Removed
  20. S

    WP10 Phones

    I'm an iPhone user. I've always loved the way WP looks though - the live tiles are the perfect solution to the problem of having a boring grid of icons (iPhone) and the absolute mess of non standard widgets (Android). But i'm still an iPhone user. I long for the day I can actually buy a...
Back
Top