|
1 | 1 | def dotnet: |
2 | | - - formal: https://github.com/microsoft/dotnet |
| 2 | + - formal: https://github.com/dotnet/dotnet |
3 | 3 |
|
4 | | - - in words: ??? |
| 4 | + - in words: |
| 5 | + - https://github.com/dotnet/docs |
| 6 | + - https://github.com/microsoft/dotnet |
5 | 7 |
|
6 | | - - plain english: software development platform from Microsoft |
| 8 | + - plain english: open source software development platform/ecosystem from Microsoft. |
7 | 9 |
|
8 | 10 | - intuition: ??? |
9 | 11 |
|
10 | | - - properties: ??? |
| 12 | + - properties: |
| 13 | + - .NET Standard: legacy |
| 14 | + - https://devblogs.microsoft.com/dotnet/the-future-of-net-standard/ |
| 15 | + |
| 16 | + - components: |
| 17 | + - Common Language Infrastructure(CLI) implementations: ISO/IEC 23271 and ECMA 335 |
| 18 | + |
| 19 | + - Common Intermediate Language(CIL): |
| 20 | + - |
| 21 | + |
| 22 | + - Common Language Runtime(CLR): https://github.com/dotnet/runtime |
| 23 | + - |
| 24 | + |
| 25 | + - Base Class Libraries(BCL): |
| 26 | + - |
| 27 | + |
| 28 | + - known implementations: |
| 29 | + - .NET Core: |
| 30 | + - formal: https://github.com/dotnet/sdk |
| 31 | + - in words: https://github.com/dotnet/core |
| 32 | + - platform: Cross platform |
| 33 | + |
| 34 | + - .NET Framework: legacy .NET receiving only security updates. |
| 35 | + - platform: Windows |
| 36 | + |
| 37 | + - Mono: legacy open source .NET that is no longer supported. |
| 38 | + - platform: Cross platform |
| 39 | + |
| 40 | + - ... |
| 41 | + |
| 42 | + remark: modern .NET development is on .NET Core(now known as just .NET) |
| 43 | + |
| 44 | + - known language implementations: |
| 45 | + - C#: https://github.com/dotnet/roslyn/tree/main/src/Compilers/CSharp |
| 46 | + - F#: https://github.com/dotnet/fsharp |
| 47 | + - VB: https://github.com/dotnet/roslyn/tree/main/src/Compilers/VisualBasic |
11 | 48 |
|
12 | 49 | - examples: ??? |
13 | 50 |
|
14 | 51 | - use cases: ??? |
15 | 52 |
|
16 | 53 | - proof: ??? |
17 | 54 |
|
18 | | -References: ??? |
| 55 | +References: |
| 56 | + - dotnet. On .NET. dotnet. https://www.youtube.com/playlist?list=PLdo4fOcmZ0oVlZCosDDwS9fkVtrLYxGt6 |
0 commit comments