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

log sampling jpg image
May 29, 2025
Post comments count3
Post likes count8

Fine-tune the volume of logs your app produces

Author Avatar
Evgenii Fedorov
Explores the new log sampling feature
.NET Blog
java multi agent image
May 29, 2025
Post comments count0
Post likes count0

Building Multi-Agent AI Apps in Java with Spring AI and Azure Cosmos DB!

Author Avatar
Theo van Kraay
As AI-driven apps become more sophisticated, there's an increasing need for them to mimic collaborative problem solving - like a team of domain experts working together. Multi-agent apps offer exactly that: collections of specialized agents that cooperate to handle complex tasks. But to...
Azure Cosmos DB Blog
Oldnewthing Banner image
May 29, 2025
Post comments count6
Post likes count7

The case of creating new instances when you wanted to use the same one

Author Avatar
Raymond Chen
C++ language backward compatibility makes legal what you had hoped wasn't.
The Old New Thing
Screenshot 2025 05 21 131341 image
May 28, 2025
Post comments count0
Post likes count0

Jakarta EE and Quarkus on Azure – June 2025

Author Avatar
Josephine Qiu
Hi everyone, welcome to the June 2025 update for Jakarta EE and Quarkus on Azure. It covers topics such as DevServices support of Quarkus Azure Extension, and comprehensive guides on implementing Quarkus applications monitoring and Liberty applications monitoring. If you're interested in...
Microsoft for Java Developers
sql25Icon image
May 28, 2025
Post comments count8
Post likes count3

Getting started with AI in SQL Server 2025 on Windows

Author Avatar
Brian Spendolini
Back in the earlier part of the year (February maybe?), I put this tutorial together for our early adopters in the SQL Server 2025 program. It’s a guide for setting up SQL Server 2025 in a Hyper-V VM (I used Windows Server) with Ollama and ngnix as an https proxy. It's a variation of my...
Azure SQL Devs’ Corner
Sample code lightbox within Azure AI Foundry portal, showing Open in VS Code button
May 28, 2025
Post comments count0
Post likes count0

Code quicker with Azure AI Foundry playgrounds and Visual Studio Code

Author Avatar
Thasmika Gokal
The "Open in VS Code" workflow, part of the Azure AI Foundry extension for Visual Studio Code, accelerates developer velocity by integrating agent or model API endpoints and code samples into a new workspace in VS Code for Web. This feature streamlines the development process, enabling rapid prototyping and deployment with just one click.
Azure AI Foundry Blog
Everything New in Azure Cosmos DB from Microsoft Build 2025
May 28, 2025
Post comments count0
Post likes count0

Azure Cosmos DB TV - Everything New in Azure Cosmos DB from Microsoft Build 2025

Author AvatarAuthor AvatarAuthor Avatar
Jay,
Mark,
Kirill
Microsoft Build 2025 brought major innovations to Azure Cosmos DB, and in Episode 105 of Azure Cosmos DB TV, Principal Program Manager Mark Brown sits down with Kirill Gavrylyuk, Vice President and GM of Azure Cosmos DB, to break it all down. Whether you're developing AI-native apps,...
Azure Cosmos DB Blog
dotnetrunapp image
May 28, 2025
Post comments count66
Post likes count53

Announcing dotnet run app.cs - A simpler way to start with C# and .NET 10

Author Avatar
Damian Edwards
We are super excited to introduce a new feature that was released as part of .NET 10 Preview 4 that makes getting started with C# easier than ever. You can now run a C# file directly using dotnet run app.cs. This means you no longer need to create a project file or scaffold a whole...
.NET Blog
People blue image
May 28, 2025
Post comments count0
Post likes count6

Improve the commands in your extensions

Author Avatar
Mads Kristensen
As Visual Studio extension authors, our goal is to create tools that empower developers across diverse environments. A key part of this mission involves ensuring that your extension commands remain accessible and consistent across all Visual Studio locales. In your VSSDK extensions, by...
Visual Studio Blog