From 6bee26e95cd6f8d3fdeed7f6ca85c035474918b9 Mon Sep 17 00:00:00 2001 From: Fiyaz Bin Hasan Date: Mon, 2 May 2022 01:27:45 +0600 Subject: [PATCH] Update adding-model.md (#25761) --- aspnetcore/tutorials/first-mvc-app/adding-model.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aspnetcore/tutorials/first-mvc-app/adding-model.md b/aspnetcore/tutorials/first-mvc-app/adding-model.md index 43786e4695..b143b4374c 100644 --- a/aspnetcore/tutorials/first-mvc-app/adding-model.md +++ b/aspnetcore/tutorials/first-mvc-app/adding-model.md @@ -474,6 +474,7 @@ Because the `Model` object is strongly typed as an `IEnumerable` object, ## Additional resources +* [Entity Framework Core for Beginners](https://www.youtube.com/playlist?list=PLdo4fOcmZ0oXCPdC3fTFA3Z79-eVH3K-s) * [Tag Helpers](xref:mvc/views/tag-helpers/intro) * [Globalization and localization](xref:fundamentals/localization) @@ -905,6 +906,7 @@ Because the `Model` object is strongly typed as an `IEnumerable` object, ## Additional resources +* [Entity Framework Core for Beginners](https://www.youtube.com/playlist?list=PLdo4fOcmZ0oXCPdC3fTFA3Z79-eVH3K-s) * [Tag Helpers](xref:mvc/views/tag-helpers/intro) * [Globalization and localization](xref:fundamentals/localization) @@ -1291,6 +1293,7 @@ Because the `Model` object is strongly typed (as an `IEnumerable` object) ## Additional resources +* [Entity Framework Core for Beginners](https://www.youtube.com/playlist?list=PLdo4fOcmZ0oXCPdC3fTFA3Z79-eVH3K-s) * [Tag Helpers](xref:mvc/views/tag-helpers/intro) * [Globalization and localization](xref:fundamentals/localization)