This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use. Learn more
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

Subscriber portal

Get tools
magazine
  • Issues and downloads
    • All issues
    • 2019
      • February 2019
      • January 2019
    • 2018
      • Connect(); 2018
      • December 2018
      • November 2018
      • October 2018
      • September 2018
      • August 2018
      • July 2018
      • June 2018
      • May 2018
      • April 2018
      • March 2018
      • February 2018
      • January 2018
    • 2017
      • Connect(); 2017
      • December 2017
      • November 2017
      • October 2017
      • September 2017
      • August 2017
      • July 2017
      • June 2017
      • May 2017
      • April 2017
      • March 2017
      • February 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 2018 April 2018

April 2018
Volume 33 Number 4
Azure - Deploying Containerized ASP.NET Core Applications to Azure

[Azure]

Deploying Containerized ASP.NET Core Applications to Azure

Srikantan Sankaran

Last month, Srikantan Sankaran explored how vehicle insurance policies generated by an agency could be stored securely in Azure Key Vault as secrets. Those applications were deployed to Azure App Service as Web apps. Now Sankaran shows how to deploy these applications to Azure Container Services for Kubernetes (AKS).

Data Points - EF Core 2 Owned Entities and Temporary Work-Arounds Column

[Data Points]

EF Core 2 Owned Entities and Temporary Work-Arounds

Julie Lerman

The current version of EF Core doesn’t allow properties based on value objects to be null, and there’s no way to replace properties that contain a value object. Julie Lerman presents work-arounds that let you get past these temporary limitations.

Machine Learning - Sensors in Sports: Analyzing Human Movement with AI

[Machine Learning]

Sensors in Sports: Analyzing Human Movement with AI

Kevin Ashley, Patty Ryan, Olga Vigdorovich

Human movement analysis is a fascinating area of AI. Using Microsoft technology and sensors from partners, the authors worked with athletes and coaches to analyze G-force load, turn detection and stress. Learn how to apply Microsoft technologies in sports, using samples and code included in Sensor Kit, in R, Python, C# and Cosmos DB.

Artificially Intelligent - Introducing Apache Spark ML Column

[Artificially Intelligent]

Introducing Apache Spark ML

Frank La Vigne

Explore two modules for the modular Spark cluster computing environment. PySpark provide a Python runtime for Spark and high-level abstraction of Resilient Distributed Datasets (RDDs) in the form of a DataFrames API, while the Spark ML library provides a machine learning API for data built on top of DataFrames.

Fluent Design - Using Fluent: Swipe Gesture Action and Connected Animations

[Fluent Design]

Using Fluent: Swipe Gesture Action and Connected Animations

Lucas Haines

The Fluent Design System provides a coherent framework for enabling compelling UX across a variety of device types and form factors, from cell phones to big screens. Lucas Haines explores how two useful capabilities of Fluent can streamline interaction and improve user engagement in your UWP apps.

Cutting Edge - Discovering ASP.NET Core SignalR Column

[Cutting Edge]

Discovering ASP.NET Core SignalR

Dino Esposito

ASP.NET SignalR was introduced a few years ago as a tool for ASP.NET developers to add real-time functionality to applications. With ASP.NET Core 2.1, SignalR has been completely redesigned. Dino Esposito explores SignalR in ASP.NET Core.

Visual Studio for Mac - Programming for watchOS with Xamarin and Visual Studio for Mac

[Visual Studio for Mac]

Programming for watchOS with Xamarin and Visual Studio for Mac

Dawid Borycki

Learn how to develop apps for Apple Watch with Xamarin, Visual Studio for Mac and a shared C# .NET code base implemented within the .NET Standard Class Library. Also explore important aspects of watchOS apps, such as app structure, interface controllers and selected UI buttons.

Test Run - Understanding LSTM Cells Using C# Column

[Test Run]

Understanding LSTM Cells Using C#

James McCaffrey

Long short-term memory (LSTM) cells can be used to construct LSTM recurrent neural networks. These networks have been responsible for major advances in prediction systems that work with sequence data. James McCaffrey demonstrate how to implement an LSTM cell using C#.

Don't Get Me Started - I've Got a Little List Column

[Don't Get Me Started]

I've Got a Little List

David Platt

Wisdom and inspiration are where you find it. In David Platt’s case, that’s in the song, "As Some Day It May Happen" from the beloved Gilbert & Sullivan comic opera “The Mikado.”

Editor's Note - 100 Column

[Editor's Note]

100

Michael Desmond

April in the US is known most for two things: taxes and April Fool’s Day. So it’s appropriate that this month would mark the one-hundredth column by esteemed columnist and serial instigator David Platt.

MSDN Magazine Blog

 

More MSDN Magazine Blog entries >


Current Issue


February 2019

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
  • https://www.facebook.com/microsoftdeveloper
  • https://twitter.com/msdev
  • https://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)
  • Microsoft Imagine (for students)
United States (English)
  • Newsletter
  • Privacy & cookies
  • Terms of use
  • Trademarks
logo © 2019 Microsoft