Tagged: surface
Please leave a comment, ask a question and consider subscribing to the latest posts via RSS or email. Thank you for visiting! Below is a list of entries related to the tag listed above..
My site contains more than just the information below and I'd encourage you to visit the home page to view
current information as well as other items/categories that might be of interest.
There are 2 entries for the tag
surface
So you got that shiny new Surface device today? I’m sure you spent the first few hours just opening it up, setting your personal experiences to your desire, re-installing and discovering new apps. But you are a developer and now you want to see how your app looks on this great device…Here are some tips to get you quickly started. Setting up the tools One thing to keep in mind is that Surface is NOT a full ‘desktop’ machine and runs on an ARM processor. This means to that you cannot install Visual Studio directly on the...
Saw some posts today over at Don’s site about Surface. The Surface SDK is starting to get more visible whereas before it seemed a little black-boxish to me. Turns out (as we all knew) it really is just WPF with some unique Surface-like behaviors in the SDK. Take this quick demonstration from a program manager on the SDK. With using the same concepts that we use in WPF and Silverlight for data binding, etc. you can come up with a quick application using the inherent gesture support from a Surface device: Pretty cool huh? Same XAML concepts...