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

---
title: Best DevBlogs posts — September 2025 | daily.dev
description: The most upvoted DevBlogs posts from September 2025, curated by the daily.dev community.
canonical: https://daily.dev/sources/devblogs/best-of/2025/09
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/devblogs/best-of/2025/09
og:type: website
og:site_name: daily.dev
og:title: Best DevBlogs posts — September 2025 | daily.dev
og:description: The most upvoted DevBlogs posts from September 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 — September 2025

1. 1  
[](https://daily.dev/posts/announcing-winui-gallery-2-7-iyqprxbhf "Announcing WinUI Gallery 2.7")  
Article  
![Avatar of devblogs](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/8f68b453325f482ebeb73fb780092713)DevBlogs · 50w  
Announcing WinUI Gallery 2.7  
WinUI Gallery 2.7 introduces sample history and favorites functionality, new samples for TitleBar and ThemeShadow controls, upgraded StoragePicker APIs with Windows App SDK 1.8, fresh typography and button styles, and over 100 community-driven improvements including accessibility fixes and UI polish.  
71
2. 2  
[](https://daily.dev/posts/microsoft-for-python-developers-blog-a3jb1xf8f "Microsoft for Python Developers Blog")  
Article  
![Avatar of devblogs](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/8f68b453325f482ebeb73fb780092713)DevBlogs · 52w  
Microsoft for Python Developers Blog  
Microsoft releases September 2025 updates for Python extensions in VS Code, introducing experimental AI-powered hover summaries with GitHub Copilot and Pylance, a new Run Code Snippet tool for executing Python code in memory, and significant improvements to the Python Environments extension including pipenv support and enhanced Conda experience. The update also removes friction in environment management and adds better diagnostics for troubleshooting setup issues.  
44
3. 3  
[](https://daily.dev/posts/powertoys-0-94-is-here-settings-search-shortcut-conflict-detection-and-more--61vqg8iji "PowerToys 0.94 is here: Settings search, shortcut conflict detection and more!")  
Article  
![Avatar of devblogs](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/8f68b453325f482ebeb73fb780092713)DevBlogs · 1y  
PowerToys 0.94 is here: Settings search, shortcut conflict detection and more!  
PowerToys 0.94 introduces quality-of-life improvements including a search function in Settings with fuzzy matching, shortcut conflict detection that highlights conflicting hotkeys in red, and a new gliding cursor mode for Mouse Pointer Crosshairs that enables single-button navigation. Additional updates include WiX5 installer upgrade, Maltese language support in Quick Accent, runtime registration for Win10 context menu modules, and various bug fixes across Command Palette and other utilities.  
43  
3
4. 4  
[](https://daily.dev/posts/performance-improvements-in-net-10-wv2vo3mhc "Performance Improvements in .NET 10")  
Article  
![Avatar of devblogs](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/8f68b453325f482ebeb73fb780092713)DevBlogs · 1y  
Performance Improvements in .NET 10  
.NET 10 introduces hundreds of performance improvements focused on JIT compiler optimizations. Key enhancements include expanded escape analysis for stack allocation of objects and arrays, improved devirtualization capabilities for interface methods (especially array interfaces), and more sophisticated bounds checking elimination. The JIT can now stack-allocate delegates and arrays in many scenarios where they previously required heap allocation, devirtualize array interface implementations that were previously causing performance issues, and eliminate redundant bounds checks through better assertion handling and range analysis. These micro-optimizations compound to deliver significant performance gains across the entire .NET ecosystem without requiring code changes.  
30
5. 5  
[](https://daily.dev/posts/typescript-7-native-preview-in-visual-studio-2026-75ob7opkw "TypeScript 7 native preview in Visual Studio 2026")  
Article  
![Avatar of devblogs](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/8f68b453325f482ebeb73fb780092713)DevBlogs · 50w  
TypeScript 7 native preview in Visual Studio 2026  
TypeScript 7 native preview is now available in Visual Studio 2026 Insiders, offering significant performance improvements including 10x faster compile times and 8x faster project loading for large codebases. The native port reduces memory usage and improves IDE responsiveness. To use it, replace the typescript package with @typescript/native-preview in package.json. The preview has known issues including package conflicts, limited editor integration, and HTML component file problems.  
26

[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/09#page","url":"https://daily.dev/sources/devblogs/best-of/2025/09","name":"Best DevBlogs Posts — September 2025","description":"The most upvoted DevBlogs posts from September 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/09#items","numberOfItems":5,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/announcing-winui-gallery-2-7-iyqprxbhf","name":"Announcing WinUI Gallery 2.7"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/microsoft-for-python-developers-blog-a3jb1xf8f","name":"Microsoft for Python Developers Blog"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/powertoys-0-94-is-here-settings-search-shortcut-conflict-detection-and-more--61vqg8iji","name":"PowerToys 0.94 is here: Settings search, shortcut conflict detection and more!"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/performance-improvements-in-net-10-wv2vo3mhc","name":"Performance Improvements in .NET 10"},{"@type":"ListItem","position":5,"url":"https://daily.dev/posts/typescript-7-native-preview-in-visual-studio-2026-75ob7opkw","name":"TypeScript 7 native preview in Visual Studio 2026"}]},{"@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":"September 2025"}]}]}
```

