Microsoft Releases Updated Cognitive Toolkit

Microsoft has released a beta version of its updated Cognitive Toolkit, the deep learning technology that its developers use to train computer systems in speech and image recognition. Available on Github under an open source license, the toolkit is the same one Microsoft researchers used to create a speech recognition system that could recognize words…

An Introduction to Azure IoT Suite

The growing universe of smart devices provides us with an immense amount of data that can be analyzed to improve productivity and, ultimately, our quality of life. But what’s the best way to reliably and securely collect that data? In an insightful new webinar, Wintellect Principal Architect Josh Lane provides an overview of the technology behind…

A Brief Tour of Azure IoT Hub

I’m preparing some material for a webinar on Azure IoT in mid-October (you are signed up, aren’t you?) and thought I’d do a quick intro to the basic concepts and moving parts. Azure IoT Hub is a cloud-scale service for managing and securely communicating with large numbers of field devices (potentially millions at once); communication…

A More Secure Microsoft Edge, and Other News from Ignite 2016

In the wake of highly publicized cyberattacks on big companies, Microsoft on Monday rolled out new security features for its Edge browser. Windows Defender Application Guard, developed for the company’s enterprise customers, will use Microsoft’s Hyper-V virtualization technology to isolate potential security threats. “The threat landscape has changed significantly in recent years,” reads a Microsoft…

Answers to Your Burning Xbox Dev Questions

How do I protect my Xbox in dev mode? Can I publish my non-game app to Xbox One? Now that Microsoft is further opening up the Xbox platform to developers, you might have questions about either bringing an existing UWP app to Xbox, or developing directly for the gaming console. Microsoft’s recent live video training…

From Muggles to Holograms: What’s On Tap for This Year’s DevIntersection Conference

DevIntersection, a cross-discipline conference for Microsoft developers, has been growing in size, and this year’s event will include keynote speeches from Microsoft execs Scott Guthrie and Steve Guggenheimer as well as presentations from journalists covering Redmond like Paul Thurrott and Mary Jo Foley. But of course, the highlight of the event, which takes place Oct.…

Paid Extensions Added to Visual Studio Marketplace

Microsoft’s Visual Studio Marketplace, home to hundreds of extensions for Visual Studio, VS Team Sevices and VS Code, will now offer paid as well as free extensions, the company announced earlier this week. Software companies will be able to sell their extensions to developers that use the Visual Studio integrated development environment under monthly licenses…

App Dev on Xbox Event Set for August 30

Microsoft will host a virtual event on Tuesday, August 30 for developers interested in developing apps for Xbox One. According to a Microsoft announcement, the event starts at 9:00 Pacific Time and will cover: What’s new in the Anniversary Update SDK and how to get started with app development for Xbox One How to get…

Microsoft Will Ditch Azure RemoteApp, Replace With New Citrix Service

Microsoft plans to drop its Azure RemoteApp service over the next year, instead partnering with Citrix to develop new solutions for allowing remote access to Windows apps from a variety of devices. Azure RemoteApp has given businesses the ability to deploy apps from the cloud to employees who are using PC and mobile devices running Windows, Mac…

Windows 10 Anniversary Update Also Available for Raspberry Pi 3

The long-awaited Windows 10 Anniversary Update is not only available for PC, Xbox and—starting August 16—mobile. There’s also a Windows IoT Core upgrade that will work on Raspberry Pi 3. Developers working on Internet-of-Things projects with the affordable, credit-card-sized maker board can now enjoy an easier set-up experience and other new features, according to Microsoft.…

Windows 10 Anniversary Update: What’s In It For Developers

The Windows 10 Anniversary Update became available to the general consumer today. Wondering why you should care? Microsoft has a rundown of the changes relevant to developers on its dev blog. The Windows 10 Anniversary Update SDK has been released as part of Visual Studio 2015 Update 3. Here’s what’s in it: Windows Ink support.…

Why can’t I use the “dynamic” C# keyword in Xamarin.iOS?

Occasionally I see this question pop up in various forms; usually an app developer has written some fairly clever code that relies on the dynamic keyword in C#. Their code runs swimmingly on every other platform—and it also compiles just fine for iOS. But when they run the app on a physical iPhone or iPad…