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...
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
samplecode
storage quota
sync conflicts
user experience
user preferences
uwp development
windows 10
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
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...
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...
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...
alm rangers
api
client library
community extensions
devlabs
documentation
extensions
marketplace
project templates
rest api
samplecode
sandbox
sdk
tooling support
typescript
ui controls
visual studio
vsts
work item
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...
blog
community
defrag
innovation
microsoft
microspeak
old new thing
podcast
raymond chen
resources
samplecode
security
software development
tech history
technet
technology
ui design
windows 10
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...
adaptive layout
app development
boilerplate
community
control
design patterns
developers
documentation
mvvm
navigation
nuget
open source
project templates
samplecode
services
template10
uwp
visual studio
windows 10
xaml
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...
application
desktop apps
developers
drag and drop
framework
functionality
implementation
manipulation
programming
resources
samplecode
software development
universal apps
user experience
user interface
uwp
windows 10
xaml
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...
api
browser
css
customization
development
es2015
favicon
html
javascript
microsoft edge
navigation
programming
rendering
samplecode
tutorial
user interface
uwp
visual studio
webview2
windows 10
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...
android
app
background processes
calorie tracking
coding
developer experience
development
ios
layout
microsoft band
notifications
samplecode
sdk
studio
third party
tiles
user interface
visual studio
windows
windows phone
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...
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...
community
development
documentation
electronics
gpio
hardware
installation
led
libraries
mono
open source
programming
projects
raspberry pi
raspbian
samplecode
sensors
tutorial
wiringpi
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...
api
app development
conversation flow
cortana
development tips
filters
flickr
functionality
integration
menu
microsoft
natural language
photos
samplecode
speech recognition
tutorial
user experience
voice commands
windows 10
windows phone
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 =...
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...
3d games
3d scene
c++
camera class
developer tools
directx
game development
microsoft store
model
photo viewer
retail version
samplecode
shaders
starter kit
texture
visual studio
windows 8
xaml
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]...
3d visualization
avatar
color mapping
depth data
developer tools
face tracking
green screen
improvements
kinect
language pack
performance
recording
samplecode
sdk
skeletal tracking
speech recognition
user interface
windows
xna
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)...
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...
accelerator
algorithms
amp
c++
code
community
computing
development
gpu
hardware
heterogeneous
microsoft
multi-core
parallel processing
performance
productivity
program manager
programming
samplecode
visual studio
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...