diff --git a/aspnetcore/choose-aspnet-framework.md b/aspnetcore/choose-aspnet-framework.md index 6a2c67743a..57f62611ae 100644 --- a/aspnetcore/choose-aspnet-framework.md +++ b/aspnetcore/choose-aspnet-framework.md @@ -23,14 +23,14 @@ ASP.NET Core is a new open-source and cross-platform .NET framework for building ## ASP.NET -ASP.NET is a mature web platform that provides all the services that you require to build enterprise-class server-based web applications using .NET on Windows. +ASP.NET is a mature web platform that provides all the services that you require to build enterprise-class, server-based web applications using .NET on Windows. ## Which one is right for me? | ASP.NET Core | ASP.NET | |---|---| |Build for Windows, Mac, or Linux|Build for Windows| -|Use [MVC](mvc/overview.md), or [Web API](tutorials/first-web-api.md)|Use [Web Forms](https://docs.microsoft.com/aspnet/web-forms), [SignalR](https://docs.microsoft.com/aspnet/signalr), [MVC](https://docs.microsoft.com/aspnet/mvc), [Web API](https://docs.microsoft.com/en-us/aspnet/web-api/), or [Web Pages](https://docs.microsoft.com/aspnet/web-pages)| +|Use [MVC](mvc/overview.md) or [Web API](tutorials/first-web-api.md)|Use [Web Forms](https://docs.microsoft.com/aspnet/web-forms), [SignalR](https://docs.microsoft.com/aspnet/signalr), [MVC](https://docs.microsoft.com/aspnet/mvc), [Web API](https://docs.microsoft.com/en-us/aspnet/web-api/), or [Web Pages](https://docs.microsoft.com/aspnet/web-pages)| |Multiple versions per machine|One version per machine| |Develop with Visual Studio or Visual Studio Code using C#|Develop with Visual Studio using C#, VB or F#| |New platform|Mature platform|