From 218e7f35451821c9d1977224cf22e92160163682 Mon Sep 17 00:00:00 2001 From: Shayne Boyer Date: Tue, 20 Aug 2019 10:28:33 -0400 Subject: [PATCH] add next steps to sample --- .../first-mongo-app/samples/3.x/SampleApp/readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/aspnetcore/tutorials/first-mongo-app/samples/3.x/SampleApp/readme.md b/aspnetcore/tutorials/first-mongo-app/samples/3.x/SampleApp/readme.md index d541deef5a..63cc725d97 100644 --- a/aspnetcore/tutorials/first-mongo-app/samples/3.x/SampleApp/readme.md +++ b/aspnetcore/tutorials/first-mongo-app/samples/3.x/SampleApp/readme.md @@ -502,3 +502,10 @@ To satisfy the preceding requirements, make the following changes: ``` 1. Repeat the steps defined in the [Test the web API](#test-the-web-api) section. Notice the difference in JSON property names. + +## Next steps + +For more information on building ASP.NET Core web APIs, see the following resources: + +* [YouTube version of this article](https://www.youtube.com/watch?v=7uJt_sOenyo&feature=youtu.be) +* [Create web APIs with ASP.NET Core](https://docs.microsoft.com/aspnet/core/web-api/index?view=aspnetcore-3.0)