From 7c6b86479eb7c2f35cba776673241f5daee1b4d1 Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:02:54 +0300 Subject: [PATCH] SEO-178281-Links-With-Redirects-MVC --- aspnetmvc/Schedule/Data-binding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetmvc/Schedule/Data-binding.md b/aspnetmvc/Schedule/Data-binding.md index 3a6295d6..acd52ac9 100644 --- a/aspnetmvc/Schedule/Data-binding.md +++ b/aspnetmvc/Schedule/Data-binding.md @@ -863,7 +863,7 @@ The server-side code to load the Scheduler data on demand is as follows. ## Entity Framework Data Binding -The appointment data can be bound to the Scheduler through Entity Framework which supports Entity Data Model(EDM) defining the data at conceptual level. To know more on how to create and use the Entity Data Model, refer [here.](https://msdn.microsoft.com/en-us/library/bb399182%28v=vs.100%29.aspx) +The appointment data can be bound to the Scheduler through Entity Framework which supports Entity Data Model(EDM) defining the data at conceptual level. To know more on how to create and use the Entity Data Model, refer [here.](https://learn.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/bb399182(v=vs.100)?redirectedfrom=MSDN) {% highlight razor %}