1.1 KiB
1.1 KiB
title | author | description | ms.author | ms.date | uid |
---|---|---|---|---|---|
ASP.NET Core tutorials | rick-anderson | A list of step-by-step guides for learning how to develop ASP.NET Core applications. | riande | 10/14/2017 | tutorials/xplat |
ASP.NET Core tutorials
The following step-by-step guides for developing ASP.NET Core applications are available:
Build web apps
Razor Pages is the recommended approach to create a new Web UI app with ASP.NET Core 2.0 and later.
-
Create a Razor Pages web app with ASP.NET Core
-
Create an ASP.NET Core MVC web app
Build Web APIs
-
Create a Web API with ASP.NET Core