|
1 | 1 | Documents Index
|
2 | 2 | ===============
|
3 | 3 |
|
| 4 | +Intro to .NET Core |
| 5 | +================== |
| 6 | + |
| 7 | +.NET Core is a self-contained .NET runtime and framework that implements ECMA 335. It can be (and has been) ported to multiple architectures and platforms. It support a variety of installation options, having no specific deployment requirements itself. |
| 8 | + |
4 | 9 | Learn about .NET Core
|
5 | 10 | ====================
|
6 | 11 |
|
7 |
| -- [Brief Intro to .NET Core](https://github.com/dotnet/coreclr/blob/master/Documentation/dotnetcore-intro.md) |
8 | 12 | - [[WIP] Official .NET Core Docs](http://dotnet.readthedocs.org)
|
9 | 13 |
|
10 | 14 | Get .NET Core
|
11 | 15 | =============
|
12 | 16 |
|
13 |
| -- [Get .NET Core DNX SDK on Windows](https://github.com/dotnet/coreclr/blob/master/Documentation/get-dotnetcore-dnx-windows.md) |
14 |
| -- [Get .NET Core DNX SDK on OS X](https://github.com/dotnet/coreclr/blob/master/Documentation/get-dotnetcore-dnx-osx.md) |
15 |
| -- [Get .NET Core DNX SDK on Linux](https://github.com/dotnet/coreclr/blob/master/Documentation/get-dotnetcore-dnx-linux.md) |
16 |
| -- [Get .NET Core (Raw) on Windows](https://github.com/dotnet/coreclr/blob/master/Documentation/get-dotnetcore-windows.md) |
| 17 | +- [Get .NET Core DNX SDK on Windows](https://github.com/dotnet/coreclr/blob/master/Documentation/install/get-dotnetcore-dnx-windows.md) |
| 18 | +- [Get .NET Core DNX SDK on OS X](https://github.com/dotnet/coreclr/blob/master/Documentation/install/get-dotnetcore-dnx-osx.md) |
| 19 | +- [Get .NET Core DNX SDK on Linux](https://github.com/dotnet/coreclr/blob/master/Documentation/install/get-dotnetcore-dnx-linux.md) |
| 20 | +- [Get .NET Core (Raw) on Windows](https://github.com/dotnet/coreclr/blob/master/Documentation/install/get-dotnetcore-windows.md) |
17 | 21 |
|
18 | 22 | Project Docs
|
19 | 23 | ============
|
20 | 24 |
|
21 |
| -- [Developer Guide](developer-guide.md) |
22 |
| -- [Project priorities](https://github.com/dotnet/coreclr/blob/master/Documentation/project-priorities.md) |
23 |
| -- [Contributing to CoreFX](contributing.md) |
24 |
| -- [Contributing to .NET Core](https://github.com/dotnet/coreclr/blob/master/Documentation/contributing.md) |
25 |
| -- [Contributing Workflow](https://github.com/dotnet/coreclr/blob/master/Documentation/contributing-workflow.md) |
26 |
| -- [Issue Guide](issue-guide.md) |
27 |
| -- [Branching Guide](branching-guide.md) |
28 |
| -- [API Review Process](api-review-process.md) |
29 |
| -- [Strong Name Signing](strong-name-signing.md) |
30 |
| -- [Open Source Signing](oss-signing.md) |
31 |
| -- [Repo Organization](repo-organization.md) |
| 25 | +- [Developer Guide](project-docs/developer-guide.md) |
| 26 | +- [Project priorities](https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/project-priorities.md) |
| 27 | +- [Contributing to CoreFX](project-docs/contributing.md) |
| 28 | +- [Contributing to .NET Core](https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/contributing.md) |
| 29 | +- [Contributing Workflow](https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/contributing-workflow.md) |
| 30 | +- [Issue Guide](project-docs/issue-guide.md) |
| 31 | +- [Branching Guide](project-docs/branching-guide.md) |
| 32 | +- [API Review Process](project-docs/api-review-process.md) |
| 33 | +- [Strong Name Signing](project-docs/strong-name-signing.md) |
| 34 | +- [Open Source Signing](project-docs/oss-signing.md) |
| 35 | +- [Repo Organization](project-docs/repo-organization.md) |
32 | 36 |
|
33 | 37 | Coding Guidelines
|
34 | 38 | =================
|
35 | 39 |
|
36 |
| -- [C# coding style](coding-style.md) |
37 |
| -- [Framework Design Guidelines](framework-design-guidelines-digest.md) |
38 |
| -- [Cross-Platform Guidelines](cross-platform-guidelines.md) |
39 |
| -- [Performance Guidelines](performance-guidelines.md) |
40 |
| -- [Interop Guidelines](interop-guidelines.md) |
41 |
| -- [Breaking Changes](breaking-changes.md) |
42 |
| -- [Breaking Change Definitions](breaking-change-definitions.md) |
43 |
| -- [Breaking Change Rules](breaking-change-rules.md) |
| 40 | +- [C# coding style](coding-guidelines/coding-style.md) |
| 41 | +- [Framework Design Guidelines](coding-guidelines/framework-design-guidelines-digest.md) |
| 42 | +- [Cross-Platform Guidelines](coding-guidelines/cross-platform-guidelines.md) |
| 43 | +- [Performance Guidelines](coding-guidelines/performance-guidelines.md) |
| 44 | +- [Interop Guidelines](coding-guidelines/interop-guidelines.md) |
| 45 | +- [Breaking Changes](coding-guidelines/breaking-changes.md) |
| 46 | +- [Breaking Change Definitions](coding-guidelines/breaking-change-definitions.md) |
| 47 | +- [Breaking Change Rules](coding-guidelines/breaking-change-rules.md) |
44 | 48 |
|
45 | 49 | Building from Source
|
46 | 50 | ====================
|
47 | 51 |
|
48 |
| -- [Building CoreFX on FreeBSD, Linux and OS X](unix-instructions.md) |
49 |
| -- [Code Coverage](code-coverage.md) |
| 52 | +- [Building CoreFX on FreeBSD, Linux and OS X](building/unix-instructions.md) |
| 53 | +- [Code Coverage](building/code-coverage.md) |
50 | 54 |
|
51 | 55 | Other Information
|
52 | 56 | =================
|
53 | 57 |
|
54 | 58 | - [CoreCLR Repo documentation](https://github.com/dotnet/coreclr/tree/master/Documentation)
|
55 |
| -- [Porting to .NET Core](support-dotnet-core-instructions.md) |
56 |
| -- [.NET Standards (Ecma)](https://github.com/dotnet/coreclr/blob/master/Documentation/dotnet-standards.md) |
| 59 | +- [Porting to .NET Core](project-docs/support-dotnet-core-instructions.md) |
| 60 | +- [.NET Standards (Ecma)](https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/dotnet-standards.md) |
57 | 61 | - [MSDN Entry for the CLR](http://msdn.microsoft.com/library/8bs2ecf4.aspx)
|
58 | 62 | - [Wikipedia Entry for the CLR](http://en.wikipedia.org/wiki/Common_Language_Runtime)
|
0 commit comments