Share UI Code Across Mobile Platforms with Xamarin.Forms
The head of the Xamarin.Forms project shows how it provides access to all the native power of the major mobile platforms, as well as all the goodness of a simplified API for those things that dont need the complex native APIs.
Jason Smith
Windows with C++: COM Smart Pointers RevisitedIt’s time to apply some of the modern C++ offered by Visual C++ 2015 to the design of a new smart pointer for COM interfaces, as Kenny Kerr explains.Kenny Kerr
C#: Adding a Code Fix to Your Roslyn AnalyzerAdd a code fix provider to the regex diagnostic analyzer you built following Alex Turner’s first article that cleans up the regex errors your analyzer finds.Alex Turner
Microsoft Azure: The Rise of Event Stream-Oriented SystemsWith the rise in prominence of event data streams, managing and processing those streams becomes more essential. The new Azure Event Hubs helps you predict and parse data streams.Christopher Bennage
Visual Studio 2015 : Build Better Software with Smart Unit TestsSmart Unit Tests lets you specify the intended behavior of software in terms of its source code, and uses automated white-box code analysis in conjunction with a constraint solver to generate and maintain a compact suite of relevant tests with high coverage for your .NET code.Pratap Lakshman
Compilers: What Every Programmer Should Know About Compiler OptimizationsHadi Brais introduces the sophisticated optimization capabilities of the Visual C++ compiler, which enable programmers to write understandable, maintainable code without compromising performance.Hadi Brais
.NET Framework: Building an Enterprise Search for .NETBig data warehouses allow companies to store huge amounts of information, but the challenge is how to retrieve just a small and specific piece of it. With Elasticsearch, things get easier.Damian Zapart
Cutting EdgeLightweight Client-Side Device DetectionWURFL.js is a lightweight device description repository that can improve the user experience in client-side intensive Web applications running on mobile and desktop browsers.Dino Esposito
Test RunL1 and L2 Regularization for Machine LearningJames McCaffrey looks at how regularization can help to reduce overfitting, a common result of machine learning that undermines the predictive accuracy of the model.James McCaffrey
The Working ProgrammerRise of Roslyn, Part 2: Writing DiagnosticsDig into writing diagnostics as Ted Neward and Joe Hummel show how to use the open source .NET Compiler Platform (formerly known as "Roslyn") to write language tools when developing for the platform.Ted NewardJoe Hummel
Modern AppsImplement Search in Windows Store and Windows Phone Store AppsSearch is arguably the most important feature in any app these days. If you want to make your app popular and easy to use, you had better add a search function.Rachel Appel
Don't Get Me Started5 Years Down the RoadHas it been five years already? David Platt looks back at half a decade as the back page columnist at MSDN Magazine.David Platt
Editor's NoteAnalyze ThisThe new .NET Compiler Platform (aka "Roslyn") technology that is part of the Visual Studio 2015 Preview is already doing some pretty cool things. This month, we dive into Live Code Analyzers.Michael Desmond
More MSDN Magazine Blog entries >
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.