Microsoft Logo
Gray Pipe
  • Developer Network
    • Downloads
      • Visual Studio
      • SDKs
      • Trial software
    • Programs
      • Subscriptions
      • Students
      • ISV
      • Startups
      • Events
    • Community
      • Magazine
      • Forums
      • Blogs
      • Channel 9
    • Documentation
      • APIs and reference
      • Dev centers
      • Samples
      • Retired content
Developer Network Developer
Sign in

Subscriber portal

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.

January 2017
Volume 32 Number 1
C++ - Introducing C++/WinRT

C++ - Introducing C++/WinRT

Kenny Kerr

C++/WinRT is a standard C++ language projection for the Windows Runtime (WinRT) implemented solely in header files. It lets you both author and consume WinRT APIs using any standards-compliant C++ compiler, and is designed to provide C++ developers with first-class access to the modern Windows API.

Data Points - EF Core 1.1: A Few of My Favorite Things Column

Data Points - EF Core 1.1: A Few of My Favorite Things

Julie Lerman

Julie Lerman explores the latest version of Entity Framework Core—the 1.1 Preview—taking note of fixes, additions that bring it closer to EF6, and some brand new capabilities.

Cognitive Services - Enable Natural Language Interaction with LUIS

Cognitive Services - Enable Natural Language Interaction with LUIS

Ashish Sahu

The Language Understanding Intelligence Service (LUIS) enables parsing and the breakdown of natural language queries into actionable intents and entities. This article looks at the capabilities of the LUIS service, shows how to create language-understanding models, and explores training LUIS apps to better understand the spoken language.

Essential .NET - Essential MSBuild: A Build Engine Overview for .NET Tooling Column

Essential .NET - Essential MSBuild: A Build Engine Overview for .NET Tooling

Mark Michaelis

The project file for .NET Core projects has finally stabilized into an MSBuild file, but simplified and improved over the old version. Mark Michaelis describes the new MSBuild and provides a broad overview of the places where MSBuild is leveraged within the .NET Tooling suite.

HoloLens - Introduction to the HoloLens, Part 2: Spatial Mapping

HoloLens - Introduction to the HoloLens, Part 2: Spatial Mapping

Adam Tuliper

In his second article on developing for the HoloLens, Adam Tuliper looks at spatial mapping, which provides a detailed representation of the environment around the HoloLens, allowing you to create a compelling mixed-reality experience.

The Working Programmer - How To Be MEAN: Type Script with TypeScript Column

The Working Programmer - How To Be MEAN: Type Script with TypeScript

Ted Neward

In this month’s The Working Programmer column, Ted Neward looks at TypeScript, the AngularJS-endorsed language for building AngularJS 2 applications.

Mobile DevOps - Automate Complex Deployments with Release Management

Mobile DevOps - Automate Complex Deployments with Release Management

Kraig Brockschmidt

Kraig Brockschmidt continues his series on the Mobile DevOps release pipeline by exploring release management—managing the flow of all the build artifacts through multiple pipelines on the journey to deployment.

Modern Apps - Exploring the UWP Community Toolkit Column

Modern Apps - Exploring the UWP Community Toolkit

Frank La Vigne

The UWP Community Toolkit makes it easier to create great apps that leverage the power of the cloud and of the Universal Windows Platform. It includes a collection of helper functions, custom controls, and app services that simplify common developer tasks.

Machine Learning - Exploring the Microsoft CNTK Machine Learning Tool

Machine Learning - Exploring the Microsoft CNTK Machine Learning Tool

James McCaffrey

The Microsoft Computational Network Tool Kit is a very powerful, command-line system that can create neural network prediction systems. In this article I walk through the process of installing CNTK, setting up a demo prediction problem, creating a neural network model, making a prediction, and interpreting the results.

Upstart - You're Hired: 11 Things to Consider with Side Projects Column

Upstart - You're Hired: 11 Things to Consider with Side Projects

Krishnan Rangachari

Side projects are a great way to fill out your resume and make yourself more attractor to recruiters. That is, as long as you do it right.

Don't Get Me Started - For the Defense Column

Don't Get Me Started - For the Defense

David Platt

A man who dedicated his career to defending the accused has some interesting things to say about encryption. David Platt thinks we might want to listen to him.

Editor's Note - Outside In: How Kenny Kerr Brought C++/WinRT to Microsoft Column

Editor's Note - Outside In: How Kenny Kerr Brought C++/WinRT to Microsoft

Michael Desmond

This month Kenny Kerr writes about C++/WinRT, the standard C++ language projection for Windows Runtime that he created outside of Microsoft and now works on internally as part of the Windows team.

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