Microsoft
Developer Blogs

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

Nuget MCP Server Preview image

GPT-5 for Microsoft Developers

OpenAI announced GPT-5 last week in "GPT-5 and the new era of work". Working with OpenAI, we rolled out GPT-5 support the day it launched, making sure you can use and build with it and integrate it into your applications immediately. We've got you covered with a dev-focused rundown:...
Read more

.NET Conf 2025 - Announcing the Call for Content

The .NET Conf 2025 Call for Content is now open! Join us November 11-13 for the premier .NET virtual event celebrating .NET 10. Submit your session proposal by August 31st and share your .NET expertise with developers worldwide.
Read more

Latest posts

Oldnewthing Banner image
Aug 19, 2025
Post comments count0
Post likes count0

Thoughts on creating a tracking pointer class, part 7: Non-modifying trackers, second try

Author Avatar
Raymond Chen
Another attempt to make tracking pointers to objects that you can't modify.
The Old New Thing
C++ Team feature
Aug 18, 2025
Post comments count1
Post likes count2

Dependabot support for vcpkg

Author Avatar
Jamie Magee
We are excited to announce that GitHub’s Dependabot now brings automated dependency updates to C++ projects using vcpkg. This support is available for projects using vcpkg manifest files, empowering teams to keep their library dependencies current and secure with minimal effort. With...
C++ Team Blog
Rabbit Munch image
Aug 18, 2025
Post comments count0
Post likes count0

Handling Machine Reboots with VM Applications

Author Avatar
Joseph Calev
One confusion around all of our extensions is: how are reboots handled? This varies by extension, but only VM Applications provide the option on how to handle them. It does this via the "scriptBehaviorAfterReboot"...
Azure VM Runtime Team
Image Azure Developer CLI WP
Aug 18, 2025
Post comments count0
Post likes count1

Azure Developer CLI (azd) - August 2025

Author Avatar
PuiChee (PC) Chan
This post announces the August release of the Azure Developer CLI (`azd`).
Azure SDK Blog
Oldnewthing Banner image
Aug 18, 2025
Post comments count0
Post likes count1

Thoughts on creating a tracking pointer class, part 6: Non-modifying trackers

Author Avatar
Raymond Chen
Making tracking pointers to objects that you can't modify.
The Old New Thing
Oldnewthing Banner image
Aug 15, 2025
Post comments count2
Post likes count2

Thoughts on creating a tracking pointer class, part 5: Copying our tracking pointer

Author Avatar
Raymond Chen
How to copy from a const tracking pointer.
The Old New Thing
MCP GA Xcode image
Aug 14, 2025
Post comments count0
Post likes count0

Model Context Protocol (MCP) for GitHub Copilot in Xcode is Now Generally Available

Author Avatar
Jialuo Gan
Model Context Protocol (MCP) support with GitHub Copilot is now generally available for Xcode! Developers can now enable GitHub Copilot with MCP in Xcode to enhance coding intelligence and context awareness. What's new With MCP support in Xcode, developers can now connect Copilot to...
Xcode
gpt5 for microsoft developers image
Aug 14, 2025
Post comments count0
Post likes count1

GPT-5 for Microsoft Developers

Author AvatarAuthor AvatarAuthor Avatar
Jon,
Pamela,
Dan
OpenAI announced GPT-5 last week in "GPT-5 and the new era of work". Working with OpenAI, we rolled out GPT-5 support the day it launched, making sure you can use and build with it and integrate it into your applications immediately. We've got you covered with a dev-focused rundown:...
Microsoft for Developers
featured image png image
Aug 14, 2025
Post comments count0
Post likes count0

Announcing the NuGet MCP Server Preview

Author Avatar
Jeff Kluge
We've released a preview of the NuGet MCP Server, which extends Copilot by providing realtime information about packages and adds advanced functionality around updating packages.
.NET Blog