Showing category results for Developer Stories

May 7, 2026
Post comments count1
Post likes count2

Copilot Studio gets faster with .NET 10 on WebAssembly

Daniel Roth

Microsoft Copilot Studio recently upgraded its .NET WebAssembly engine to .NET 10. The migration was straightforward, simplified deployment, and delivered another round of meaningful performance gains for end users.

.NETPerformanceDeveloper Stories
Apr 20, 2026
Post comments count12
Post likes count1

Writing Node.js addons with .NET Native AOT

Drew Noakes

The C# Dev Kit team replaced C++ Node.js addons with C# and Native AOT, removing a dependency on Python. This post walks through building a Node.js native addon entirely in C# using N-API, LibraryImport, and UnmanagedCallersOnly.

.NETC#Visual Studio Code
Mar 23, 2026
Post comments count27
Post likes count19

Ten Months with Copilot Coding Agent in dotnet/runtime

Stephen Toub - MSFT

After ten months using GitHub Copilot Coding Agent (CCA) in dotnet/runtime, the .NET team shares data-driven lessons on cloud-AI-assisted development.

.NETAIDeveloper Stories
Jan 12, 2026
Post comments count7
Post likes count7

How We Synchronize .NET’s Virtual Monorepo

Přemek Vysoký

A deep dive into the technical challenges of keeping .NET's product repositories synchronized with our Virtual Monolithic Repository using a custom two-way algorithm.

.NETDeveloper Stories.NET Internals
Apr 1, 2025
Post comments count5
Post likes count16

Modernizing push notification API for Teams

Rudolf,
Frantisek

Push Notification Hub is an essential internal service that plays a crucial role in the messaging and calling flows within Teams and other platforms. This article describes its recent overhaul, which has significantly enhanced its performance and reduced latencies in delivering push notifications to user devices

.NETASP.NETASP.NET Core
Mar 29, 2024
Post comments count6
Post likes count5

Bing on .NET 8: The Impact of Dynamic PGO

Ben Watson

Bing Extensible Application Platform's upgrade to .NET 8 and how dynamic profile guided optimization continues to deliver performance gains

.NETPerformanceDeveloper Stories