summaryrefslogtreecommitdiff
path: root/Documentation/deep-dive-blog-posts.md
diff options
context:
space:
mode:
authorBen Adams <thundercat@illyriad.co.uk>2017-11-06 19:25:38 +0100
committerDan Moseley <danmose@microsoft.com>2017-11-06 10:25:38 -0800
commit628604decdabeb0579cb5019e8686ade78d509e9 (patch)
treed7a477cf9a9db8199b0616ed6fef6f408db34b6e /Documentation/deep-dive-blog-posts.md
parent65cf3deb784647c01af77b046a8d907a9a02fdce (diff)
downloadcoreclr-628604decdabeb0579cb5019e8686ade78d509e9.tar.gz
coreclr-628604decdabeb0579cb5019e8686ade78d509e9.tar.bz2
coreclr-628604decdabeb0579cb5019e8686ade78d509e9.zip
Add .NET Core 2.0 performance post (#14875)
Diffstat (limited to 'Documentation/deep-dive-blog-posts.md')
-rw-r--r--Documentation/deep-dive-blog-posts.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/deep-dive-blog-posts.md b/Documentation/deep-dive-blog-posts.md
index 4ebadfac41..cb567f331c 100644
--- a/Documentation/deep-dive-blog-posts.md
+++ b/Documentation/deep-dive-blog-posts.md
@@ -1,5 +1,10 @@
## List of blog posts that provide a 'deep-dive' into the CoreCLR source code
+### Posts that take a high-level overview of releases
+
+- [Corestart 2.0: What's new for performance in .NET Core 2.0](https://www.ageofascent.com/2017/11/05/perfromance-dotnet-core-2-corestart-conference/)
+
+
### Posts that take a high-level look at the entire source:
- [A Hitchhikers Guide to the CoreCLR Source Code](http://mattwarren.org/2017/03/23/Hitchhikers-Guide-to-the-CoreCLR-Source-Code/)