What's New in .NET 10 (LTS): Runtime, Libraries and SDK
A practical tour of .NET 10 LTS: JIT de-abstraction, stack allocation, post-quantum crypto, strict JSON, file-based apps, C# 14 and the .NET 11 outlook.
Understand how .NET works under the hood: the CLR, garbage collection, JIT and tiered compilation, Native AOT, dependency injection, the generic host and release cadence.
9 guides
Great .NET engineers understand the platform beneath their code. This category explains how the Common Language Runtime loads and executes your programs, how the garbage collector manages memory, how the JIT, tiered compilation and Dynamic PGO optimize hot paths, and when Native AOT is the right choice.
It also covers the building blocks every modern app relies on: dependency injection, the generic host, configuration, options, logging and background services, plus the .NET release and support policy you need for upgrade planning.
A practical tour of .NET 10 LTS: JIT de-abstraction, stack allocation, post-quantum crypto, strict JSON, file-based apps, C# 14 and the .NET 11 outlook.
A deep dive into CLR internals: IL and metadata, the type loader, MethodTables, precode and JIT, interface dispatch, object layout, AssemblyLoadContext and SOS.
How the .NET garbage collector works: generations, LOH and POH, regions, workstation vs server GC, DATAS, container limits, finalization and tuning.
How RyuJIT, tier 0/tier 1 compilation, On-Stack Replacement and Dynamic PGO trade startup time for throughput, and how to inspect and tune them.
A practical guide to Native AOT in .NET, PublishAot, trim warnings, AOT-friendly source generators for JSON, config and logging, and ASP.NET Core support.
How the .NET release cadence works: LTS vs STS support (STS is now 24 months), end-of-support dates for .NET 8 to 11 and a practical upgrade strategy.
Master dependency injection in .NET: service lifetimes, scope validation, captive dependencies, keyed services, open generics, decorators and anti-patterns.
A practical guide to the .NET Generic Host: configuration providers and precedence, validated strongly typed options, and structured high-performance logging.
Build reliable .NET background services: BackgroundService vs IHostedService, graceful shutdown, PeriodicTimer, Channels queues, Windows Services and systemd.
No matches. Try the site search.