CARVIEW |
Select Language
HTTP/2 200
server: nginx
content-type: text/html; charset=UTF-8
access-control-allow-headers: Content-Type, Authorization
access-control-allow-methods: GET, POST, OPTIONS
access-control-allow-origin: https://dev.quantum.microsoft.com
link: ; rel="https://api.w.org/"
link: ; rel="alternate"; title="JSON"; type="application/json"
link: ; rel=shortlink
x-powered-by: WP Engine
x-cacheable: SHORT
x-cache-group: normal
x-xss-protection: 1; mode=block
content-encoding: gzip
content-length: 39874
cache-control: must-revalidate, max-age=600
date: Sat, 11 Oct 2025 04:57:23 GMT
vary: Accept-Encoding
feature-policy: geolocation 'none'; midi 'none'; sync-xhr 'none'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; fullscreen 'self'; payment 'none'
referrer-policy: no-referrer-when-downgrade
x-content-type-options: nosniff
x-xss-protection: 1; mode=block
x-frame-options: SAMEORIGIN
content-security-policy: script-src 'self' 'unsafe-inline' 'unsafe-eval' https:; worker-src 'self';
strict-transport-security: max-age=15768000 ; includeSubDomains ; preload
Home - Microsoft Developer Blogs
Microsoft

Luciana Abud 
Raymond Chen 
George Adams 
Visual Studio Code Team 
James Montemagno 
Raymond Chen 
Liliam Leme 
maoni 
Raymond Chen
.NET Conf 2025 - November 11 - 13
.NET 10 launches at .NET Conf 2025! Tune in with the .NET community to celebrate and learn about the new release.
Microsoft
Developer Blogs
Get the latest information, insights, and news from Microsoft.

Introducing Microsoft Agent Framework: The Open-Source Engine for Agentic AI Apps
Why agents need a new foundation
Over the last year, developers have been experimenting with AI agents in every imaginable form. Agents are not just chatbots or copilots — they are autonomous software components that can reason about goals, call tools and APIs, collaborate with other...
Read moreMicrosoft’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 moreVS 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 moreLatest posts

Oct 10, 2025
Post comments count0
Post likes count0
Python in Visual Studio Code - October 2025 Release

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

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

The fact that a property has been set does not by itself trigger functionality.
The Old New Thing

Oct 9, 2025
Post comments count0
Post likes count0
Go 1.25.2-1 and 1.24.8-1 Microsoft builds now available

A new release of the Microsoft build of Go including security fixes is now available for download.
Microsoft for Go Developers

Oct 9, 2025
Post likes count0
September 2025 (version 1.105)

Learn what is new in the Visual Studio Code September 2025 Release (1.105).
Read the full article
VS Code Blog

Oct 9, 2025
Post comments count2
Post likes count0
Complete Beginner's Guide to Vibe Coding an App in 5 Minutes

How I built a full-featured podcast analytics dashboard with GitHub Copilot without writing a single line of code myself.
Microsoft for Developers

Oct 9, 2025
Post comments count4
Post likes count2
The self-assignment principle for Windows Runtime properties applies to default values

The default value must be legal.
The Old New Thing

Oct 9, 2025
Post likes count1
Working with Git Submodules: Managing Dependencies Across Repositories
Working with Git Submodules and creating actions.
ISE Developer Blog

Oct 8, 2025
Post comments count3
Post likes count3
Preparing for the .NET 10 GC (DATAS)

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

Oct 8, 2025
Post comments count6
Post likes count2
Windows Runtime API design principles around read-write properties: Idempotence and self-assignment

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