Microsoft Logo
Gray Pipe
  • Developer Network
    • Downloads
      • Visual Studio
      • Subscription access
      • SDKs
      • Trial software
    • Programs
      • Subscriptions
      • Students
      • ISV
      • Startups
      • TechRewards
      • Events
    • Community
      • Magazine
      • Forums
      • Blogs
      • Channel 9
    • Documentation
      • APIs and reference
      • Dev centers
      • Samples
      • Retired content
Developer Network Developer
Sign in
MSDN subscriptions
Get tools
magazine
  • Issues and downloads
    • All issues
    • 2017
      • January 2017
    • 2016
      • December 2016
      • Connect(); 2016
      • November 2016
      • October 2016
      • September 2016
      • August 2016
      • July 2016
      • June 2016
      • May 2016
      • April 2016
      • March 2016
      • February 2016
      • January 2016
    • 2015
      • December 2015
      • November 2015
      • Windows 10 issue
      • October 2015
      • September 2015
      • August 2015
      • July 2015
      • June 2015
      • May 2015
      • April 2015
      • March 2015
      • February 2015
      • January 2015
    • 2014
      • Special 2014
      • December 2014
      • November 2014
      • October 2014
      • September 2014
      • August 2014
      • July 2014
      • June 2014
      • May 2014
      • April 2014
      • March 2014
      • February 2014
      • January 2014
    • 2013
      • Government 2013
      • December 2013
      • November 2013
      • October 2013
      • September 2013
      • August 2013
      • July 2013
      • June 2013
      • May 2013
      • April 2013
      • March 2013
      • February 2013
      • January 2013
    • 2012
      • December 2012
      • November 2012
      • Windows 8
      • October 2012
      • September 2012
      • August 2012
      • July 2012
      • June 2012
      • May 2012
      • April 2012
      • March 2012
      • February 2012
      • January 2012
    • 2011
      • December 2011
      • November 2011
      • October 2011
      • September 2011
      • August 2011
      • July 2011
      • June 2011
      • May 2011
      • April 2011
      • March 2011
      • February 2011
      • January 2011
    • 2010
      • December 2010
      • November 2010
      • October 2010
      • September 2010
      • August 2010
      • July 2010
      • June 2010
      • May 2010
      • April 2010
      • March 2010
      • February 2010
      • January 2010
    • 2009
      • December 2009
      • November 2009
      • October 2009
      • September 2009
      • August 2009
      • July 2009
      • June 2009
      • May 2009
      • April 2009
      • March 2009
      • February 2009
      • January 2009
  • Subscribe
  • Submit article
search clear
We’re sorry. The content you requested has been removed. You’ll be auto redirected in 1 second.
Issues and downloads 2012 October 2012

MSDN Magazine October 2012 issue

Find out how you can create an app from scratch that targets both Windows Phone and iPhone, while staying true to the design philosoph and UX features of each platform.
Andrew Whitechapel

James McCaffrey Test Run:
Neural Network Back- Propagation for Programmers

Back-propagation is a complex, but tricky to code, algorithm that can be used to train a neural network. James McCaffrey explains how to implement back-propagation.
James McCaffrey

Features

Windows Phone - Tombstoning and the Zen of Async for Windows Phone

Windows Phone:   Tombstoning and the Zen of Async for Windows Phone
Ben Day walks you through some of the architectural decisions and mistakes he made in his first Windows Phone application, and shows how you can avoid them in your own Windows Phone apps.
Ben Day

TPL - Horizontal Scalability for Parallel Execution of Tasks

TPL:   Horizontal Scalability for Parallel Execution of Tasks
The Task Parallel Library (TPL) provides the infrastructure optimize utilization of CPU resources within a single multicore computer. Now you can also implement an approach that scales across computer boundaries--useful for workload automation and batch processing scenarios.
Jesus Aguilar

OData - OData, the Entity Framework and Windows Azure Access Control

OData:   OData, the Entity Framework and Microsoft Azure Access Control
When Sean Iannuzzi was asked to secure a Web service for an existing database and Web application, he saw the benefits of using OData, but he didn’t think it was secure enough. See how he developed his own custom implementation with extra security.
Sean Iannuzzi

Numerics - Testing Math Functions in Microsoft Cloud Numerics

Numerics:   Testing Math Functions in Microsoft Cloud Numerics
Suppose you are writing a computer program that calls a library to compute sin(x). You'll get a numeric answer containing up to 16 decimal digits, but how do you know the answer is correct? Learn how the math functions in the new Microsoft Cloud Numerics math library are tested.
Stuart Brorson
Alan Edelman
Ben Moskowitz

Columns

Cutting Edge
Mobile Site Development, Part 5: jQuery Mobile
Dino Esposito dives into the HTML5-based jQuery Mobile UI technology for popular device platforms. Is it all you need for mobile development?
Dino Esposito

Windows with C++
Back to the Future with Resumable Functions
Kenny Kerr concludes his three-part series on concurrency in C++, and explores an even more fluid approach to writing efficient and composable asynchronous systems.
Kenny Kerr

Forecast: Cloudy
Microsoft Azure In-Role Caching
Joseph Fultz shows how you can weather high demand on your site and services using dedicated and co-located roles for caching in the Azure Caching (Preview).
Joseph Fultz

The Working Programmer
Cassandra NoSQL Database, Part 2: Programming
Ted Neward explains how to connect to the Apache Cassandra NoSQL database from the Microsoft .NET Framework, how to read and write data to it, and more.
Ted Neward

Touch and Go
Viewing the Night Sky on Your Windows Phone
Charles Petzold concludes his four-part exploration of motion sensors in the Windows Phone platform, building an application that lets users interact with planets and constellations in the night sky.
Charles Petzold

Don't Get Me Started
Brain Droppings
David Platt shares a few thoughts.
David Platt

Editor's Note
Cutting Edge
Dino Esposito has been writing for MSDN Magazine and its predecessors since 1996. Michael Desmond talks with the popular Cutting Edge columnist.
Michael Desmond

Online-only Features

Web Dev Report - Integrating jQuery Mobile into ASP.NET Web Forms and MVC Web Apps

Web Dev Report:   Integrating jQuery Mobile into ASP.NET Web Forms and MVC Web Apps
This month, Rachel Appel explains how jQuery Mobile can make it easier for you to “go mobile” with your new or existing ASP.NET Web Forms or MVC Web apps.
Rachel Appel

Windows Azure Insider - Running Any Workload at Scale

Azure Insider:   Running Any Workload at Scale
Find out how you can use Azure with Linux systems to run workloads that offer powerful capabilities.
Bruno Terkaly
Richardo Villalobos

Kinect - Working with Kinect Studio

Kinect:   Working with Kinect Studio
Find out how you can use Kinect Studio to capture data feeds, save them as .xed files and reuse them to test your Kinect-enabled apps.
Leland Holmquest

Using PreEmptive Analytics for Team Foundation Server for Rapid Feedback in Production

Team Foundation Server:   Using PreEmptive Analytics for Team Foundation Server for Rapid Feedback in Production
Learn how to leverage the built-in features of Team Foundation Server to integrate incident reports and other data into existing workflows, so teams can respond more rapidly to issues and events in production.
Chris Kinsman

MSDN Magazine Blog

More MSDN Magazine Blog entries >


Current Issue


January 2017 issue

Browse All MSDN Magazines


Subscribe to MSDN Flash newsletter


Receive the MSDN Flash e-mail newsletter every other week, with news and information personalized to your interests and areas of focus.

Follow us
  • http://www.facebook.com/microsoftdeveloper
  • https://twitter.com/msdev
  • http://plus.google.com/111221966647232053570/
Sign up for the MSDN Newsletter
Is this page helpful?
Your feedback about this content is important.
Let us know what you think.
Additional feedback?
1500 characters remaining
Thank you!
We appreciate your feedback.

Dev centers

  • Windows
  • Office
  • Visual Studio
  • Microsoft Azure
  • More...

Learning resources

  • Microsoft Virtual Academy
  • Channel 9
  • MSDN Magazine

Community

  • Forums
  • Blogs
  • Codeplex

Support

  • Self support

Programs

  • BizSpark (for startups)
  • DreamSpark
  • Imagine Cup
United States (English)
  • Newsletter
  • Privacy & cookies
  • Terms of use
  • Trademarks
logo © 2017 Microsoft