From 2ad74094e92fcec9595ade6584dab77c9949a148 Mon Sep 17 00:00:00 2001 From: anniechan91 Date: Thu, 26 Jan 2017 16:46:38 -0600 Subject: [PATCH] Updated references.txt --- References.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/References.txt b/References.txt index 736b553..c0eee22 100644 --- a/References.txt +++ b/References.txt @@ -239,4 +239,12 @@ 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 ======================================================== + + +==== Suggestions by Annie Chan ===================================== + +Since we will be creating an app for the group project, I figured that a refresher/tutorial on Android Studio would be helpful to other students who may need a quick reference to something they haven’t done before. TutorialsPoint is one of my favorite sites for programming help, and I think that they have great reference material for Android Studio. I know that I’ve used them on multiple occasions in CS 449. +https://www.tutorialspoint.com/android/android_studio.htm + +========================================================