Windows Store Developer Links – 2012-12-10

I apologize for today’s super sized post. I’m in the process of getting caught back up after not posting for 3 weeks. Tomorrow’s post will be back to the regular size.

Windows 8

  • Buy an app for the whole family (Jeremy Foster)
    • “The policy for the Windows Store is that when you get an app (whether it’s free or $999) you can install it on up to 5 PCs. The interesting thing is that those don’t have to be your PCs. Here’s the scoop…”

Windows Store App Development

  • Designing a simple and secure app package – APPX (Windows 8 app developer blog)
    • “When we started working on the new Windows 8 development platform one of the first questions we had was “how do you package an app into a simple yet secure format?”…”
  • 5 tips to get your apps certified quickly (Windows Store for developers)
    • “In this post, we want to highlight a few of the patterns we’ve noticed in app submissions, and provide you with some guidance on how to help speed your app through the submission process…”
  • Building Windows Store Apps with .NET (.NET Framework Blog)
    • “For .NET developers, this is the best time to build client apps. Never before have the Windows APIs been so easy to use from C# or Visual Basic without wrapping them with custom libraries…”
  • Visual Studio 2012 Update 1 Now Available! (S. Somasegar)
    • “I talked about our strong commitment to continuous value delivery and our new approach for providing updates to Visual Studio on a regular cadence of shorter intervals … I’m excited to announce that the first such update, Visual Studio 2012 Update 1 (Visual Studio 2012.1), is now available…”
  • Anatomy of a Push Notification (Jeremy Foster)
    • “What I want to talk about right now is the anatomy of a push notification message. I was intimidated by the subject when I was first introduced to it, but I’ve climbed on top of the general concept now and feel confident enough to post on the matter…”
  • Changing the name of a Windows 8 Store app (Andreas Hammar)
    • “The name of a Windows Store app can be changed, and it’s quite easy to do. Here I’ll walk you through the steps and show you how it’s done…”
  • 31 Days of Windows 8 | Day #16: Context Menus (Jeff Blankenburg)
    • “Today, our focus is on context menus. These are those small little popup commands that appear from time to time in your application when you right click on something…”
  • 31 Days of Windows 8 | Day #17: The Clipboard (Jeff Blankenburg)
    • “Today, we’re going to focus on the Windows 8 clipboard exclusively. More specifically, we’re going to look at how we can save and retrieve data from this system-wide and heavily used mechanism…”
  • 31 Days of Windows 8 | Day #21: Camera Capture (Jeff Blankenburg)
    • “Today, we’re going to kick off a long line of article on the sensors that Windows 8 has access to. We are starting with capturing data from the camera. This can be both photos and video…”
  • 31 Days of Windows 8 | Day #22: Using Play To (Jeff Blankenburg)
    • “Today, we get to talk about another really cool feature to Windows 8: Play To. At its core, this is the ability to share content from your computer to a television, another computer, or an Xbox 360…”
  • 31 Days of Windows 8 | Day #24: Light Sensor (Jeff Blankenburg)
    • “Today, we are taking a look another one of the sensors we might find in a Windows 8 device: the Light Sensor. With the Light Sensor, we can determine the brightness of the light around the user’s machine…”
  • 31 Days of Windows 8 | Day #25: Accelerometer (Jeff Blankenburg)
    • “Today, we’re looking at yet another sensor available in Windows 8 devices, the Accelerometer. It measure the acceleration of the device on 3 axes, X, Y, and Z…”
  • 31 Days of Windows 8 | Day #26: Gyrometer (Jeff Blankenburg)
    • “Today continues our adventure through the world of sensors, and today we are looking at the Gyrometer. The Gyrometer, or gyroscope, measures rotational velocity…”
  • 31 Days of Windows 8 | Day #27: Inclinometer (Jeff Blankenburg)
    • “Today, we are taking a look at our final sensor, the Inclinometer. … Ultimately, it aggregates several of our other values about the X, Y and Z axes to calculate three very important values: Pitch, Yaw, and Roll…”
  • 31 Days of Windows 8 | Day #30: Store (Jeff Blankenburg)
    • “Wow, here we are finally talking about the Store. … For purposes of today, we are only going to talk about the public facing Microsoft Store…”
  • Binding GridView.SelectedItems property (Janne Rautiola)
    • “I tried to find a way to bind GridView’s SelectedItems property to a ViewModel’s property. As we know, the property is read only so there is no DependencyProperty for it. Finding a workaround which made it possible to bind to it turned out to be a quite difficult task…”
  • Building Custom Controls for Windows 8 Store apps (Diederik Krols)
    • “This article explains how to build custom controls for Windows Store apps, using XAML and C#. Custom controls are the most powerful controls in the XAML department. Once you know how to design and build these, you’ll have no problems with their alternatives: user controls, derived controls, and extended controls…”
  • Windows 8 and Geolocation (Jesse Liberty)
    • “In this posting, we’ll look at how to track location coordinates in Windows 8…”
  • From the MVPs: Shared code for Windows 8 and Windows Phone 8 (Jeremy Likness)
    • “Consumers learned about the availability of Windows 8 just days before the details about Windows Phone 8 and the developer SDK were revealed. It is now possible to build code for both platforms. With an amazing feature known as the Portable Class Library (PCL) it is also possible to share a significant amount of code between platforms. In this blog post, I’ll show you how with an example that uses the Model-View-ViewModel (MVVM) pattern to fetch the contents of a web page and present it as both a Windows Store app and a Windows Phone 8 app without any code-behind…”

Windows Phone App Development

  • Networking in Windows Phone 8 (Windows Phone Developer Blog)
    • “A couple of weeks ago at //BUILD I did an overview of the API surface and features offered for networking in Windows Phone 8. Over the next few months, I’ll be writing drill-down posts focused on the individual sections I showed in the networking session…”
  • Windows Phone Toolkit overview (Windows Phone Developer Blog)
    • “The Toolkit team is proud to announce the release of the Windows Phone 8 version of the Windows Phone Toolkit. Here’s what’s new…”
  • Increase your app reach with Windows Phone 7.8 (Windows Phone Developer Blog)
    • “As today’s consumer blog post notes, Windows Phone 7.8 will begin to ship preinstalled on new phones in the coming weeks. This release also presents an important opportunity to increase the reach of your Windows Phone 7 apps and games, since we’re working to expand the number of consumer markets…”
  • Updating your Windows Phone Location code to use WinRT (Windows Phone Developer Blog)
    • “In this post I describe how you can optionally modify your Windows Phone 7 geolocation code to use the new Windows Runtime (WinRT) Geolocation APIs in Windows Phone 8. Modifying your code to use the new Geolocation APIs in Windows Phone 8 is optional, but offers some solid advantages…”
  • Acquiring a single Geoposition in Windows Phone 8 (Windows Phone Developer Blog)
    • “With the new set of Geolocation APIs in Windows Phone 8, your app can request a single position at any time, which means more flexibility as you develop your app. This post describes the new API for single position acquisition, with examples to show you how you can use the APIs to declare your needs to the Geolocator object…”
  • Windows Phone Store market expansion and new game ratings (Windows Phone Developer Blog)
    • “Today we are beginning to roll out the latest in the series of regular updates to the Windows Phone Dev Center and the Windows Phone Store. These updates are designed to address issues that you have identified, as well as to add small feature enhancements and reflect new country-specific policies…”
  • Get Started with Windows Phone 8 Lenses (Windows Phone Developer Blog)
    • “One of the ways we’re expanding on this approach in Windows Phone 8 is with the new Lenses feature. Lenses enable developers to do something that can’t be done on any other platform: extend the native camera viewfinder of the phone. The camera application space is currently a hotbed of innovation; our Lenses feature makes Windows Phone a compelling place to build these types of apps…”
  • Windows Phone 8 SDK – Deploying Multiple Enterprise Applications (Nick’s .NET Travels)
    • “In this post we’re going to look at how you can start to manage and deploy multiple enterprise applications. … For this you can use some of the new APIs in Windows Phone 8 to enumerate installed applications and prompt for installation of applications…”

Free Training Materials

  • Free 2-day Training: Windows Store app dev for iOS developers (G. Andrew Duthie)
    • “Join the Big Nerd Ranch and Microsoft for this free, two-day training designed to jumpstart your Windows Store app development. You will learn the ins-and-outs of the Windows platform from iOS developers who are now building Windows apps…”
  • Windows Phone 8 Jump Start Training is here (Windows Phone Developer Blog)
    • “Last week we hosted the Windows Phone 8 Jump Start training, a fast-paced and demo-packed learning ‘experience’ tailored to show developers how to build responsive, appealing, and effective applications quickly. If you missed this outstanding event, you’re in luck. All 20 modules are now available online for your on-demand viewing, (or download) on Channel 9…”

leave your comment