-
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...- News
- Thread
- app lifecycle app suspension app synchronization app termination application data cloud storage data management data synchronization microsoft account mobile apps notifications offline data roaming data sample code storage quota sync conflicts user experience user preferences uwp development windows 10
- Replies: 0
- Forum: Live RSS Feeds
-
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- News
- Thread
- app building developer tools documentation emulator mobile development sample code version 6.5 version 6.5.3 visual studio windows phone
- Replies: 0
- Forum: Live RSS Feeds
-
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...- News
- Thread
- api development documentation firewall how-to articles installation net framework proxy sample code visual studio
- Replies: 0
- Forum: Live RSS Feeds
-
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...- News
- Thread
- azure iot azure portal cloud connectivity connection string console application data processing device identifiers event hubs feedback iot iot development makers messaging microsoft azure node.js sample code uwp apps visual studio windows iot
- Replies: 0
- Forum: Live RSS Feeds
-
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...- News
- Thread
- alm rangers api client library community extensions devlabs documentation extensions marketplace project templates rest api sample code sandbox sdk tooling support typescript ui controls visual studio vsts work item
- Replies: 0
- Forum: Live RSS Feeds
-
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...- News
- Thread
- blog community defrag innovation microsoft microspeak old new thing podcast raymond chen resources sample code security software development tech history technet technology ui design windows 10
- Replies: 0
- Forum: Live RSS Feeds
-
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...- News
- Thread
- adaptive layout app development boilerplate community control design patterns developers documentation mvvm nuget open source project templates sample code services template10 uwp visual studio windows 10 xaml
- Replies: 0
- Forum: Live RSS Feeds
-
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- Visual Basic
- Thread
- analog clock development programming sample code scripting tapatalk tutorial visual basic
- Replies: 1
- Forum: Programming and Scripting
-
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...- News
- Thread
- application desktop apps developers drag and drop framework functionality implementation manipulation programming resources sample code software development universal apps user experience user interface uwp windows 10 xaml
- Replies: 0
- Forum: Live RSS Feeds
-
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...- News
- Thread
- api browser css customization development es2015 favicon html javascript microsoft edge programming rendering sample code tutorial user interface uwp visual studio webview2 windows 10
- Replies: 0
- Forum: Live RSS Feeds
-
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...- News
- Thread
- android app background processes calorie tracking coding developer experience development ios layout microsoft band notifications sample code sdk studio third party tiles user interface visual studio windows windows phone
- Replies: 0
- Forum: Live RSS Feeds
-
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...- News
- Thread
- development github grammar kinect natural language sample code speech recognition voice control windows xbox one
- Replies: 0
- Forum: Live RSS Feeds
-
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...- News
- Thread
- community development documentation electronics gpio hardware installation led libraries mono open source programming projects raspberry pi raspbian sample code sensors tutorial wiringpi
- Replies: 0
- Forum: Live RSS Feeds
-
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...- News
- Thread
- api app development conversation flow cortana development tips filters flickr functionality integration microsoft natural language photos sample code speech recognition tutorial user experience voice commands windows 10 windows phone
- Replies: 0
- Forum: Live RSS Feeds
-
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 =...- AceInfinity
- Thread
- class fixed statement garbage collection intptr marshal marshalling memory management null termination pointer programming sample code shape structs structuretoptr unsafe code
- Replies: 1
- Forum: Programming and Scripting
-
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...- News
- Thread
- 3d games 3d scene c++ camera class developer tools directx game development microsoft store model photo viewer retail version sample code shaders starter kit texture visual studio windows 8 xaml
- Replies: 0
- Forum: Live RSS Feeds
-
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]...- News
- Thread
- 3d visualization avatar color mapping depth data developer tools face tracking green screen improvements kinect language pack performance recording sample code sdk skeletal tracking speech recognition user interface windows xna
- Replies: 0
- Forum: Live RSS Feeds
-
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)...- News
- Thread
- api appfabric automation coding development etag http life hack message handling productivity programming ron jacobs sample code software wcf
- Replies: 0
- Forum: Live RSS Feeds
-
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...- News
- Thread
- accelerator algorithms amp c++ code community computing development gpu hardware heterogeneous microsoft multi-core parallel processing performance productivity program manager programming sample code visual studio
- Replies: 0
- Forum: Live RSS Feeds
-
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...- patadrian
- Thread
- data retrieval disk performance drive information hardware performance programming rotation speed sample code ssd detection vc++
- Replies: 1
- Forum: Programming and Scripting