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 | ||
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-windows-dnvm.md | ||
get-dotnetcore-windows-nuget.md | ||
glossary.md | ||
intro-to-clr.md | ||
linux-instructions.md | ||
method-descriptor.md | ||
mscorlib.md | ||
osx-instructions.md | ||
profilability.md | ||
profiling.md | ||
README.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 CoreCLR
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
- 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