Microsoft
Developer Blogs

Get the latest information, insights, and news from Microsoft.

maui google play 16 kb page size support image

Microsoft’s OpenJDK builds now ready for Java 25

We’re excited to announce that the Microsoft Build of OpenJDK binaries are now available for Java 25. As always, our builds aim to provide a high-quality, production-ready build of OpenJDK, with binaries tested across platforms (Windows, Linux, macOS) and backed by our support and...
Read more

Latest posts

Image Sparkle blue
Oct 3, 2025
Post comments count0
Post likes count1

From Lab to Live: A Blueprint for a Voice-Powered AI Sales Coach

Author Avatar
Aymen Furter
Until recently, building real-time voice AI for production was challenging. Developers faced hurdles such as managing audio streams and ensuring low-latency performance. That landscape is changing. The general availability of the Azure Voice Live API marks a turning point,...
All things Azure
VSLive Orlando 2025 image
Oct 2, 2025
Post comments count0
Post likes count0

VS Live! Orlando – Your Ultimate Learning Adventure

Author Avatar
Jim Harrer
Imagine swapping stories with fellow developers over dinner as the Florida sun sets, then beginning the next morning with a stroll past the resort’s palm-lined walkways before catching your first session across 41 dynamic tracks. From there, immerse yourself in a full day of learning...
Visual Studio Blog
Image Azure SDK Monthly Release WP 2
Oct 2, 2025
Post comments count0
Post likes count0

Azure SDK Release (September 2025)

Author Avatar
Ronnie Geraghty
Azure SDK releases every month. In this post, you'll find this month's highlights and release notes.
Azure SDK Blog
Oldnewthing Banner image
Oct 2, 2025
Post comments count0
Post likes count0

The problem with inferring from a function call operator is that there may be more than one

Author Avatar
Raymond Chen
auto parameters make this easy to write, particularly for lambdas.
The Old New Thing
vcpkg logo
Oct 2, 2025
Post comments count2
Post likes count0

What’s New in vcpkg (September 2025)

Author Avatar
Augustin Popa
This blog post summarizes changes to the vcpkg package manager as part of the 2025.09.17 registry release, the 2025-08-29 and 2025-09-03 tool releases, as well as changes to vcpkg documentation throughout September. This month’s updates includes new binary caching sources x-azcopy and...
C++ Team Blog
great expectations eventhouse flow png image
Oct 2, 2025
Post likes count1

Leveraging Fabric Eventhouse to Store Great Expectations Validation Results

Author Avatar
Dipika Varpe
A step-by-step guide to storing data validation results into the Eventhouse & visualize data using queries and dashboard.
ISE Developer Blog
Picture of My.VisualStudio.com Portal Question
Oct 1, 2025
Post comments count3
Post likes count0

The $150 Secret Hiding in Plain Sight

Author Avatar
Jim Harrer
Picture this: I’m standing in front of 400+ developers at Visual Studio Live! Redmond, right here on the Microsoft campus in Building 33, about to reveal what I call the hidden value of a Visual Studio subscription. I pull up a simple question on the screen: About half the hands...
Visual Studio Blog
introducing microsoft agent framework preview jpg image
Oct 1, 2025
Post comments count2
Post likes count5

Introducing Microsoft Agent Framework (Preview): Making AI Agents Simple for Every Developer

Author Avatar
Luis Quintanilla
Microsoft Agent Framework (Preview) unifies agent creation, orchestration, tooling, hosting, and observability so any .NET developer can ship production AI agents faster.
.NET Blog
Oldnewthing Banner image
Oct 1, 2025
Post comments count1
Post likes count2

How do I convert a FILETIME to a C++ clock like std::system_clock or winrt::clock?

Author Avatar
Raymond Chen
The winrt::clock has a conversion for you.
The Old New Thing