Skip to content

Commit 0c01367

Browse files
committed
Merge pull request microsoft#7 from Microsoft/rich-frameworkclarification
Clarify .NET Core and .NET Framework relationship.
2 parents 84cfd57 + 0df516f commit 0c01367

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,19 @@ They are also many great open source .NET community projects, such as:
4646
* [Mono Project](https://github.com/mono/)
4747
* [JSON.NET](http://json.codeplex.com/)
4848

49+
50+
## Understanding the Relationship between .NET Core and the .NET Framework
51+
52+
.NET Core and the .NET Framework (for the most part) have a subset-superset relationship. .NET Core is named as "Core" since it contains the core features from the .NET Framework, for both the runtime and framework libraries. For example, .NET Core and the .NET Framework share the GC, the JIT and types such as String and List<T>. We'll continue improving these components for both .NET Core and .NET Framework.
53+
54+
.NET Core was created so that .NET could be open source, cross platform and be used in more resource-constrained environments. We have also published [.NET Reference Source](http://sourceof.net), so that you and the community can port additional .NET Framework features to .NET Core.
55+
4956
## Understanding the Relationship between .NET Core and Mono
5057

5158
Mono is an important part of the .NET ecosystem, particularly for client scenarios (ex: Xamarin). We will look for ways to collaborate with Mono developers and encourage them to take our code to improve Mono. We will also look for opportunities to improve .NET Core with MIT-licensed Mono code.
5259

5360
An important collaboration opportunity is making .NET Core NuGet packages (produced from this code) work on Mono. The SIMD NuGet package is a perfect example.
5461

55-
5662
## Learning about ASP.NET Core 5 and .NET Core 5
5763

5864
ASP.NET Core 5 is a new cross-platform version of ASP.NET that is designed for

0 commit comments

Comments
 (0)