Microsoft
Developer Blogs

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

Highlights

Azure Hosting Model for AI Agents diagram

One-click security scanning and org-wide alert triage come to Advanced Security

We're shipping two major capabilities that change how security teams enable and act on application security in Azure DevOps: CodeQL default setup makes it possible to enable code scanning across your organization without configuring a single pipeline, and a new combined alerts experience...
Read moreClick to read more about this post

DevOps Playbook for the Agentic Era

Practices, Principles, and Strategic Direction Software delivery has entered a new phase. AI agents are no longer confined to autocomplete suggestions in the editor. They are opening pull requests, generating code across multiple files, proposing infrastructure changes, responding to...
Read moreClick to read more about this post

Latest posts

Dec 29, 2025
Post comments count3
Post likes count2

How can I detect that the system is running low on memory? Or that my job is running low on memory?

Raymond Chen
You can register for a memory notification.
The Old New Thing
Dec 26, 2025
Post comments count7
Post likes count4

Why are we worried about memory access semantics? Full barriers should be enough for anybody

Raymond Chen
You have to find new ways of going faster.
The Old New Thing
Dec 25, 2025
Post comments count0
Post likes count3

Why is the last letter of my string not making it to the clipboard?

Raymond Chen
The struggle for null termination.
The Old New Thing
Dec 24, 2025
Post comments count1
Post likes count5

Why does my Ctrl+M accelerator key activate when I press the Enter key?

Raymond Chen
Understanding the difference between keys and characters for accelerators.
The Old New Thing
Dec 23, 2025
Post comments count4
Post likes count5

When irate product support customers demand to speak to Bill Gates

Raymond Chen
So transfer them to his office, or so it seems.
The Old New Thing
Dec 23, 2025
Post comments count0
Post likes count2

SharePoint Framework (SPFx) roadmap update – December 2025

Vesa Juvonen
SPFx is powering the future of Microsoft 365. From AI-driven portals to seamless integrations across SharePoint, Teams and Viva, SPFx is driving innovation at scale. This monthly blog series kicks off our journey into the next evolution - transparent, community-driven, and built for the AI era. Let’s shape what’s next, together.
Microsoft 365 Developer Blog
Dec 22, 2025
Post comments count13
Post likes count25

How AI fixed my procrastination

Mads Kristensen
I struggled to get started. For ages, I kept putting off building this website, creating a new programming language for Visual Studio, and coming up with fresh color themes. Each project looked overwhelming, and I couldn’t find the time or motivation to jump in. It all just felt like...
Visual Studio Blog
Dec 22, 2025
Post comments count27
Post likes count9

All the other cool languages have try...finally. C++ says "We have try...finally at home."

Raymond Chen
The destructor serves as the "finally".
The Old New Thing