Microsoft
Developer Blogs

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

Highlights

Aspire Docs in Your Terminal (and Your AI's Brain)

Aspire 13.2 ships aspire docs, a CLI for browsing, searching, and reading official aspire.dev docs from your terminal, with the same source of truth available to AI skills and automation.
Read moreClick to read more about this post

Improving the Markdown Editor for Work Items

We introduced the Markdown editor in July 2025 to bring Markdown support to large text fields in work items. Since then, we’ve received valuable customer feedback highlighting challenges with the editing experience, particularly when switching in and out of edit mode. Many users found...
Read moreClick to read more about this post

Latest posts

Image 1 DX12Ultimate logo digital black bg
Dec 2, 2025
Post comments count0
Post likes count0

DirectX Graphics Samples Updated to Agility SDK + Enhanced Barriers examples

Author Avatar
Alexandre Cardoso
We’re excited to share all DirectX Graphics Samples have been updated to use the latest DirectX 12 Agility SDK. What’s New: Agility SDK Integration: All samples now leverage the latest Agility SDK for improved compatibility and faster adoption of new DirectX capabilities. ...
DirectX Developer Blog
dbrs flow image
Dec 2, 2025
Post comments count0
Post likes count3

Securing Sensitive Mobile Operations with Device-Bound Request Signing

Author AvatarAuthor AvatarAuthor Avatar
Fernando,
Daiane,
Wesley
Mobile security goes beyond verifying user identity. If an attacker steals a valid token, how will your backend distinguish a legitimate request from one reproduced in an emulator or cloned environment? This is a gap in traditional authentication flows when applied to the mobile...
Microsoft for Developers
Dec 2, 2025
Post comments count21
Post likes count22

Progress on TypeScript 7 - December 2025

Author Avatar
Daniel Rosenwasser
Earlier this year, the TypeScript team announced that we've been porting the compiler and language service to native code to take advantage of better raw performance, memory usage, and parallelism. This effort (codenamed "Project Corsa", and soon "TypeScript 7.0") has been a significant...
TypeScript
Tata Neu uses Azure DocumentDB
Dec 2, 2025
Post comments count0
Post likes count4

Tata Neu delivers personalized shopping experiences for millions of users with Azure DocumentDB

Author Avatar
Azure Cosmos DB Team
With Azure DocumentDB, Tata Neu delivers seamless authentication for millions of users, accelerates credit card onboarding across partners, unifies loyalty programs for hundreds of millions of members, and powers AI-driven support experiences across more than 60 brands. This...
Azure Cosmos DB Blog
BlogFeaturedImage option2 image
Dec 2, 2025
Post comments count0
Post likes count3

Profiler Agent - Delegate the analysis, not the performance

Author Avatar
Nik Karpinsky
In Visual Studio 2026 we introduced Copilot Profiler Agent, a new AI-powered assistant that helps you analyze and optimize performance bottlenecks in your code. By combining the power of GitHub Copilot with Visual Studio's performance profiler, you can now ask natural language questions...
Visual Studio Blog
banner oldnewthing blue image
Dec 2, 2025
Post comments count3
Post likes count2

Microspeak: Big rocks

Author Avatar
Raymond Chen
The large obstacles.
The Old New Thing
Foundry cc image
Dec 2, 2025
Post comments count2
Post likes count4

Claude Code + Microsoft Foundry: Enterprise AI Coding Agent Setup

Author Avatar
Govind Kamtamneni
This guide covers setting up Claude Code CLI and VS Code extension with Microsoft Foundry, configuring CLAUDE.md for project context, integrating Spec Kit for structured development, and running Claude Code in GitHub Actions. Prerequisites Azure subscription with Foundry access ...
All things Azure
entrapowershellblog image
Dec 1, 2025
Post comments count0
Post likes count0

AppendSelected parameter

Author Avatar
Kennedy Kangethe Munga
Background  The  Property parameter introduced in Version 0.10.0-preview allowed customers to select specific properties they would want to return in the response and is used in these 2 main scenarios:   To request extra properties that are not returned by...
Microsoft Entra PowerShell
Data API builder’s “request-body-strict”
Dec 1, 2025
Post comments count0
Post likes count3

Data API builder’s "request-body-strict" Simplifies Client Code

Author Avatar
Jerry Nixon
Data API builder (DAB) provides REST and GraphQL endpoints over SQL Server, Azure Cosmos DB, PostgreSQL, MySQL, and SQL Data Warehouse. The request-body-strict configuration value controls how REST endpoints treat unknown JSON properties in the payload: * When set to true (default),...
Azure SQL Dev Corner