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

Jan 5, 2026
Post comments count10
Post likes count18

Generative AI with Large Language Models in C# in 2026

Jeremy Likness
A practical introduction to modern AI for .NET developers.
.NET Blog
Jan 5, 2026
Post comments count1
Post likes count3

How can you swap two non-adjacent blocks of memory using only forward iterators?

Raymond Chen
Applying the rotation trick to our new problem.
The Old New Thing
Jan 5, 2026
Post comments count1
Post likes count6

Welcome to 2026, A Growth Year for All of Us

Jim Harrer
I always enjoy the quiet stretch between Christmas and New Year’s. It’s one of the few moments in the year when things slow down just enough to reflect on what actually resonated. While many of us were unplugging, our digital team was doing the opposite, editing and publishing 19...
Visual Studio Blog
Jan 2, 2026
Post comments count0
Post likes count2

How can you swap two adjacent blocks of memory using only forward iterators?

Raymond Chen
A different algorithm, employing a different kind of cleverness.
The Old New Thing
Jan 1, 2026
Post comments count10
Post likes count2

Swapping two blocks of memory that reside inside a larger block, in constant memory

Raymond Chen
A variation on the constant-memory rotation.
The Old New Thing
Dec 31, 2025
Post comments count2
Post likes count1

Java at Microsoft: 2025 Year in Review

Bruno Borges
A breakthrough year for modernization, AI‑assisted development, Agentic AI development, and platform innovation 2025 was one of the most significant years yet for Java at Microsoft. From the arrival of OpenJDK 25 as the newest Long‑Term Support (LTS) release, to AI‑powered...
Microsoft for Java Developers
Dec 31, 2025
Post comments count0
Post likes count2

Top .NET Videos & Live Streams of 2025

Jon Galloway
Let's take a look back at the amazing .NET videos, events, and live streams from 2025!
.NET Blog
Dec 31, 2025
Post comments count5
Post likes count2

2025 year-end link clearance

Raymond Chen
Another year gets relegated to history.
The Old New Thing
Dec 31, 2025
Post comments count1
Post likes count2

Understanding and mitigating a stack overflow in our task sequencer

Raymond Chen
The recurring problem of synchronous resumption.
The Old New Thing