From 60d6b2e4759e1deef696772ac41b05f1cee356eb Mon Sep 17 00:00:00 2001 From: Rebecca Peabody Date: Sun, 29 Jan 2017 12:23:18 -0600 Subject: [PATCH 1/2] added Rebecca's contribution --- References.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/References.txt b/References.txt index d1be418..8998f84 100644 --- a/References.txt +++ b/References.txt @@ -10,7 +10,20 @@ MVC: Pro ASP.NET MVC 4 (There is a newer version of this book that covers MVC 5. ======================================================== - +=== Suggestions by Rebecca Peabody ======================== + +The following webpage gives a broad overview of REST and .net Web API. Since I am unfamiliar with .NET I found +this information useful. + +https://blogs.msdn.microsoft.com/martinkearn/2015/01/05/introduction-to-rest-and-net-web-api/ + +I am planning to watch the following YouTube videos to gain a better understanding of APIs and what is involved in +their creation. + +https://www.youtube.com/watch?v=UEEYqMU4org&t=200s +https://www.youtube.com/watch?v=s7wmiS2mSXY + + === Suggestions by Todd Brees ======================== MSDN integration of GitHub with Visual Studio requires msdn account From ad5d1fd8d77eac2908ee8786f7ce241203c6e698 Mon Sep 17 00:00:00 2001 From: Rebecca Peabody Date: Sun, 29 Jan 2017 12:30:09 -0600 Subject: [PATCH 2/2] 2nd attempt to add Rebecca's Contributions --- References.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/References.txt b/References.txt index 8998f84..1c7d3c8 100644 --- a/References.txt +++ b/References.txt @@ -13,7 +13,7 @@ MVC: Pro ASP.NET MVC 4 (There is a newer version of this book that covers MVC 5. === Suggestions by Rebecca Peabody ======================== The following webpage gives a broad overview of REST and .net Web API. Since I am unfamiliar with .NET I found -this information useful. +this information helpful. https://blogs.msdn.microsoft.com/martinkearn/2015/01/05/introduction-to-rest-and-net-web-api/