mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-10 10:00:57 +09:00
![]() * Revised package version to reflect versions currently available from the MyGet (most versions listed were no longer available).
* Fixed command line `for...` statement so that it works with paths containing spaces and doesn't accidentally copy reference assemblies.
* Added NETCore.Runtime.ApiSets-x64 package and copying instructions so that the tutorial works for Windows 7 users.
* Minor edits, including formatting adjustments and a spelling fix.
Commit migrated from
|
||
---|---|---|
.. | ||
images | ||
.gitmirrorall | ||
botr-faq.md | ||
clr-code-guide.md | ||
clr-complus-conf-docgen.sh | ||
clr-configuration-knobs.md | ||
CLR_JIT_Coding_Conventions.md | ||
contributing-workflow.md | ||
contributing.md | ||
cross-platform-performance-and-eventing.md | ||
custom-dnx-instructions.md | ||
dac-notes.md | ||
debugging-instructions.md | ||
developer-guide.md | ||
dotnet-filenames.md | ||
dotnet-standards.md | ||
dotnetcore-intro.md | ||
exceptions.md | ||
freebsd-instructions.md | ||
garbage-collection.md | ||
garbage-collector-guidelines.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 | ||
performance-guidelines.md | ||
profilability.md | ||
profiling.md | ||
project-priorities.md | ||
README.md | ||
ryujit-overview.md | ||
stackwalking.md | ||
testing-with-corefx.md | ||
threading.md | ||
type-loader.md | ||
type-system.md | ||
virtual-stub-dispatch.md | ||
windows-debugging-instructions.md | ||
windows-instructions.md | ||
windows-test-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.
Learn about .NET Core
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
Project Docs
- Developer Guide
- Project priorities
- Contributing to .NET Core
- Contributing Workflow
- Performance Guidelines
- Garbage Collector Guidelines
Coding Guidelines
Build CoreCLR from Source
- Building CoreCLR on FreeBSD
- Building CoreCLR on Linux
- Building CoreCLR on OS X
- Building CoreCLR on Windows
- Debugging CoreCLR on Windows
- Testing Changes on Windows
- Testing with CoreFX
- 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