// tag
#Performance
3 posts
PostgreSQL on Azure in VS Code Is Really About Tightening the Performance Loop
The newer PostgreSQL-on-Azure experience in VS Code matters because it reduces the distance between metrics, tuning guidance, query analysis, and actual developer action. That is the real performance dividend.
.NET 11 Finally Fixes the Process API
System.Diagnostics.Process gets its biggest update in years. RunAndCaptureTextAsync, KillOnParentExit, SafeProcessHandle APIs, and full control over standard handle redirection — no more deadlock boilerplate.
How Copilot Studio Migrated to .NET 10 WebAssembly and Got 20% Faster
.NET 10 WASM improvements aren't just for new projects. Here's what Copilot Studio measured after upgrading from .NET 8: automatic fingerprinting, WasmStripILAfterAOT by default, and real execution performance numbers.