sample code

  1. Roaming app data and the user experience

    Link Removed The user experience for roaming app data is similar to a magic trick. Work is done behind the scenes to create the illusion that data is moving from place to place when, in fact, all that really happens is data gets copied and destroyed, over and over. The data itself never...
  2. Windows Mobile 6.5.3 Developer Tool Kit

    The Windows Mobile 6.5.3 DTK provides documentation, sample code, header and library files, emulator images and tools you can use with Visual Studio to build applications for Windows Mobile 6.5 and 6.5.3. Link Removed
  3. Download Microsoft Visual Studio and .NET Framework Documentation for firewall and proxy...

    This download includes an self-extracting EXE package that contains Visual Studio and .NET Framework documentation—overviews, how-to articles, API reference pages, sample code, and more—to help you in your development efforts. All of the documentation in the package is also available online. For...
  4. Windows IoT Core and Azure IoT Hub – Putting the ‘I’ in IoT

    Hello, Makers! Earlier this year, we announced the availability of Windows IoT Core – a new edition of Windows designed for maker boards and small devices. We’ve been busy the past few months continuing to make improvements to the platform, with the goal of making Windows IoT Core the best...
  5. Extending VSTS with Project Template, Docs and more...

    Today's Extension Monday post is about one of the coolest new extension opportunities, extension Visual Studio Team Services (VSTS, fka Visual Studio Online). To get you started creating VSTS extensions, Josh Garverick has shared a great Project Template... Link Removed This extension...
  6. Defrag Tools #142 - Raymond Chen - Old New Thing | Defrag Tools

    In this on-location special for Defrag Tools, Andrew Richards and Chad Beeder invade Raymond Chen's office. Raymond is a 23yr veteran of Microsoft, who's worked on everything from MS-DOS to the Windows 10 UI. We talk about his Blog and Link Removed Old New Thing, Security Reports on the wrong...
  7. Turning your Windows 10 Project Templates up to 10 with Template10!

    We're back with a Theme Week, this time focusing on... wait for it... Windows 10 (Okay, I had a number of Win10 posts in the queue, so thought this a good means to get them out. :) Visual Studio Project Templates are great tools to help you kick off a new project quickly. They can help scaffold...
  8. V

    Creating an Analog Clock in Visual Basic: Tips and Guidance Needed

    How can you make an analog clock? Thanks! Sent from my SM-T110 using Tapatalk
  9. 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...
  10. 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...
  11. Microsoft Band SDK Release and Band Studio Introduction

    About a month ago we highlighted the Microsoft Band in a link round-up post, Developing for the Microsoft Band Link Round-up. Since then the Microsoft Band SDK, Link Removed, was fully released... Link Removed Today, we’re announcing the full release of the Microsoft Band SDK. Visit Link...
  12. Kinect for Windows v2 Speech Recognition Sample

    If you've been following this blog for any length of time, you know how much I like the Kinect voice recognition and its potential. Every single time I use my Xbox One, it's just so natural to "Xbox Pause" or "Xbox Turn Off"... Zubair Ahmed has just shared a simple sample, but simple in that...
  13. Two Raspberry PI LED Examples

    Rich Dudley reached out to me and based on our recent Raspberry PI posts, suggested I highlight his Blinking an LED with Raspberry Pi 2 and C# Mono post. I almost immediately replied to say it was already in the queue, but double checked first. There was indeed a Raspberry PI 2 LED post in the...
  14. Conversations with Cortana

    One of the stars of last week's Windows 10 Event was undeniably Cortana. Today we are going to share not one, not two, but three different Cortana dev posts... First a post from Link Removed; Link Removed I wrote a little in this Link Removed about the basics of integrating Cortana into a...
  15. Windows 7 [C#] Marshalling, Pointers, Structs & Classes Full Example

    class ShapeClass { public unsafe Shape* Polygon; } struct Shape { public unsafe Shape(char* name, int numsides) { Sides = numsides; Name = name; } public unsafe char* Name; public int Sides; } private unsafe void MainMethod() { char[] name =...
  16. Windows 7 Visual Studio 3D StarterKit

    Want to write a 3D game for Windows 8, but not sure where to start? In this video, we'll show you the Visual Studio 3D Starter Kit, which is now available on the Visual Studio Developer Code Samples site for all editions of Visual Studio 2012 that support writing Windows Store apps, including...
  17. Windows 7 Kinect for Windows SDK 1.5 - Face Tracking, Seated Skeletal Tracking, Kinect Studio, & More

    Rob Relyea, a Principal Program Manager on the Kinect for Windows team joins us again on Channel 9 to discuss all of the new features with the 1.5 release of the Kinect for Windows SDK. Download the 1.5 Release at Link Removed [00:33] Overview of the Kinect for Windows SDK 1.5 Release [03:00]...
  18. Windows 7 AppFabric.tv - Automatic ETag Management with WCF Web API Message Handlers

    In this episode, Howard Dierking demonstrates a really cool sample that allows you to build a Message Handler that will automatically apply ETags. Plus, at the end, we have a bonus life-hacking talk about how a busy PM uses Link Removed to take control. Links Link Removed WCF Web API (CodePlex)...
  19. Windows 7 Daniel Moth: Blazing-fast code using GPUs and more, with C++ AMP

    Herb Sutter recently announced C++ AMP at the AMD Fusion Developer Summit as part of his keynote. Here, Daniel Moth, a program manager on Microsoft's Parallel Computing Platform Team, digs deeper into C++ AMP with code samples and more. Please download the slides from the link below as the...
  20. P

    Windows 7 Get Rotation Speed of Disk Sample Code

    Hi all! Im not really good at VC++ but does anyone have a sample code to get the rotation speed of disk in a computer. I have been working on detecting SSD drives and one solution from researching all day was to get the rotation speed and since SSD have 0 rpm this might be the only way to detect...