From 120568d84aff3d1ea15943e2c742a4b7f849f87c Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Wed, 29 Mar 2017 10:43:58 -1000 Subject: [PATCH] Update web-api-vsc.md (#3095) --- aspnetcore/tutorials/web-api-vsc.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aspnetcore/tutorials/web-api-vsc.md b/aspnetcore/tutorials/web-api-vsc.md index 76dc09ce95..8bead244c4 100644 --- a/aspnetcore/tutorials/web-api-vsc.md +++ b/aspnetcore/tutorials/web-api-vsc.md @@ -20,6 +20,8 @@ In this tutorial, you’ll build a simple web API for managing a list of "to-do" ASP.NET Core has built-in support for MVC building Web APIs. +See [Build a web API with ASP.NET Core MVC and Visual Studio](xref:tutorials/first-web-api) for a version of this tutorial that uses Visual Studio. + ## Overview Here is the API that you’ll create: