diff options
author | Richard Lander <rlander@microsoft.com> | 2015-02-09 08:23:41 -0800 |
---|---|---|
committer | Richard Lander <rlander@microsoft.com> | 2015-02-09 08:23:41 -0800 |
commit | a00240bfe14c2e3b87be64db1e8e8e9cda8415a0 (patch) | |
tree | f054db07f698acb55012d6d8410cbaf272022b4b /README.md | |
parent | 94a5a5ea873b95bd44e956d5466300eb45930e65 (diff) | |
download | coreclr-a00240bfe14c2e3b87be64db1e8e8e9cda8415a0.tar.gz coreclr-a00240bfe14c2e3b87be64db1e8e8e9cda8415a0.tar.bz2 coreclr-a00240bfe14c2e3b87be64db1e8e8e9cda8415a0.zip |
Update mscorlib doc and add entry to readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,4 +1,5 @@ -# .NET Core Runtime (CoreCLR) +.NET Core Runtime (CoreCLR) +=== | |Linux|Windows| |:-:|:-:|:-:| @@ -11,6 +12,13 @@ The coreclr repo contains the complete runtime implementation (called "CoreCLR") The [.NET Core Libraries][corefx] repo contains the base class libraries, which provides data types and base functionality (ex: String, Collections, HttpClient) on top of CoreCLR. The two repos together make up .NET Core. The [.NET Core is Open Source][.NET Core oss] and [Introducing .NET Core][Introducing .NET Core] blog posts describes our .NET Core OSS strategy and road map in more detail. +## Learn about CoreCLR +Historically, new devs to the CLR team would be encouraged to read the "Book of the Runtime" (BotR) before making substative changes to the product. We have released the meaningful BotR chapters, for the same goal with new contributors. + +- [Introduction to the Common Language Runtime](https://github.com/dotnet/coreclr/blob/master/Documentation/intro-to-clr.md) +- [Mscorlib and Calling Into the Runtime](https://github.com/dotnet/coreclr/blob/master/Documentation/mscorlib.md) +- More coming + ## How to Engage, Contribute and Provide Feedback Some of the best ways to contribute are to try things out, file bugs, and join in design conversations. |