diff options
author | dotnet-bot <dotnet-bot@microsoft.com> | 2015-04-17 15:06:12 -0700 |
---|---|---|
committer | Richard Lander <rlander@microsoft.com> | 2015-04-17 15:11:32 -0700 |
commit | f5ae91c5ce4eb8baf65fd26ebcc47a7bae808c5a (patch) | |
tree | 1d25507ecb90f55f112ef1179569de82c632a53d /Documentation/README.md | |
parent | 06d51aaac0bfff64eacc01a586ac297a9840a84a (diff) | |
download | coreclr-f5ae91c5ce4eb8baf65fd26ebcc47a7bae808c5a.tar.gz coreclr-f5ae91c5ce4eb8baf65fd26ebcc47a7bae808c5a.tar.bz2 coreclr-f5ae91c5ce4eb8baf65fd26ebcc47a7bae808c5a.zip |
Add DAC Notes Book of the Runtime doc
Diffstat (limited to 'Documentation/README.md')
-rw-r--r-- | Documentation/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/README.md b/Documentation/README.md index bc9ab274f8..b0aea805a0 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -26,6 +26,7 @@ Book of the Runtime - [Virtual Stub Dispatch](virtual-stub-dispatch.md) - [Stack Walking](stackwalking.md) - [Mscorlib and Calling Into the Runtime](mscorlib.md) +- [Data Access Component (DAC) Notes](dac-notes.md) - [Profiling](profiling.md) - [Implementing Profilability](profilability.md) - [What Every Dev needs to Know About Exceptions in the Runtime](exceptions.md) |