From 1d814334207f1d33c4c55cc2d1c55a0f8a25cc17 Mon Sep 17 00:00:00 2001 From: Jeremy Troshynski Date: Sun, 29 Jan 2017 13:49:50 -0600 Subject: [PATCH] Added my own reference to the razor syntax page --- References.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/References.txt b/References.txt index d1be418..fc0241f 100644 --- a/References.txt +++ b/References.txt @@ -10,6 +10,11 @@ MVC: Pro ASP.NET MVC 4 (There is a newer version of this book that covers MVC 5. ======================================================== +=== Suggestions by Jeremy Troshynski ======================== +Razor Syntax (C#) for ASP.NET Web Development +This article gives you an overview of programming with ASP.NET Web Pages using the Razor syntax. Razor allows for use of variables within HTML as well as other functionality. +https://www.asp.net/web-pages/overview/getting-started/introducing-razor-syntax-c + === Suggestions by Todd Brees ======================== MSDN integration of GitHub with Visual Studio