The R6 Class System
R is an object-oriented language with several object-orientation systems. There's the original (and still widely-used) S3 class system based on the "class" attribute. There's the somewhat stricter,...
View ArticleIntroducing Support for Brotli Compression
This post was written by our software developer intern Denys Tsomenko, who worked on a Brotli compression library during his internship. Modern web-pages are getting larger and larger with huge CSS,...
View ArticlePeachpie – Open Source PHP Compiler to .NET and WordPress under ASP.NET...
The Peachpie PHP compiler project joined the .NET Foundation this week and I'm trying to get my head around it. PHP in .NET? PHP on .NET? Under .NET? What compiles to what? Why would I want this? How...
View ArticleLearn parallel programming in R with these exercises for “foreach”
The foreach package provides a simple looping construct for R: the foreach function, which you may be familiar with from other languages like Javascript or C#. It's basically a function-based version...
View ArticleHow to Restart your App Programmatically
For some apps (especially games) it is not uncommon for the app to get into a state where it needs to restart – perhaps after a license update, after installing downloadable content, its caches have...
View ArticleBecause it’s Friday: Rolling shutters, explained
I've written about the shutter effect a couple of times here on the blog, but this video from SmarterEveryDay provides the best explanation I've seen yet of why digital cameras can distort fast-moving...
View ArticleTrip report: Evolution Working Group at the Summer ISO C++ standards meeting...
The Summer 2017 ISO C++ standards meeting was held in July 10-15 at the University of Toronto. Many thanks to Google, Codeplay, and IBM for sponsoring the event, as well to folks from Mozilla, Collège...
View ArticleTop stories from the VSTS community – 2017.08.28
Here are top stories we found in our streams this week related to DevOps, VSTS, TFS and other interesting topics. TOP STORIES HOWTO: Check browser type and its version in your VSTS/TFS extensions –...
View ArticleBuild apps faster with Azure Serverless
Azure’s Serverless offerings allow developers to build and deploy elastic-scale applications faster than ever. Serverless technology allows developers to focus on their apps rather than provisioning,...
View ArticleSIGGRAPH 2017: Microsoft Azure enables Secure Rendering with services and certs!
At SIGGRAPH 2017 in Los Angeles, CA this week (at the LA Convention Center), Microsoft is demoing the latest in Azure-based rendering services and partner solutions, as well as showcasing a new...
View ArticleMore free queries with Bing Custom Search Preview
We are excited to announce that we have increased the free query limit for Bing Custom Search Preview to 20,000 queries/month, allowing you to use more custom search queries for your applications....
View ArticleCodePush joins Visual Studio Mobile Center
About two years ago, a group of developers at Microsoft crafted a service for distributing Apache Cordova, React Native, and Windows Mobile updates to applications in the wild. They called it...
View ArticleHuman readable tests and build chaining in July’s VSTS extension round-up
Our community of publishers continues to grow and the contributions they’re making are great. This month I’ve got an extension for chaining build definitions together, and another that was written...
View ArticleHow to use H2O with R on HDInsight
H2O.ai is an open-source AI platform that provides a number of machine-learning algorithms that run on the Spark distributed computing framework. Azure HDInsight is Microsoft's fully-managed Apache...
View ArticleAnnouncing General Availability of Consumption and Charge APIs for Enterprise...
We are very pleased to announce the General Availability release of the Azure Consumption and Charge APIs that we previewed in May of this year. Enterprise customers can use these API’s to pull Azure...
View ArticleTeradata Bolsters Analytics and Database capabilities for Azure
This post is co-authored with Rory Conway, Product Manager, Teradata on Azure. The enterprise-class capabilities of Teradata Database have been enhanced for Microsoft Azure Marketplace. This is great...
View ArticleAnnouncing public preview of Azure Batch Rendering
This week SIGGRAPH 2017 is blasting away in Los Angeles and I can’t imagine a better place than the premier event for computer graphics to announce that Azure Batch Rendering will now move into public...
View ArticleMigrating a Web App from ClearDB to Azure Database for MySQL
With the introduction of Azure Database for MySQL, I’ve seen a lot of interest and questions from customers on how they can move their existing Web App from using ClearDB as their MySQL database...
View ArticleConfigure your app to start at log-in
For a long time, desktop PC users have been able to configure Win32 apps to start at startup or user log-in. This has also been possible for Desktop Bridge apps since the Windows 10 Anniversary Update...
View ArticleThe week in .NET – Nuke, Warden.NET, .NET in Bangalore, and links!
Previous posts: MIST, F# in NYC, and links Command Line Parser Library, .NET South East Links! Tool of the week: Nuke Nuke is a cross-platform build automation system with C# DSL, much like Cake. It...
View Article