Microsoft
Developer Blogs

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

aspire react screenshot

Aspire 9.4 is here with a CLI and interactive dashboard features

Aspire 9.4 is packed with new features, integrations, and improvements
Read more

Building AI Agents with the A2A .NET SDK

Learn how to build collaborative AI agents using the new A2A .NET SDK, enabling seamless communication and discovery between autonomous agents in the AI ecosystem.
Read more

Latest posts

Example of NES dynamically updating syntax
Aug 4, 2025
Post comments count0
Post likes count0

Dynamically Update C++ syntax using Next Edit Suggestions

Author Avatar
Sinem Akinci
When working in a C++ repo, you often are maintaining and updating existing code just as often as you are writing new code. However, updating code in C++ can often require navigating to several different locations in a file to ensure consistency, which can disrupt your logical workflow....
C++ Team Blog
devOps security10 image
Aug 4, 2025
Post comments count0
Post likes count0

Automate your open-source dependency scanning with Advanced Security

Author Avatar
Laura Jiang
Any experiences that require additional setup is cumbersome, especially when there are multiple people needed. In GitHub Advanced Security for Azure DevOps, we're working to make it easier to enable features and scale out enablement across your enterprise. You can now automatically...
Azure DevOps Blog
whats new july image
Aug 4, 2025
Post comments count0
Post likes count0

What's new in Azure AI Foundry | July 2025

Author Avatar
Nick Brady
July 2025 brings Deep Research Agent (public preview), GPT-image-1 model enhancements, new developer tools, and platform, security, and SDK updates to Azure AI Foundry.
Azure AI Foundry Blog
the new dependabot nuget updater png image
Aug 4, 2025
Post comments count4
Post likes count5

The new Dependabot NuGet updater: 65% faster with native .NET

Author AvatarAuthor Avatar
Jamie,
Brett
Discover the new Dependabot NuGet updater that improves performance, accuracy, and developer experience by leveraging native .NET tooling.
.NET Blog
Oldnewthing Banner image
Aug 4, 2025
Post comments count14
Post likes count1

How can I read more than 4GB of data from a file in a single call to Read­File?

Author Avatar
Raymond Chen
You can't, but you can try to fake it.
The Old New Thing
Aug 1, 2025
Post comments count2
Post likes count6

Announcing TypeScript 5.9

Author Avatar
Daniel Rosenwasser
Today we are excited to announce the release of TypeScript 5.9! If you're not familiar with TypeScript, it's a language that builds on JavaScript by adding syntax for types. With types, TypeScript makes it possible to check your code to avoid bugs ahead of time. The TypeScript...
TypeScript
Oldnewthing Banner image
Aug 1, 2025
Post comments count2
Post likes count0

Two related questions about keeping track of PIDs of IPC clients

Author Avatar
Raymond Chen
Since you're doing IPC, you may as well let IPC do the work for you.
The Old New Thing
azuredevsummit image
Jul 31, 2025
Post comments count0
Post likes count0

Join us at Azure Dev Summit 2025

Author Avatar
Mike Hulme
The success of AI-powered apps and agents hinges not only on cutting edge models and AI platforms, but on the developers who are chartered with designing innovative services that are secure, scalable, and grounded in the right knowledge. The inaugural Azure Dev Summit on October 13-16,...
Microsoft for Developers
A modern high tech illustration representing AI and vector data processing The image should featur image
Jul 31, 2025
Post comments count0
Post likes count1

Updated .NET and JDBC Drivers with Native Vector Data Support for High-Performance AI Workload

Author Avatar
Davide Mauri
We’ve just released major updates to our data access libraries, bringing native support for vector data to both the .NET and JDBC ecosystems, unlocking significant performance gains for AI and machine learning workloads. Microsoft.Data.SqlClient 6.1.0 With the new SqlVector class, you...
Azure SQL Devs’ Corner