<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/devblogs/best-of/2025/11" -->

---
title: Best DevBlogs posts — November 2025 | daily.dev
description: The most upvoted DevBlogs posts from November 2025, curated by the daily.dev community.
canonical: https://daily.dev/sources/devblogs/best-of/2025/11
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/devblogs/best-of/2025/11
og:type: website
og:site_name: daily.dev
og:title: Best DevBlogs posts — November 2025 | daily.dev
og:description: The most upvoted DevBlogs posts from November 2025, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of DevBlogs — November 2025

1. 1  
[](https://daily.dev/posts/microsoft-for-python-developers-blog-dwlxvtj40 "Microsoft for Python Developers Blog")  
Article  
![Avatar of devblogs](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/8f68b453325f482ebeb73fb780092713)DevBlogs · 43w  
Microsoft for Python Developers Blog  
The November 2025 Python extension for VS Code introduces several productivity enhancements: AI-generated hover summaries can now be inserted directly as docstrings, Copilot summaries support localization, a new code action converts wildcard imports to explicit imports for better code clarity, and the debugger now supports multiple interpreters per workspace through the Python Environments Extension. Additional improvements include better PowerShell activation handling and enhanced Poetry and requirements file detection.  
57
2. 2  
[](https://daily.dev/posts/openapi-net-the-biggest-update-ever-6ww2r9niu "OpenAPI.NET: The Biggest Update Ever")  
Article  
![Avatar of devblogs](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/8f68b453325f482ebeb73fb780092713)DevBlogs · 43w  
OpenAPI.NET: The Biggest Update Ever  
Microsoft released OpenAPI.NET v2 and v3, the library's biggest updates since 2018\. Version 2 adds OpenAPI 3.1 support with 50% faster parsing and 35% less memory usage through System.Text.Json integration. Version 3 introduces OpenAPI 3.2 support with enhanced media types, hierarchical tags, and extended parameter options. These updates impact major .NET tools like Swashbuckle, NSwag, and ASP.NET Core's native OpenAPI support in .NET 10.  
45
3. 3  
[](https://daily.dev/posts/powertoys-0-96-is-here-endpoints-for-advanced-paste-metadata-support-for-powerrename-and-more--xzg8qdlvg "PowerToys 0.96 is here: endpoints for Advanced Paste, metadata support for PowerRename and more!")  
Article  
![Avatar of devblogs](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/8f68b453325f482ebeb73fb780092713)DevBlogs · 42w  
PowerToys 0.96 is here: endpoints for Advanced Paste, metadata support for PowerRename and more!  
PowerToys 0.96 introduces major upgrades to Advanced Paste with support for multiple AI model endpoints (Azure OpenAI, OpenAI, Gemini, Mistral) and local models (Foundry Local, Ollama). Command Palette receives numerous improvements including search functionality and better extension management. PowerRename now supports EXIF and XMP metadata extraction from images. Light Switch gains manual location settings, Dashboard adds sorting options, and ZoomIt introduces screen recording with GIF export. The next release (0.97) is scheduled for January 2025.  
43  
2
4. 4  
[](https://daily.dev/posts/roadmap-for-ai-in-visual-studio-november--jaxihheob "Roadmap for AI in Visual Studio (November)")  
Article  
![Avatar of devblogs](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/8f68b453325f482ebeb73fb780092713)DevBlogs · 44w  
Roadmap for AI in Visual Studio (November)  
Microsoft shares Visual Studio's November AI roadmap, focusing on new AI agents, enhanced Agent Mode and Chat capabilities, Model Context Protocol (MCP) integration with full spec support and governance controls, and expanded model options including GPT-5 Codex and auto-model selection. The updates aim to integrate Copilot throughout the development workflow, from code writing to testing and version control.  
37  
1
5. 5  
[](https://daily.dev/posts/announcing-odata-net-odl-9-preview-3-release-tqyshsxvr "Announcing OData .NET (ODL) 9 Preview 3 Release")  
Article  
![Avatar of devblogs](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/8f68b453325f482ebeb73fb780092713)DevBlogs · 42w  
Announcing OData .NET (ODL) 9 Preview 3 Release  
OData .NET 9 Preview 3 introduces breaking changes and modernizations including safer action query defaults that return null for nullable types, removal of ReadUntypedAsString requiring annotations inside structured objects, ReadOnlySpan overloads for allocation-free model lookups, replacement of legacy Date/TimeOfDay with System.DateOnly/TimeOnly, key alias support for complex properties, and fixes for .NET 8 obsoletion warnings and .NET 10 LINQ expression compatibility. The release removes EF CSDL support and custom transcoding in favor of framework APIs.  
18

[See all DevBlogs archives](/sources/devblogs/best-of)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/sources/devblogs/best-of/2025/11#page","url":"https://daily.dev/sources/devblogs/best-of/2025/11","name":"Best DevBlogs Posts — November 2025","description":"The most upvoted DevBlogs posts from November 2025, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/devblogs/best-of/2025/11#items","numberOfItems":5,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/microsoft-for-python-developers-blog-dwlxvtj40","name":"Microsoft for Python Developers Blog"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/openapi-net-the-biggest-update-ever-6ww2r9niu","name":"OpenAPI.NET: The Biggest Update Ever"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/powertoys-0-96-is-here-endpoints-for-advanced-paste-metadata-support-for-powerrename-and-more--xzg8qdlvg","name":"PowerToys 0.96 is here: endpoints for Advanced Paste, metadata support for PowerRename and more!"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/roadmap-for-ai-in-visual-studio-november--jaxihheob","name":"Roadmap for AI in Visual Studio (November)"},{"@type":"ListItem","position":5,"url":"https://daily.dev/posts/announcing-odata-net-odl-9-preview-3-release-tqyshsxvr","name":"Announcing OData .NET (ODL) 9 Preview 3 Release"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Sources","item":"https://daily.dev/sources"},{"@type":"ListItem","position":3,"name":"DevBlogs","item":"https://daily.dev/sources/devblogs"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/devblogs/best-of"},{"@type":"ListItem","position":5,"name":"November 2025"}]}]}
```

