mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-10 10:00:57 +09:00
|
||
---|---|---|
.. | ||
images | ||
.gitmirrorall | ||
botr-faq.md | ||
clr-code-guide.md | ||
clr-complus-conf-docgen.sh | ||
clr-configuration-knobs.md | ||
cross-platform-performance-and-eventing.md | ||
custom-dnx-instructions.md | ||
dac-notes.md | ||
debugging-instructions.md | ||
dotnet-filenames.md | ||
dotnet-standards.md | ||
exceptions.md | ||
freebsd-instructions.md | ||
garbage-collection.md | ||
get-dotnetcore-dnx-linux.md | ||
get-dotnetcore-dnx-osx.md | ||
get-dotnetcore-dnx-windows.md | ||
get-dotnetcore-windows.md | ||
glossary.md | ||
intro-to-clr.md | ||
jit-testing.md | ||
linux-instructions.md | ||
method-descriptor.md | ||
mscorlib.md | ||
osx-instructions.md | ||
profilability.md | ||
profiling.md | ||
README.md | ||
ryujit-overview.md | ||
stackwalking.md | ||
test-instructions.md | ||
threading.md | ||
type-loader.md | ||
type-system.md | ||
validating-changes.md | ||
virtual-stub-dispatch.md | ||
windows-instructions.md |
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.
Get .NET Core
- Get .NET Core DNX SDK on Windows
- Get .NET Core DNX SDK on OS X
- Get .NET Core DNX SDK on Linux
- Get .NET Core (Raw) on Windows
Build CoreCLR from Source
- Building CoreCLR on FreeBSD
- Building CoreCLR on Linux
- Building CoreCLR on OS X
- Building CoreCLR on Windows
- Debugging CoreCLR
- Testing CoreCLR Changes
- Creating a Custom DNX
Book of the Runtime
- Book of the Runtime FAQ
- Introduction to the Common Language Runtime
- Garbage Collection Design
- Threading
- RyuJIT Overview
- Type System
- Type Loader
- Method Descriptor
- Virtual Stub Dispatch
- Stack Walking
- Mscorlib and Calling Into the Runtime
- Data Access Component (DAC) Notes
- Profiling
- Implementing Profilability
- What Every Dev needs to Know About Exceptions in the Runtime