.NET .NET AOT Resources: 2022 Edition This post is all my accumulated notes about AOT of as of 2022. Whether it's CoreRT, Experimental AOT, or .NET 7 it has notes about articles, documentation, flags, and gotchas.
.NET .NET Deployment Models and Features With Examples If you've ever wanted a better understanding of: Self-contained, trimming, single file, Native AOT, and ReadyToRun for .NET deployments, this post will take you through with worked examples.
.NET .NET 7 Self-Contained, NativeAOT, and ReadyToRun Cheatsheet Cheatsheet for self-contained, trimming, single file, Native AOT, and ReadyToRun for project files.