Microsoft
Developer Blogs

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

AgentFramework 1 image

Microsoft’s OpenJDK builds now ready for Java 25

We’re excited to announce that the Microsoft Build of OpenJDK binaries are now available for Java 25. As always, our builds aim to provide a high-quality, production-ready build of OpenJDK, with binaries tested across platforms (Windows, Linux, macOS) and backed by our support and...
Read more

VS Live! Orlando – Your Ultimate Learning Adventure

Imagine swapping stories with fellow developers over dinner as the Florida sun sets, then beginning the next morning with a stroll past the resort’s palm-lined walkways before catching your first session across 41 dynamic tracks. From there, immerse yourself in a full day of learning...
Read more

Latest posts

pythonfeature image
Oct 10, 2025
Post comments count0
Post likes count0

Python in Visual Studio Code - October 2025 Release

Author Avatar
Luciana Abud
The October 2025 release of the Python and Jupyter extensions for Visual Studio Code are now available. This release includes improvements to the Python Environments extension, Copy Test ID functionality, and enhanced environment activation when using Copilot Chat. Keep on reading to learn more!
Microsoft for Python Developers Blog
Oldnewthing Banner image
Oct 10, 2025
Post comments count2
Post likes count1

The self-assignment principle for Windows Runtime properties: Don't change behavior based on whether a property has been written to

Author Avatar
Raymond Chen
The fact that a property has been set does not by itself trigger functionality.
The Old New Thing
Image MSFT BANNER CONF42GOLANG2022
Oct 9, 2025
Post comments count0
Post likes count0

Go 1.25.2-1 and 1.24.8-1 Microsoft builds now available

Author Avatar
George Adams
A new release of the Microsoft build of Go including security fixes is now available for download.
Microsoft for Go Developers
September 2025 (version 1.105)
Oct 9, 2025
Post likes count0

September 2025 (version 1.105)

Author Avatar
Visual Studio Code Team
Learn what is new in the Visual Studio Code September 2025 Release (1.105). Read the full article
VS Code Blog
vibe simple browser image
Oct 9, 2025
Post comments count2
Post likes count0

Complete Beginner's Guide to Vibe Coding an App in 5 Minutes

Author Avatar
James Montemagno
How I built a full-featured podcast analytics dashboard with GitHub Copilot without writing a single line of code myself.
Microsoft for Developers
Oldnewthing Banner image
Oct 9, 2025
Post comments count4
Post likes count2

The self-assignment principle for Windows Runtime properties applies to default values

Author Avatar
Raymond Chen
The default value must be legal.
The Old New Thing
Fig1 submodule png image
Oct 9, 2025
Post likes count1

Working with Git Submodules: Managing Dependencies Across Repositories

Author Avatar
Liliam Leme
Working with Git Submodules and creating actions.
ISE Developer Blog
preparing for dotnet 10 gc jpg image
Oct 8, 2025
Post comments count3
Post likes count3

Preparing for the .NET 10 GC (DATAS)

Author Avatar
maoni
Learn how DATAS in .NET 10 adapts heap size, what changes to expect versus previous Server Garbage Collection (GC) behavior, and how to decide whether to tune or disable it.
.NET Blog
Oldnewthing Banner image
Oct 8, 2025
Post comments count6
Post likes count2

Windows Runtime API design principles around read-write properties: Idempotence and self-assignment

Author Avatar
Raymond Chen
Setting it to the value it already has is not a crime.
The Old New Thing