From 99721a0e347e3861d3987c92dd283baf94413a4d Mon Sep 17 00:00:00 2001 From: Sean DeButts Date: Thu, 25 Feb 2016 16:02:17 -0800 Subject: [PATCH 01/15] Copy editing --- about/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/about/index.md b/about/index.md index fdfacf1f..97a456f0 100644 --- a/about/index.md +++ b/about/index.md @@ -3,14 +3,14 @@ layout: main title: About .NET Core --- ## About .NET -.NET is a general purpose development platform. It has several key features that are attractive to many developers, including automatic memory management and modern programming languages, that make it easier to efficiently build high-quality apps. Multiple implementations of .NET are available, based on open [.NET Standards](https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/dotnet-standards.md) that specify the fundamentals of the platform. +.NET is a general-purpose development platform. It has several key features that are attractive to many developers, including automatic memory management and modern programming languages, which make it easier to efficiently build high-quality apps. Multiple implementations of .NET are available, based on open [.NET Standards](https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/dotnet-standards.md) that specify the fundamentals of the platform. You can read more about .NET in the [.NET Primer](/docs/concepts/primer.html). ## About .NET Core .NET Core is a cross-platform implementation of .NET that is primarily being driven by ASP.NET 5 workloads, but also by the need and desire to have a modern runtime that is modular and whose features and libraries can be cherry picked based on the application's needs. You can learn more about .NET Core and how and where you can use it in the [CoreCLR is open source](http://blogs.msdn.com/b/dotnet/archive/2015/02/03/coreclr-is-now-open-source.aspx) blog post. -.NET Core consists of the [CoreCLR](https://github.com/dotnet/coreclr) runtime and the [CoreFX](https://github.com/dotnet/corefx) framework libraries. A set of cross-platform tooling can be found in the [.NET CLI](https://github.com/dotnet/cli/). The [Roslyn compiler](https://github.com/dotnet/roslyn) and [LLILC compiler](https://github.com/dotnet/llilc) are sibling projects that support .NET Core. These projects are active on GitHub. You can participate by creating issues or collaborate on development. The main goal of the project is to create a modular, performant and cross-platform execution environment for modern applications. +.NET Core consists of the [CoreCLR](https://github.com/dotnet/coreclr) runtime and the [CoreFX](https://github.com/dotnet/corefx) framework libraries. A set of cross-platform tooling can be found in the [.NET CLI](https://github.com/dotnet/cli/). The [Roslyn compiler](https://github.com/dotnet/roslyn) and [LLILC compiler](https://github.com/dotnet/llilc) are sibling projects that support .NET Core. These projects are active on GitHub where you can participate by creating issues or collaborating on development. The main goal of the project is to create a modular, performant, and cross-platform execution environment for modern applications. ## Further reading on .NET Core -If you want to understand more details about .NET Core and its ecosystem, you can read the [deeper understanding](overview.html) write up that explains the entire stack, what the moving pieces are and so forth. You can also check out the [support](/support/) page to see a great list of resources where members of our team and of wider community can help you. +If you want to understand more details about .NET Core and its ecosystem, you can read the [deeper understanding](overview.html) write up that explains the entire stack, what the moving pieces are, etc. You can also visit the [support](/support/) page to see a great list of resources where members of our team and of wider community can help you. From 5610e766448adac457438603bc67a4621b8005fd Mon Sep 17 00:00:00 2001 From: Sean DeButts Date: Thu, 25 Feb 2016 16:02:50 -0800 Subject: [PATCH 02/15] Copy editing --- porting/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/porting/index.html b/porting/index.html index 37e10aea..50e6cc7e 100644 --- a/porting/index.html +++ b/porting/index.html @@ -22,7 +22,7 @@

Porting to .NET Core

Tools to help you port

In this section you will find tools that can help you with porting your code to .NET Core.

ApiPort

-

ApiPort is a tool that analyzes your assemblies and gives you a report on what APIs are available for a given Framework/Platform, if you are using APIs that don't exist on your targeted platform (such as .NET Core) and also give you reccomendations for fixing most common issues.

+

ApiPort is a tool that analyzes your assemblies and gives you a report on what APIs are available for a given Framework/Platform, if you are using APIs that don't exist on your targeted platform (such as .NET Core) and also give you recomendations for fixing most common issues.

ApiPort exists in two versions: