dotnet_runtime/docs
Rachel 2db9fdf5b4
Adding GetAssemblyLoadContext cDAC API (#117939)
* adding GetAssemblyLoadContext cDAC API

* simplifying field access

* restructuring etc

* comments
2025-07-28 18:39:50 -07:00
..
coding-guidelines Implement `Unsafe.IsAddressLessThanOrEqualTo` & `Unsafe.IsAddressGreaterThanOrEqualTo` (#117800) 2025-07-26 17:33:19 -07:00
design Adding GetAssemblyLoadContext cDAC API (#117939) 2025-07-28 18:39:50 -07:00
infra FabricBot: Onboarding to GitOps.ResourceManagement because of FabricBot decommissioning (#99169) 2024-03-06 22:39:50 -08:00
issue-mappings
project chore: remove redundant words in comment (#117310) 2025-07-28 06:53:42 -07:00
tools/illink Remove ILLink support for field init substitutions (#107380) 2025-05-29 10:32:09 -07:00
workflow Misc cleanup (fixing comments, deleting dead code) (#117908) 2025-07-22 00:03:07 -07:00
README.md Move some links to other doc (#112574) 2025-02-18 17:15:14 -08:00
area-owners.md Update area-owners for libraries ownership changes (#117746) 2025-07-21 10:56:11 -07:00
deep-dive-blog-posts.md Add Perf Improvements in .NET 9 to deep dive blog posts list (#107793) 2024-09-13 10:03:22 -04:00
issue-cleanup.md
issues-pr-management.md

README.md

Documents Index

This repo includes several documents that explain both high-level and low-level concepts about the .NET runtime and libraries. These are very useful for contributors, to get context that can be very difficult to acquire from just reading code.

Intro to .NET

.NET is a self-contained .NET runtime and framework that implements ECMA 335. It can be (and has been) ported to multiple architectures and platforms. It support a variety of installation options, having no specific deployment requirements itself.

Getting Started

Workflow (Building, testing, benchmarking, profiling, etc.)

If you want to contribute a code change to this repo, start here.

Design Docs

The Book of the Runtime is a set of chapters that go in depth into various interesting aspects of the design of the .NET Framework.

For your convenience, here are a few quick links to popular chapters:

For additional information, see this list of blog posts that provide a 'deep-dive' into the CoreCLR source code

Coding Guidelines

Project Docs

Other Information