1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 09:34:49 +09:00

Update documentation and links

Commit migrated from d67f938499
This commit is contained in:
Richard Lander 2015-02-10 22:25:29 -08:00
parent 2920e4eb82
commit 202040cd48
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
.NET Core Glossary
===
This glossary defines terms, both common and more niche, that are important to understand when reading .NET Core documents and source code. They are also often used by .NET Core team members and other contributers when conversing on GitHub (issues, PRs), on twitter and other sites.
As much as possible, we should link to the most authoritative and recent source of information for a term. That approach should be the most helpful for people who want to learn more about a topic.
* COR: [Common Object Runtime](http://www.danielmoth.com/Blog/mscorlibdll.aspx). The name of .NET before it was named .NET.
* DAC: Data Access Component. An abstraction layer over the internal structures in the runtime.
* EE: Execution Engine.

View file

@ -1,6 +1,6 @@
Introduction to the Common Language Runtime (CLR)
===
By Vance Morrison (@vancem) - 2007
By Vance Morrison ([@vancem](https://github.com/vancem)) - 2007
What is the Common Language Runtime (CLR)? To put it succinctly:

View file

@ -1,6 +1,6 @@
Mscorlib and Calling Into the Runtime
===
Author: Brian Grunkemeyer (@briangru) - 2006
Author: Brian Grunkemeyer ([@briangru](https://github.com/briangru)) - 2006
# Introduction