Microsoft
Developer Blogs

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

maui team copilot tips image

Customize GitHub Copilot in JetBrains with Custom Instructions

Today, you can use Custom Instructions in JetBrains to speed up development while staying aligned with your team's coding standards and personal preferences. Whether you're working on a solo project or part of a larger team, adhering to consistent coding standards is essential....
Read more

Join us for MCP Dev Days - July 29-30

Get ready for two days of deep technical insight, community connection, and hands-on learning at MCP Dev Days, a virtual event dedicated to the Model Context Protocol (MCP) — the emerging standard that bridges AI models and the tools they rely on. You can watch MCP Dev Days by...
Read more

Latest posts

Image sketch 8211 1
Jul 7, 2025
Post comments count2
Post likes count8

Markdown Support Arrives for Work Items

Author Avatar
Dan Hellem
After several months in private preview and many bug fixes along the way, we’re excited to announce that Markdown support in large text fields is now generally available! 🎉 🦄 How it works By default, all existing and new work items will continue using the HTML editor for large...
Azure DevOps Blog
Oldnewthing Banner image
Jul 7, 2025
Post comments count2
Post likes count1

Dubious security vulnerability: If I perform this complex series of manual steps, I can crash a program I am running

Author Avatar
Raymond Chen
What security boundary did you cross?
The Old New Thing
Image MSFT BANNER CONF42GOLANG2022
Jul 7, 2025
Post comments count0
Post likes count1

Microsoft build of Go Telemetry - Helping Us Build Better Tools

Author Avatar
George Adams
Starting with Go 1.25, we're enabling telemetry collection in the Microsoft build of Go to gather valuable usage data that helps us prioritize future roadmap items and improve the developer experience.
Microsoft for Go Developers
vcpkg logo
Jul 4, 2025
Post comments count0
Post likes count1

What’s New in vcpkg (June 2025)

Author Avatar
Augustin Popa
This blog post summarizes changes to the vcpkg package manager as part of the 2025.06.13 registry release, 2025-04-16, 2025-05-19, and 2025-06-02 tool releases, as well as changes to vcpkg documentation throughout May and June. This release includes bug fixes, several documentation...
C++ Team Blog
Oldnewthing Banner image
Jul 4, 2025
Post comments count3
Post likes count0

Why doesn't LVIF_INDENT work without an image list?

Author Avatar
Raymond Chen
Its original client had an image list.
The Old New Thing
HashiCorp blog visual image
Jul 3, 2025
Post comments count0
Post likes count0

Automating Secure and Scalable AI Deployments on Azure with HashiCorp

Author AvatarAuthor Avatar
cindywang,
davidwright
While the promise of AI continues to generate momentum, many organizations face a familiar challenge: getting AI projects beyond the prototype phase. According to Gartner, only 30% of AI initiatives make it into production, and RAND reports that up to 80% fail to deliver expected...
All things Azure
Oldnewthing Banner image
Jul 3, 2025
Post comments count0
Post likes count1

If the Format­Message function fails, and I requested that it allocate a buffer, do I have to free the buffer?

Author Avatar
Raymond Chen
There was no buffer returned, so there's nothing to free anyway.
The Old New Thing
alttext magic jpg image
Jul 2, 2025
Post comments count2
Post likes count7

Local AI + .NET = AltText Magic in One C# Script

Author Avatar
Bruno Capuano
Learn how to generate image AltText using .NET 10 and local AI models — all in a single C# file with dotnet run app.cs. A fun and accessible example of what AI can do beyond chat.
.NET Blog