Microsoft
Developer Blogs

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

Catch Up on Microsoft Build 2025: Essential Sessions for .NET Developers

Get up to date on all of the .NET sessions from Microsoft Build 2025 covering .NET 10, C# 14, .NET Aspire, ASP.NET Core, Blazor, AI development, and more!
Read more

Build like Microsoft: Developer agents in action

Take a deep dive into Athena, an AI-powered collaborative agent, to learn how it was built and how to create your own version of Athena right within Microsoft Teams.
Read more

Latest posts

Image for: Latest posts
Jun 6, 2025
Post comments count0
Post likes count0

Go 1.24.4-1 and 1.23.10-1 Microsoft builds now available

Davis Goodin
A new release of the Microsoft build of Go including security fixes is now available for download.
Microsoft for Go Developers
Jun 6, 2025
Post comments count0
Post likes count0

Building a Modern Python API with Azure Cosmos DB: A 5-Part Video Series

Gwyneth Peña-Siguenza
I'm excited to share our new video series where I walk through building a production-ready inventory management API using Python, FastAPI, and Azure Cosmos DB NoSQL. This project demonstrates modern async patterns, clean architecture, and enterprise-grade features like batch operations...
Azure Cosmos DB Blog
Jun 6, 2025
Post comments count0
Post likes count2

Why does C++ think my class is copy-constructible when it can't be copy-constructed?

Raymond Chen
You said that you had a copy constructor, even though it can't be compiled.
The Old New Thing
Jun 5, 2025
Post comments count0
Post likes count8

Azure Developer CLI (azd) - June 2025

Kristen Womack
This post announces the June release of the Azure Developer CLI (`azd`).
Azure SDK Blog
Jun 5, 2025
Post comments count2
Post likes count11

Microsoft and LangChain: Leading the Way in AI Security for Open Source on Azure

Marlene Mhangami
For developers building in the field of AI, the industry moves so quickly that we often prioritise speed and execution over everything else. To keep up with the latest changes, many developers and enterprises are turning to open-source AI tools. One of the most popular tools today is...
Microsoft for Developers
Jun 5, 2025
Post comments count4
Post likes count0

Emit logs on-demand with log buffering

Evgenii Fedorov
Learn how to delay log emission with the new log buffering feature for more intelligent, context-aware logging in .NET 9
.NET Blog
Jun 5, 2025
Post comments count1
Post likes count3

Restricting PAT Creation in Azure DevOps Is Now in Preview

Angel Wong
As organizations continue to strengthen their security posture, restricting usage of personal access tokens (PATs) has become a critical area of focus. With the latest public preview of the Restrict personal access token creation policy in Azure DevOps, Project Collection Administrators...
Azure DevOps Blog
Jun 5, 2025
Post comments count0
Post likes count0

How to filter C++ Build Insights by project

David,
Moyo
Visual Studio 2022 version 17.14 comes with quality-of-life improvements to its C++ Build Insights integration that will make it easier for you to navigate large multi-project traces and handle long file names for your build inputs and artifacts. What is C++ Build Insights? C++ Build...
Visual Studio Blog
Jun 5, 2025
Post comments count11
Post likes count1

Why do some Windows functions fail if I pass an unaligned Unicode string?

Raymond Chen
Well, if you don't align it, then you've already broken the rules.
The Old New Thing