1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-10 01:50:53 +09:00
Satori/docs/coreclr
2019-11-17 17:14:02 -08:00
..
botr Revert "Feature: dynamic expansion for generic dictionaries (dotnet/coreclr#26262)" 2019-11-08 23:41:07 -05:00
building Use artifacts layout in place of bin dir 2019-11-17 17:14:02 -08:00
coding-guidelines Normalize trailing whitespaces (dotnet/coreclr#27626) 2019-11-02 06:29:45 -07:00
design-docs Raw EventListener Design Document (dotnet/coreclr#19941) 2019-11-11 10:36:00 -08:00
images Document describing upcoming object stack allocation work. (dotnet/coreclr#20251) 2018-10-08 16:25:44 -07:00
performance Typos (dotnet/coreclr#19737) 2018-08-29 14:46:52 -07:00
Profiling Update Profiler Loading.md (dotnet/coreclr#23890) 2019-11-05 10:33:38 -08:00
project-docs Use artifacts layout in place of bin dir 2019-11-17 17:14:02 -08:00
workflow Use artifacts layout in place of bin dir 2019-11-17 17:14:02 -08:00
deep-dive-blog-posts.md Add .NET Core 3.0 perf blog post link 2019-05-17 08:42:36 -07:00
README.md Normalize trailing whitespaces (dotnet/coreclr#27626) 2019-11-02 06:29:45 -07:00

Documents Index

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

Intro to .NET Core

.NET Core 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 supports a variety of installation options, having no specific deployment requirements itself.

Getting Started

Project Docs

Coding Guidelines

Build CoreCLR from Source

Testing and Debugging CoreCLR

Book of the Runtime

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

Decoder Rings

Other Information