Posts by this author

Mar 28, 2018
Post comments count0
Post likes count0

Announcing Microsoft DirectX Raytracing!

If you just want to see what DirectX Raytracing can do for gaming, check out the videos from Epic, Futuremark and EA, SEED. To learn about the magic behind the curtain, keep reading. 3D Graphics is a Lie For the last thirty years, almost all games have used the same general technique—rasterization—to render images on screen. While the internal ...

Mar 28, 2018
Post comments count0
Post likes count0

Announcing Preview 1 of ASP.NET MVC 5.2.5, Web API 5.2.5, and Web Pages 3.2.5

Today we released Preview 1 of ASP.NET MVC 5.2.5, Web API 5.2.5, and Web Pages 3.2.5 on NuGet. This is a patch release that contains only bug fixes. You can find the full list of bug fixes for this release in the release notes. To update an existing project to use this preview release run the following commands from the NuGet Package Manager Conso...

Mar 28, 2018
Post comments count0
Post likes count0

Announcing TypeScript 2.8

TypeScript 2.8 is here and brings a few features that we think you’ll love unconditionally! If you’re not familiar with TypeScript, it’s a language that adds optional static types to JavaScript. Those static types help make guarantees about your code to avoid typos and other silly errors. They can also help provide nice things like code completion...

Mar 28, 2018
Post comments count0
Post likes count0

Text Recognition for Video in Microsoft Video Indexer

While humans have cognitive abilities that allow them to complete hidden parts of the text and disambiguate local deficiencies resulting from bad video quality, direct application of OCR is not sufficient for automatic text extraction from videos. In Video Indexer, we developed and implemented a dedicated approach to tackle this challenge. In this...

Mar 23, 2018
Post comments count0
Post likes count0

Announcing general availability of Azure database services for MySQL and PostgreSQL

Today, I am excited to announce the general availability (GA) of Azure Database for MySQL and Azure Database for PostgreSQL. The GA milestone means that, starting today, these services are bringing the community versions of MySQL and PostgreSQL with built-in high availability, a 99.99% availability SLA, elastic scaling for performance, and industry...

Mar 23, 2018
Post comments count0
Post likes count0

The UWP Community Toolkit v2.2

I am extremely excited to announce the latest update of the UWP Community Toolkit, v2.2. The credit for this release, as always, goes to the community, who have continued to support and improve the toolkit for each release. V2.2 introduces a new Parsers package, new controls and helpers, and many improvements and bug fixes to existing APIs. Below ...

Mar 23, 2018
Post comments count0
Post likes count0

Azure cloud data and AI services training roundup

Looking to transform your business by improving your on-premises environments? Accelerating your move to the cloud, and gaining transformative insights from your data? Here’s your opportunity to learn from the experts and ask the questions that help your organization move forward. Join us for one or all of these training sessions to take a deep di...

Mar 23, 2018
Post comments count0
Post likes count0

Python in Visual Studio 15.7 Preview 1

Today we have released the first preview of our next update to Visual Studio 2017. You will see a notification in Visual Studio within the next few days, or you can download the new installer from visualstudio.com. In this post, we're going to look at some of the new features we have added for Python developers. As always, the preview is a way for...

Mar 23, 2018
Post comments count0
Post likes count0

AI Platform for Windows Developers

At Microsoft, we’re making huge investments in AI and Machine Learning across the company. AI capabilities in Office 365 help subscribers with productivity at work, intelligent features in the Photos app for Windows 10 make it easier for people to create videos and search through massive photo collections, and Windows Hello uses AI to recognize you...

Mar 21, 2018
Post comments count0
Post likes count0

Announcing TypeScript 2.8

Today we’re excited to announce and get some early feedback with TypeScript 2.8’s Release Candidate. To get started with the RC, you can access it through NuGet, or use npm with the following command: npm install -g typescript@rc TypeScript 2.8 introduces a new construct called conditional types. This new construct is based on JavaScript’s condit...