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

featured image documentdb local mongodb api on your machine image
May 28, 2025
Post comments count3
Post likes count2

DocumentDB Local – MongoDB API on Your Machine

Author Avatar
Tomasz Naumowicz
Introduction DocumentDB Local provides a lightweight, containerized environment that lets you develop and test applications locally using a MongoDB-compatible interface. It’s ideal for prototyping or running integration tests without needing a cloud setup. When paired with the...
Azure Cosmos DB Blog
Oldnewthing Banner image
May 28, 2025
Post comments count1
Post likes count2

How do I convert a WIC bitmap back to a GDI HBITMAP?

Author Avatar
Raymond Chen
You can copy the bits into a DIB section.
The Old New Thing
Semantic Kernel & AI Extensions Part 2
May 28, 2025
Post comments count2
Post likes count0

Semantic Kernel and Microsoft.Extensions.AI: Better Together, Part 2

Author Avatar
Roger Barreto
This is Part 2 of our series on integrating Microsoft.Extensions.AI with Semantic Kernel. In Part 1, we explored the relationship between these technologies and how they complement each other. Now, let's dive into practical examples showing how to use Microsoft.Extensions.AI abstractions...
Semantic Kernel
C++ Team feature
May 27, 2025
Post comments count6
Post likes count0

Address Sanitizer Updates for Visual Studio 2022 Version 17.14

Author Avatar
David Justo
Introduction It has been an exciting few months for the Address Sanitizer (ASan) since our last update. In addition to our continuous focus on quality and correctness, our internal “dogfooding” (i.e. internal adoption) effort has reached several important milestones. In this...
C++ Team Blog
Image ai foundry
May 27, 2025
Post comments count0
Post likes count3

Azure AI Foundry MCP Server May 2025 Update: Adding Models, Knowledge & Evaluation

Author AvatarAuthor AvatarAuthor Avatar
Farzad,
SeokJin,
Saumil
Major expansion of Azure AI Foundry MCP Server with new Models, Knowledge Management, and Evaluation capabilities joining the existing Agent Services, enabling developers to interact with Azure AI through natural language.
Azure AI Foundry Blog
Image ai foundry
May 27, 2025
Post comments count0
Post likes count2

Introducing New Tools and Features in the Responses API in Azure AI Foundry

Author Avatar
Rafal Rutyna
With the introduction of the Responses API, Microsoft is enabling a new standard for AI development within the Azure ecosystem. Originally launched by OpenAI and now natively supported in Azure AI Foundry, the Responses API combines the simplicity of the Chat Completions API with the...
Azure AI Foundry Blog
Image GitHub and ADO
May 27, 2025
Post comments count17
Post likes count12

Azure DevOps with GitHub Repositories - Your path to Agentic AI

Author Avatar
Aaron Hallberg
GitHub Copilot has evolved beyond a coding assistant in the IDE into an agentic teammate – providing actionable feedback on pull requests, fixing bugs and implementing new features, creating pull requests and responding to feedback, and much more. These new capabilities will transform...
Azure DevOps Blog
DirectX 12 Ultimate
May 27, 2025
Post comments count0
Post likes count3

HLSL Native and Long Vectors

Author Avatar
Greg Roth
Vectors have been supported as native primitive types in HLSL from the beginning. However, they have been limited to a maximum of 4 elements. This was reasonable for the use cases for which HLSL was designed as 3D vertices, 3D vectors, and RGBA colors can be fully represented using 4...
DirectX Developer Blog
cb finetuning pic jpg image
May 27, 2025
Post comments count2
Post likes count8

Circuit Breaker Policy Fine-tuning Best Practice

Author Avatar
Xin Lyu 🚀
Summary of some best practice and insights about circuit breaker resilience policy fine-tuning.
.NET Blog