diff --git a/References.txt b/References.txt index 736b553..4c50fd5 100644 --- a/References.txt +++ b/References.txt @@ -10,6 +10,12 @@ MVC: Pro ASP.NET MVC 4 (There is a newer version of this book that covers MVC 5. ======================================================== +=== Suggestions by William Munshaw ======================== +Subreddits relevent to the project. Might come in handy to intereact with these communities if one gets stuck on a problem during the project. +https://www.reddit.com/r/dotnet/ +https://www.reddit.com/r/SQLServer/ + +======================================================== === Suggestions by Todd Brees ======================== MSDN integration of GitHub with Visual Studio @@ -239,4 +245,15 @@ The following link is step-by-step tutorial on how to create a database on Micro http://www.theengineeringprojects.com/2013/01/creating-database-in-microsoft-visual.html -=== Suggestions by Brien Belko ========================= I also think MVC: Pro ASP.NET MVC 5 is an excellent resource. The first half of the book gives you a step by step, chapter by chapter guide to building an application within ASP.NET MVC. The second half of the book really dives deep into the concepts deeply. You can find it on safari in the UMKC library databases. http://library.umkc.edu/ Tangential to using ASP.NET, I have been using for reference C# 5.0 In A Nutshell: The Definitive Reference. This book has been incredibly helpful to me as I had never programmed in C# prior to this project. This also can be found on Safari in the UMKC library databases. http://library.umkc.edu/ There is a free guide to Git published by Apress that will tell you everything you wanted to know, and much you wouldn’t, about Git. It explains the concepts of Git, comes in four different file formats and has a chapter completely dedicated to GitHub. That and the first few chapters should be enough to make you an expert (for the purpose of this class) http://git-scm.com/book/en/v2 ======================================================== +=== Suggestions by Brien Belko ========================= + +I also think MVC: Pro ASP.NET MVC 5 is an excellent resource. The first half of the book gives you a step by step, chapter by chapter guide to building an application within ASP.NET MVC. The second half of the book really dives deep into the concepts deeply. You can find it on safari in the UMKC library databases. +http://library.umkc.edu/ + +Tangential to using ASP.NET, I have been using for reference C# 5.0 In A Nutshell: The Definitive Reference. This book has been incredibly helpful to me as I had never programmed in C# prior to this project. This also can be found on Safari in the UMKC library databases. +http://library.umkc.edu/ + +There is a free guide to Git published by Apress that will tell you everything you wanted to know, and much you wouldn’t, about Git. It explains the concepts of Git, comes in four different file formats and has a chapter completely dedicated to GitHub. That and the first few chapters should be enough to make you an expert (for the purpose of this class) +http://git-scm.com/book/en/v2 + +========================================================