Microsoft
Developer Blogs

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

Icon 1ES image

Customize AI responses from GitHub Copilot

Learn how custom instructions can tailor GitHub Copilot's AI responses to your team's exact needs.
Read more

Latest posts

Oldnewthing Banner image
Jul 9, 2025
Post comments count4
Post likes count4

When I install an unhandled structured exception filter, why doesn't std::terminate get called?

Author Avatar
Raymond Chen
You're using the same hook that the compiler uses to call std::terminate.
The Old New Thing
Image MSFT BANNER CONF42GOLANG2022
Jul 8, 2025
Post comments count0
Post likes count0

Go 1.24.5-1 and 1.23.11-1 Microsoft builds now available

Author Avatar
Davis Goodin
A new release of the Microsoft build of Go including security fixes is now available for download.
Microsoft for Go Developers
C++ Team feature
Jul 8, 2025
Post comments count0
Post likes count0

Smarter, workspace-aware code completions for C++ in VS Code

Author Avatar
Sinem Akinci
C++ code understanding Developing C++ code can be complex. C++ project structure, style, and convention can vary widely from repository to repository, and critical context for a given task often spans multiple files. This can require C++ developers to open and navigate across several...
C++ Team Blog
july2025updates png image
Jul 8, 2025
Post comments count3
Post likes count0

.NET and .NET Framework July 2025 servicing releases updates

Author AvatarAuthor Avatar
Tara,
Victor
A recap of the latest servicing updates for .NET and .NET Framework for July 2025.
.NET Blog
Jul 8, 2025
Post comments count1
Post likes count5

Announcing TypeScript 5.9 Beta

Author Avatar
Daniel Rosenwasser
Today we are excited to announce the availability of TypeScript 5.9 Beta. To get started using the beta, you can get it through npm with the following command: npm install -D typescript@beta Let's take a look at what's new in TypeScript 5.9! Minimal and Updated tsc --init ...
TypeScript
Oldnewthing Banner image
Jul 8, 2025
Post comments count9
Post likes count0

A walkthrough of the original Microsoft Building 3

Author Avatar
Raymond Chen
Don't get lost on your walk down memory lane.
The Old New Thing
202505 sales deck icons image
Jul 8, 2025
Post comments count0
Post likes count0

Build Biosensing AI-Native Apps on Azure with BCI, AI Foundry, and Agents Service

Author Avatar
Govind Kamtamneni
Co‑Author: JD Chibuk, Founder Blueberry X We obsessively track our steps, heart rate, and sleep - but what about our mental state? 🧠 Most of us navigate life blind to how stress, focus, and cognitive overload show up in our physiology. Tools to help capture...
All things Azure
Image sketch 8211 1
Jul 7, 2025
Post comments count4
Post likes count9

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