1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-11 10:18:21 +09:00
Satori/docs/coreclr
2018-08-24 15:19:44 -07:00
..
botr Fix broken documentation links into mscorlib code (dotnet/coreclr#19598) 2018-08-22 05:54:20 -07:00
building Update debugging and createdump docs. (dotnet/coreclr#19495) 2018-08-14 18:22:23 -07:00
coding-guidelines Pass CompAllocator by value (dotnet/coreclr#15025) 2018-06-30 10:05:30 -07:00
design-docs Add a spec for tiered compilation (dotnet/coreclr#19207) 2018-08-01 01:04:53 -07:00
images RyuJIT Tutorial 2017-07-28 16:30:53 -07:00
performance Update struct handling section of Jit Opt Doc 2018-05-23 20:44:49 -07:00
project-docs Fix broken documentation links into mscorlib code (dotnet/coreclr#19598) 2018-08-22 05:54:20 -07:00
workflow Update version in documentation samples to 3.0 2018-08-24 15:19:44 -07:00
.gitmirrorall Add missing .gitmirrorall file. 2015-02-07 15:09:23 -08:00
deep-dive-blog-posts.md Add .NET Core 2.0 performance post (dotnet/coreclr#14875) 2017-11-06 10:25:38 -08:00
README.md Create deep-dive-blog-posts.md (dotnet/coreclr#13336) 2017-08-25 14:46:55 -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