.NET
TrialLanguages & Frameworks
Microsoft's application development platform and runtime for building software.
Why it's here
Placed in Trial: 7 article(s) of evidence from 4 source(s), led by framework updates, with 4 in the last 30 days. Confidence 68%.
Evidence (7)
- 7InfoQ·8/10/2026framework_updateAngular v22 adds stable Signal Forms and default OnPush change detection
Google has released Angular v22 with several framework updates, including the stabilization of Signal Forms, OnPush change detection by default, and a new experimental WebMCP integration for AI-related tooling. The release also introduces a new @Service() decorator, supports TypeScript 6, and removes deprecated features.
- 4InfoQ·8/5/2026framework_updateSkiaSharp 4 Adopts Milestone-Based Release Cadence
Microsoft and Uno Platform have released the first stable versions of SkiaSharp 4, starting with 4.148.0 and soon after 4.150.0. A 4.151.0 prerelease is also available, reflecting a new release model aligned with upstream Skia milestones and package versions.
- 4Martin Fowler·7/28/2026researchThe Hidden Cost of Orchestrator Context in Multi-Agent Work
This article argues that in long-running multi-agent sessions, the main value of subagents is not speed but reducing the amount of information the orchestrator must keep in context. It describes an incident in a Claude Code workflow where polling subagents pulled large raw transcripts into the main thread, making the session harder to reason about and revealing the importance of delegation rules.
- 6InfoQ·7/27/2026framework_update.NET 11 Preview 6 Adds C#, ASP.NET Core, MAUI, and EF Core Updates
Microsoft has released .NET 11 Preview 6 with updates spanning C#, ASP.NET Core, .NET MAUI, and Entity Framework Core. The preview adds extension indexers and union support types in C#, async validation and automatic CSRF protection in ASP.NET Core, Windows support for CollectionView in MAUI, and FULL OUTER JOIN translation in EF Core.
- 2Hacker News·7/4/2026researchGuide to htop and Linux load averages
This article explains the meaning of the information shown in htop/top on Linux, including uptime, load average, and process counts. It also shows how these values are read from procfs files such as /proc/uptime and /proc/loadavg, using strace as a debugging aid.
- 6InfoQ·7/3/2026framework_updateGoogle Releases A2UI v0.9 for Portable Generative UI
Google has released A2UI v0.9, a framework-agnostic standard that lets AI agents describe user interface intent across platforms without generating arbitrary code. The update adds a Python SDK, improved error handling, support for multiple transport methods, and guidance for migration and spec evolution.
- 6The New Stack·6/30/2026open_sourceRSK revives IdentityServer4 as open source fork
Rock Solid Knowledge has launched Open.IdentityServer, an open-source fork of the IdentityServer4 codebase, to provide a maintained alternative for developers after Duende commercialized the original project. The platform supports OpenID Connect and OAuth 2.0 for .NET applications, with the core remaining free and commercial extensions optional.