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 August 2012

MSDN Magazine August 2012 issue

What do you do when marketing comes to you needing a fully functional conference registration system for a show just a month away? You leverage Azure, Silverlight and Windows Phone to build an app with all the social media trimmings, as Microsoft's Mark Kromer details here.
Mark Kromer

Kenny Kerr Windows with C++:
Lightweight Cooperative Multitasking

Kenny Kerr describes a technique to write asynchronous code in C or C++ without the use of a runtime.
Kenny Kerr

Features

C++ - Functional-Style Programming in C++

C++:   Functional-Style Programming in C++
The new C++ 11 standard greatly improves the language’s suitability for functional-style programming, particularly with its support for lambdas. Learn how you can use functional-style programming in your C++ code.
David Cravey

Windows PowerShell - Build User-Friendly XML Interfaces with Windows PowerShell

Windows PowerShell:   Build User-Friendly XML Interfaces with Windows PowerShell
Joe Leibowitz explores a way to make reading and editing XML files easier and more convenient, even for nontechnical users, using algorithms that can parse the structure of any given file.
Joe Leibowitz

Building HTML5 Applications - A History (API) Lesson

Building HTML5 Applications:   A History (API) Lesson
Don’t know much about history? Clark Sell shows you how to access and manage session state using the new HTML5 History API.
Clark Sell

ALM Rangers - Using the Team Foundation Server Client Object Model

ALM Rangers:   Using the Team Foundation Server Client Object Model
The Visual Studio ALM Rangers introduce the Visual Studio Team Foundation Server (TFS) client object model and create the foundation for a new series of articles focused on practical guidance and common coding scenarios with TFS.
Willy-Peter Schaub

Windows Azure - CyberNanny: Remote Access via Distributed Components

Microsoft Azure:   CyberNanny: Remote Access via Distributed Components
What do you do when you’re a new dad and want to keep track of your baby at home? You use the Kinect sensor, C++, Azure, and local and cloud-based components to get e-mailed photos upon request, wherever you are.
Angel Hernandez Matos

CLR - .NET Development for ARM Processors

CLR:   .NET Development for ARM Processors
Coding in the .NET Framework means that you don’t normally have to worry about the many differences between ARM and x86-based processors. But there are a few fundamental design differences that may affect your code, as CLR team insider Andrew Pardoe explains here.
Andrew Pardoe

Columns

Data Points
Pitfalls and Pointers for a Base Logging Class in EF Models
An unfortunate use of a base class to provide logging data for all classes in an Entity Data Model creates chaos in the database. Learn why this happens and how to avoid the problem.
Julie Lerman

Cutting Edge
Mobile Site Development, Part 3: Routing Requests
Dino Esposito explains how to route Web site visitors between the desktop and mobile versions of a site so they can easily jump between the two.
Dino Esposito

Forecast: Cloudy
Decoupling the Cloud with MEF
Learn how to use the Microsoft Extensibility Framework to make a cloud deployment a little more manageable and flexible.
Joseph Fultz

The Working Programmer
Cassandra NoSQL Database: Getting Started
Ted Neward explores Cassandra (the NoSQL database software, not the figure from Greek mythology), which is “an open-source, distributed, decentralized, elastically scalable, highly-available, fault-tolerant, tuneably consistent, column-oriented database that bases its distribution design on Amazon’s Dynamo and its data model on Google’s Bigtable.”
Ted Neward

Touch and Go
Viewing a Virtual World from Your Windows Phone
Although we no longer believe that celestial spheres surround the Earth, that’s still a handy concept for programs that let you use a smartphone to view a virtual world. Such a program needs to determine its orientation in 3D space, and Charles Petzold explains how to accomplish this using the horizontal coordinate system.
Charles Petzold

Editor's Note
On Point with Julie Lerman
Michael Desmond profiles Data Points columnist, Julie Lerman.
Michael Desmond

Online-only Features

Web Dev Report - Working with Graphics on the Web: Canvas vs. SVG

Web Dev Report:   Working with Graphics on the Web: Canvas vs. SVG
In this installment of the Web Dev Report, find out whether to use Canvas or SVG when developing Web graphics.
Rachel Appel

Kinect - Starting to Develop with Kinect

Kinect:   Starting to Develop with Kinect
The first in our series of Kinect-themed features shows how you can use the skeleton-tracking capability of the Kinect in a WPF app without writing a single line of code.
Leland Holmquest

Windows Azure - Comparing Windows Azure Queues and Service Bus Queues

Microsoft Azure:   Comparing Microsoft Azure Queues and Service Bus Queues
Find out whether Azure queues or Service Bus queues are the best choice for the messaging queues in your application.
Ricardo Villalobos

Leading Lightswitch - Tales of Advanced LightSwitch Client Customizations

Leading Lightswitch:   Tales of Advanced LightSwitch Client Customizations
Enjoy these tales of creating custom applications that show off the versatility and ease of use LightSwitch offers. You will also get a glimpse of how a real pro works with clients.
Jan Van der Haegen

By the Numbers

Tracking interesting data about MSDN Magazine articles, and other related topics

Top 10 Most Used Core Framework Members
Based on API calls and instantiation of types in common managed applications

  • System.Type.GetTypeFromHandle(RuntimeTypeHandle) **  
  • System.Collections.Generic.List<T>.Add(T)  
  • System.Object.ctor  
  • System.IDisposable.Dispose()  
  • System.Collections.Generic.Dictionary<TKey, TValue>.Add(TKey, TValue)  
  • System.Collections.Generic.List<T>.Item (Get)  
  • System.String.op_equality ( = )  
  • System.Object.ToString  
  • System.String.Concat(String, String)  
  • System.Collections.Generic.List<T>.Count  

** the member translation of typeof (GetType in VB)

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