June 2014
Volume 29 Number 6
![]() TypeScript - Enhance Your JavaScript Investment with TypeScriptDon't throw away your JavaScript investment. Migrating to TypeScript preserves the work you've put into your JavaScript code and encourages the adoption of new features that support greater productivity on large scale applications. |
![]() Cutting Edge - External Authentication with ASP.NET IdentityDino Esposito shows how to perform authentication through an external OAuth- or OpenID-based server, such as a social network, and the steps you might want to take once authentication is complete. |
![]() ASP.NET MVC - Override the Default Scaffold TemplatesWhile repeatedly coding create, retrieve, update and delete operations (CRUD) can be tedious, you can automate the process using scaffolding templates. Doing this typically prevents updates or edits to controllers or views, but there are ways to customize them. |
![]() ASP.NET - Topshelf and Katana: A Unified Web and Service ArchitectureThanks to the Katana project, the open-source Topshelf library, and the OWIN specification, you can now create a unified Web and service architecture with a ridiculously simple deployment process. |
![]() MVVM - The MVVM Light Messenger In-DepthLaurent Bugnion finishes his series on MVVM development with an in-depth look at the MVVM Light Messenger, exploring both its ease of use benefits and associated potential risks. |
![]() Windows with C++ - High-Performance Window Layering Using the Windows Composition EngineKenny Kerr shows how to tap into system capabilities previously inaccessible from applications to produce the layered window effect without compromising performance. |
![]() SharePoint - Using JSLink with SharePoint 2013A new feature in SharePoint 2013 called JSLink provides a much easier and more responsive way to display custom fields on the client, as Pritam Baldota explains. |
![]() Azure Insider - Telemetry Ingestion and Analysis Using Microsoft Azure ServicesIt’s one thing to gather a large amount of telemetry data; it’s another entirely to analyze and process it in a meaningful way. You can use Microsoft Azure services to help streamline the process. |
![]() Test Run - Working with the MNIST Image Recognition Data SetJames McCaffrey introduces you to the MNIST data set and image recognition, one of the most fascinating topics in the field of machine learning. |
![]() DirectX Factor - The Canvas and the CameraWhen moving from 2D to 3D programming, the metaphorical canvas needs to be supplemented with a metaphorical camera. Charles Petzold explains how. |
![]() Don't Get Me Started - VB6 and the Art of the KnuckleballDavid Platt's last VB6 column remains one of the most widely-read (and commented upon) MSDN Magazine articles in recent history. Platt thinks he knows why. |
![]() Editor's Note - Bleeding HeartThe Heart Bleed vulnerability in OpenSSL makes clear an inescapable truth: Software is only as good as the people who write and review it. |