1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 17:44:48 +09:00
Satori/docs/coreclr
Rich Lander d4aba60275 Update license links
Commit migrated from ce8bcb81f9
2017-05-26 22:06:14 -07:00
..
botr Createdump fixes and cleanup. (dotnet/coreclr#11368) 2017-05-03 17:17:22 -07:00
building correct link to Using Your Build 2017-05-16 23:15:54 -07:00
coding-guidelines Fix markdown headings 2017-03-20 18:12:33 -04:00
design-docs Update doc with review feedback. 2017-05-08 10:39:07 -07:00
images Add RyuJIT Overview to documentation 2015-04-28 10:55:47 -07:00
project-docs Update license links 2017-05-26 22:06:14 -07:00
workflow Fix build badges in OfficialAndDailyBuilds.md 2017-04-12 07:39:56 -04:00
.gitmirrorall Add missing .gitmirrorall file. 2015-02-07 15:09:23 -08:00
README.md Update contributor docs (dotnet/coreclr#11944) 2017-05-26 21:56:27 -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:

Decoder Rings

Other Information