diff options
author | Ben Adams <thundercat@illyriad.co.uk> | 2017-11-06 19:25:38 +0100 |
---|---|---|
committer | Dan Moseley <danmose@microsoft.com> | 2017-11-06 10:25:38 -0800 |
commit | 628604decdabeb0579cb5019e8686ade78d509e9 (patch) | |
tree | d7a477cf9a9db8199b0616ed6fef6f408db34b6e /Documentation | |
parent | 65cf3deb784647c01af77b046a8d907a9a02fdce (diff) | |
download | coreclr-628604decdabeb0579cb5019e8686ade78d509e9.tar.gz coreclr-628604decdabeb0579cb5019e8686ade78d509e9.tar.bz2 coreclr-628604decdabeb0579cb5019e8686ade78d509e9.zip |
Add .NET Core 2.0 performance post (#14875)
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/deep-dive-blog-posts.md | 5 |
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/) |